Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ F32Add
Function
F32Add
source/test/testFPU.cpp:343–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
void F32Add(float x, float y, float r) {
344
doF32Instruction(0xd8, 0, 0xd8, 0, x, y, r);
345
}
346
347
void doF32Add() {
348
F32Add(0.0f, 0.0f, 0.0f);
Callers
1
doF32Add
Function · 0.85
Calls
1
doF32Instruction
Function · 0.85
Tested by
no test coverage detected