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

Function testFPU0x0da

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

Source from the content-addressed store, hash-verified

2883void testFPU0x0d9() { cpu->big = false; testFPUD9(); }
2884void testFPU0x2d9() { cpu->big = true; testFPUD9(); }
2885void testFPU0x0da() { cpu->big = false; testFPUDA(); }
2886void testFPU0x2da() { cpu->big = true; testFPUDA(); }
2887void testFPU0x0dd() { cpu->big = false; testFPUDD(); }
2888void testFPU0x2dd() { cpu->big = true; testFPUDD(); }

Callers

nothing calls this directly

Calls 1

testFPUDAFunction · 0.85

Tested by

no test coverage detected