Searched refs:sqrtl (Results 1 - 6 of 6) sorted by relevance

/vbox/include/iprt/nocrt/amd64/
H A Dmath.h96 # undef sqrtl macro
97 # define sqrtl(lrd) inline_sqrtl(lrd) macro
/vbox/include/iprt/nocrt/x86/
H A Dmath.h95 # undef sqrtl macro
96 # define sqrtl(lrd) inline_sqrtl(lrd) macro
/vbox/src/recompiler/Sun/
H A Dtestmath.c326 CHECK(sqrtl(1.0L), 1.0);
327 CHECK(sqrtl(4.0L), 2.0);
328 CHECK(sqrtl(1525225.0L), 1235.0);
367 #define sqrt sqrtl
791 printf("a=%f sqrt(a)=%f\n", a, (double)sqrtl(a));
/vbox/src/recompiler/fpu/
H A Dsoftfloat-native.c40 # define sqrtl(f) (sqrt(f)) macro
475 return sqrtl(a);
/vbox/src/recompiler/target-i386/
H A Dexec.h160 # define sqrt sqrtl
/vbox/include/iprt/nocrt/
H A Dmath.h501 long double RT_NOCRT(sqrtl)(long double);
784 # define sqrtl RT_NOCRT(sqrtl) macro

Completed in 40 milliseconds