MCPcopy 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
491void testF32Mul() {
492 doF32Mul();
493}
494
495void F32Div(float x, float y, float r) {
496 doF32Instruction(0xd8, 6, 0xd8, 6, x, y, r);

Callers 1

testFPUD8Function · 0.85

Calls 1

doF32MulFunction · 0.85

Tested by

no test coverage detected