Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ testF32SubR
Function
testF32SubR
source/test/testFPU.cpp:453–455 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
451
}
452
453
void testF32SubR() {
454
doF32SubR();
455
}
456
457
void F32Mul(float x, float y, float r) {
458
doF32Instruction(0xd8, 1, 0xd8, 1, x, y, r);
Callers
1
testFPUD8
Function · 0.85
Calls
1
doF32SubR
Function · 0.85
Tested by
no test coverage detected