Searched defs:lrintl (Results 1 - 2 of 2) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c37 # define lrintl(f) ((int32_t)rint(f)) macro
54 lrintl(long double x) { function
439 return long_to_int32(lrintl(a));
/vbox/include/iprt/nocrt/
H A Dmath.h477 long RT_NOCRT(lrintl)(long double);
766 # define lrintl RT_NOCRT(lrintl) macro

Completed in 43 milliseconds