MCPcopy 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
495void F32Div(float x, float y, float r) {
496 doF32Instruction(0xd8, 6, 0xd8, 6, x, y, r);
497}
498
499void doF32Div() {
500 F32Div(0.0f, 0.0f, TEST_NAN);

Callers 1

doF32DivFunction · 0.85

Calls 1

doF32InstructionFunction · 0.85

Tested by

no test coverage detected