Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ testF32Mul
Function
testF32Mul
source/test/testFPU.cpp:491–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
}
490
491
void testF32Mul() {
492
doF32Mul();
493
}
494
495
void F32Div(float x, float y, float r) {
496
doF32Instruction(0xd8, 6, 0xd8, 6, x, y, r);
Callers
1
testFPUD8
Function · 0.85
Calls
1
doF32Mul
Function · 0.85
Tested by
no test coverage detected