Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ testF32Sub
Function
testF32Sub
source/test/testFPU.cpp:415–417 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
413
}
414
415
void testF32Sub() {
416
doF32Sub();
417
}
418
419
void F32SubR(float x, float y, float r) {
420
doF32Instruction(0xd8, 5, 0xd8, 5, x, y, r);
Callers
1
testFPUD8
Function · 0.85
Calls
1
doF32Sub
Function · 0.85
Tested by
no test coverage detected