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

Function testF32Div

source/test/testFPU.cpp:529–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

527}
528
529void testF32Div() {
530 doF32Div();
531}
532
533void F32DivR(float x, float y, float r) {
534 doF32Instruction(0xd8, 7, 0xd8, 7, x, y, r);

Callers 1

testFPUD8Function · 0.85

Calls 1

doF32DivFunction · 0.85

Tested by

no test coverage detected