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

Function assertTest

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

Source from the content-addressed store, hash-verified

575int MASK = 0x100 | 0x200 | 0x400 | 0x4000;
576
577void assertTest(int r) {
578 assertTrue((AX & MASK) == r);
579}
580
581void F32ComBase(int op, int group, float x, float y, int r, int popCount) {
582 newInstruction(0);

Callers 3

F32ComBaseFunction · 0.85
doFTSTFunction · 0.85
doFXAMFunction · 0.85

Calls 1

assertTrueFunction · 0.85

Tested by

no test coverage detected