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