MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / writeF

Function writeF

source/test/testFPU.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196void writeF(float f, int index) {
197 struct FPU_Float value;
198 value.f = f;
199 memory->writed(HEAP_ADDRESS + 4 * index, value.i);
200}
201
202void writeD(double d, int index) {
203 struct FPU_Double value;

Callers 3

fldf32Function · 0.85
doF32InstructionFunction · 0.85
F32ComBaseFunction · 0.85

Calls 1

writedMethod · 0.45

Tested by

no test coverage detected