Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ F32Sub
Function
F32Sub
source/test/testFPU.cpp:381–383 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
379
}
380
381
void F32Sub(float x, float y, float r) {
382
doF32Instruction(0xd8, 4, 0xd8, 4, x, y, r);
383
}
384
385
void doF32Sub() {
386
F32Sub(0.0f, 0.0f, 0.0f);
Callers
1
doF32Sub
Function · 0.85
Calls
1
doF32Instruction
Function · 0.85
Tested by
no test coverage detected