Home
last modified time | relevance | path

Searched refs:sqrtl (Results 1 – 7 of 7) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/config/
H A D_como.h89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
/reactos/sdk/include/c++/
H A Dcmath216 { return sqrtl(__x); }
/reactos/sdk/include/crt/
H A Dmath.h263 _Check_return_ __CRT_INLINE long double sqrtl(_In_ long double x) { return (sqrt((double)x)); } in sqrtl() function
383 _Check_return_ inline long double sqrt(_In_ long double x) throw() { return sqrtl(x); } in sqrt()
/reactos/sdk/include/ucrt/
H A Dtgmath.h265 long double: sqrtl, \
H A Dcorecrt_math.h943 _Check_return_ __inline long double __CRTDECL sqrtl(_In_ long double _X)
/reactos/sdk/include/c++/stlport/stl/
H A D_cmath.h99 inline long double sqrtl(long double v) { return __sqrtl(v); } in sqrtl() function
/reactos/sdk/cmake/
H A Dgcc.cmake104 add_compile_options(-fno-builtin-sqrtl)