Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
void 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
208
void fldf32(float f, int index) {
209
int rm = 0;
Callers
1
fld64
Function · 0.85
Calls
1
writeq
Method · 0.80
Tested by
no test coverage detected