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

Function testFCOMInt

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

Source from the content-addressed store, hash-verified

2289}
2290
2291void testFCOMInt(bool pop) {
2292 doCOMIntTest(2.0, 2, 0x4000, pop);
2293 doCOMIntTest(1.0, 20000, 0x0100, pop);
2294 doCOMIntTest(3.0, 2, 0x0000, pop);
2295 doCOMIntTest(INFINITY, 2, 0x0000, pop);
2296 doCOMIntTest(NAN, 2, 0x4500, pop, false);
2297}
2298
2299void testFMemInt(U8 inst, U8 group, float val1, U32 val2, float fresult) {
2300 struct FPU_Float result;

Callers 1

testFPUDAFunction · 0.85

Calls 1

doCOMIntTestFunction · 0.85

Tested by

no test coverage detected