Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ testF32Div
Function
testF32Div
source/test/testFPU.cpp:529–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
527
}
528
529
void testF32Div() {
530
doF32Div();
531
}
532
533
void F32DivR(float x, float y, float r) {
534
doF32Instruction(0xd8, 7, 0xd8, 7, x, y, r);
Callers
1
testFPUD8
Function · 0.85
Calls
1
doF32Div
Function · 0.85
Tested by
no test coverage detected