Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ F32Com
Function
F32Com
source/test/testFPU.cpp:616–618 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
614
assertTrue(getFPUStackPosFromAX() == ((6 + popCount) & 7));
615
}
616
void F32Com(float x, float y, int r) {
617
F32ComBase(0xd8, 2, x, y, r, 0);
618
}
619
620
void doF32Com() {
621
F32Com(0.0f, 0.0f, EQUAL);
Callers
1
doF32Com
Function · 0.85
Calls
1
F32ComBase
Function · 0.85
Tested by
no test coverage detected