MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / testF32SubR

Function testF32SubR

source/test/testFPU.cpp:453–455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

451}
452
453void testF32SubR() {
454 doF32SubR();
455}
456
457void F32Mul(float x, float y, float r) {
458 doF32Instruction(0xd8, 1, 0xd8, 1, x, y, r);

Callers 1

testFPUD8Function · 0.85

Calls 1

doF32SubRFunction · 0.85

Tested by

no test coverage detected