Searched refs:rintf (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h88 # undef rintf macro
89 # define rintf(rf) inline_rintf(rf) macro
/vbox/include/iprt/nocrt/x86/
H A Dmath.h87 # undef rintf macro
88 # define rintf(rf) inline_rintf(rf) macro
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c35 #define rintf(f) ((float)rint(f)) macro
219 return rintf(a);
/vbox/include/iprt/nocrt/
H A Dmath.h386 float RT_NOCRT(rintf)(float);
709 # define rintf RT_NOCRT(rintf) macro
/vbox/src/recompiler/Sun/
H A Dtestmath.c288 CHECK(rintf(9999.999), 10000.0);

Completed in 58 milliseconds