MCPcopy 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
381void F32Sub(float x, float y, float r) {
382 doF32Instruction(0xd8, 4, 0xd8, 4, x, y, r);
383}
384
385void doF32Sub() {
386 F32Sub(0.0f, 0.0f, 0.0f);

Callers 1

doF32SubFunction · 0.85

Calls 1

doF32InstructionFunction · 0.85

Tested by

no test coverage detected