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