Searched refs:remainderl (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Runtime/common/math/
H A Dremainderl.asm3 ; IPRT - No-CRT remainderl - AMD64 & X86.
36 BEGINPROC RT_NOCRT(remainderl)
57 ENDPROC RT_NOCRT(remainderl)
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c41 # define remainderl(fa, fb) (remainder(fa, fb)) macro
471 return remainderl(a, b);
/vbox/include/iprt/nocrt/
H A Dmath.h491 long double RT_NOCRT(remainderl)(long double, long double);
776 # define remainderl RT_NOCRT(remainderl) macro
/vbox/src/recompiler/Sun/
H A Dtestmath.c266 CHECK(remainderl(1.0L, 1.0L), 0.0);
267 CHECK(remainderl(1.0L, 1.5L), -0.5);
268 CHECK(remainderl(42.0L, 34.25L), 7.75);

Completed in 46 milliseconds