MCPcopy 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
377void testF32Add() {
378 doF32Add();
379}
380
381void F32Sub(float x, float y, float r) {
382 doF32Instruction(0xd8, 4, 0xd8, 4, x, y, r);

Callers 1

testFPUD8Function · 0.85

Calls 1

doF32AddFunction · 0.85

Tested by

no test coverage detected