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

/external/stlport/stlport/stl/config/
H A D_como.h89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
/external/clang/test/CodeGen/
H A Dlibcall-declarations.c69 long double sqrtl(long double);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
153 // CHECK-NOERRNO: declare x86_fp80 @sqrtl(x86_fp80) [[NUW]]
H A Dlibcalls.c19 // CHECK-YES: call x86_fp80 @sqrtl
20 // CHECK-NO: call x86_fp80 @sqrtl
21 long double l2 = sqrtl(a2);
26 // CHECK-YES: declare x86_fp80 @sqrtl(x86_fp80)
29 // CHECK-NO: declare x86_fp80 @sqrtl(x86_fp80) [[NUW_RN]]
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h492 /// long double sqrtl(long double x);
493 sqrtl, enumerator in enum:llvm::LibFunc::Func
679 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl:
/external/bison/darwin-lib/
H A Dmath.h2198 # undef sqrtl
2199 # define sqrtl rpl_sqrtl
2201 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
2202 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x));
2205 # undef sqrtl
2206 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
2208 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x));
2210 _GL_CXXALIASWARN (sqrtl);
2212 # undef sqrtl macro
2214 _GL_WARN_ON_USE (sqrtl, "sqrt
[all...]
/external/bison/lib/
H A Dmath.in.h1886 # undef sqrtl macro
1887 # define sqrtl rpl_sqrtl macro
1889 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
1890 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x));
1893 # undef sqrtl macro
1894 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
1896 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x));
1898 _GL_CXXALIASWARN (sqrtl); variable
1900 # undef sqrtl macro
1902 _GL_WARN_ON_USE (sqrtl, "sqrt
[all...]
/external/bison/linux-lib/
H A Dmath.h2198 # undef sqrtl
2199 # define sqrtl rpl_sqrtl
2201 _GL_FUNCDECL_RPL (sqrtl, long double, (long double x));
2202 _GL_CXXALIAS_RPL (sqrtl, long double, (long double x));
2205 # undef sqrtl
2206 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x));
2208 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x));
2210 _GL_CXXALIASWARN (sqrtl);
2212 # undef sqrtl macro
2214 _GL_WARN_ON_USE (sqrtl, "sqrt
[all...]
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp260 "sqrtl",
393 TLI.setUnavailable(LibFunc::sqrtl);
/external/qemu/fpu/
H A Dsoftfloat-native.c487 return sqrtl(a);
/external/stlport/stlport/stl/
H A D_cmath.h99 inline long double sqrtl(long double v) { return __sqrtl(v); } function
/external/clang/lib/Headers/
H A Dtgmath.h512 __tg_sqrt(long double __x) {return sqrtl(__x);}
/external/clang/lib/include/
H A Dtgmath.h512 __tg_sqrt(long double __x) {return sqrtl(__x);}
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp5591 case LibFunc::sqrtl:
/external/bison/
H A Dconfigure24887 for gl_func in acosf acosl asinf asinl atanf atanl cbrt cbrtf cbrtl ceilf ceill copysign copysignf copysignl cosf cosl coshf expf expl exp2 exp2f exp2l expm1 expm1f expm1l fabsf fabsl floorf floorl fma fmaf fmal fmod fmodf fmodl frexpf frexpl hypotf hypotl ilogb ilogbf ilogbl ldexpf ldexpl log logf logl log10 log10f log10l log1p log1pf log1pl log2 log2f log2l logb logbf logbl modf modff modfl powf remainder remainderf remainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tanhf trunc truncf truncl; do

Completed in 411 milliseconds