MCPcopy 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
481void common_FRNDINT(CPU* cpu) {
482 cpu->fpu.FRNDINT();
483#ifdef LOG_FPU
484 flog("FRNDINT");
485 cpu->fpu.LOG_STACK();
486#endif
487}
488
489void common_FSCALE(CPU* cpu) {
490 cpu->fpu.FSCALE();

Callers

nothing calls this directly

Calls 3

flogFunction · 0.85
FRNDINTMethod · 0.80
LOG_STACKMethod · 0.80

Tested by

no test coverage detected