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

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h64 DECLINLINE(long double) inline_sqrtl(long double lrd) function
75 return (float)inline_sqrtl(rf);
80 return (double)inline_sqrtl(rd);
97 # define sqrtl(lrd) inline_sqrtl(lrd)
/vbox/include/iprt/nocrt/x86/
H A Dmath.h63 DECLINLINE(long double) inline_sqrtl(long double lrd) function
74 return (float)inline_sqrtl(rf);
79 return (double)inline_sqrtl(rd);
96 # define sqrtl(lrd) inline_sqrtl(lrd)

Completed in 62 milliseconds