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

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h45 DECLINLINE(long double) inline_rintl(long double lrd) function
56 return (float)inline_rintl(rf);
61 return (double)inline_rintl(rd);
91 # define rintl(lrd) inline_rintl(lrd)
/vbox/include/iprt/nocrt/x86/
H A Dmath.h44 DECLINLINE(long double) inline_rintl(long double lrd) function
55 return (float)inline_rintl(rf);
60 return (double)inline_rintl(rd);
90 # define rintl(lrd) inline_rintl(lrd)

Completed in 44 milliseconds