MCPcopy 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
343void F32Add(float x, float y, float r) {
344 doF32Instruction(0xd8, 0, 0xd8, 0, x, y, r);
345}
346
347void doF32Add() {
348 F32Add(0.0f, 0.0f, 0.0f);

Callers 1

doF32AddFunction · 0.85

Calls 1

doF32InstructionFunction · 0.85

Tested by

no test coverage detected