Searched defs:sqrtl (Results 1 - 4 of 4) 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/fpu/
H A Dsoftfloat-native.c40 # define sqrtl(f) (sqrt(f)) macro
475 return sqrtl(a);
/vbox/include/iprt/nocrt/
H A Dmath.h501 long double RT_NOCRT(sqrtl)(long double);
784 # define sqrtl RT_NOCRT(sqrtl) macro

Completed in 47 milliseconds