Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ common_FRNDINT
Function
common_FRNDINT
source/emulation/cpu/common/common_fpu.cpp:481–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
479
}
480
481
void common_FRNDINT(CPU* cpu) {
482
cpu->fpu.FRNDINT();
483
#ifdef LOG_FPU
484
flog(
"FRNDINT"
);
485
cpu->fpu.LOG_STACK();
486
#endif
487
}
488
489
void common_FSCALE(CPU* cpu) {
490
cpu->fpu.FSCALE();
Callers
nothing calls this directly
Calls
3
flog
Function · 0.85
FRNDINT
Method · 0.80
LOG_STACK
Method · 0.80
Tested by
no test coverage detected