Searched defs:rintl (Results 1 - 4 of 4) sorted by relevance

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h90 # undef rintl macro
91 # define rintl(lrd) inline_rintl(lrd) macro
/vbox/include/iprt/nocrt/x86/
H A Dmath.h89 # undef rintl macro
90 # define rintl(lrd) inline_rintl(lrd) macro
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c39 # define rintl(d) ((int32_t)rint(d)) macro
45 extern long double rintl(long double);
50 return ((long long) rintl(x));
55 return ((long) rintl(x));
467 return rintl(a);
/vbox/include/iprt/nocrt/
H A Dmath.h493 long double RT_NOCRT(rintl)(long double);
778 # define rintl RT_NOCRT(rintl) macro

Completed in 48 milliseconds