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

Function testFPUD8

source/test/testFPU.cpp:692–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692void testFPUD8() {
693 testF32Add();
694 testF32Sub();
695 testF32SubR();
696 testF32Mul();
697 testF32Div();
698 testF32DivR();
699 testF32Com();
700 testF32ComP();
701}
702
703void FSTFloat(int op, int group, float f, int pop) {
704 struct FPU_Float result;

Callers 2

testFPU0x0d8Function · 0.85
testFPU0x2d8Function · 0.85

Calls 8

testF32AddFunction · 0.85
testF32SubFunction · 0.85
testF32SubRFunction · 0.85
testF32MulFunction · 0.85
testF32DivFunction · 0.85
testF32DivRFunction · 0.85
testF32ComFunction · 0.85
testF32ComPFunction · 0.85

Tested by

no test coverage detected