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

Function writeD

source/test/testFPU.cpp:202–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200}
201
202void writeD(double d, int index) {
203 struct FPU_Double value;
204 value.d = d;
205 memory->writeq(HEAP_ADDRESS + 4 * index, value.l);
206}
207
208void fldf32(float f, int index) {
209 int rm = 0;

Callers 1

fld64Function · 0.85

Calls 1

writeqMethod · 0.80

Tested by

no test coverage detected