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

Function testFPU0x2da

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

Source from the content-addressed store, hash-verified

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(); }
2889void testFPU0x0df() { cpu->big = false; testFPUDF(); }

Callers

nothing calls this directly

Calls 1

testFPUDAFunction · 0.85

Tested by

no test coverage detected