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

Function testF32Sub

source/test/testFPU.cpp:415–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void testF32Sub() {
416 doF32Sub();
417}
418
419void F32SubR(float x, float y, float r) {
420 doF32Instruction(0xd8, 5, 0xd8, 5, x, y, r);

Callers 1

testFPUD8Function · 0.85

Calls 1

doF32SubFunction · 0.85

Tested by

no test coverage detected