/external/stlport/stlport/stl/config/ |
D | _como.h | 89 # define sqrtl sqrt macro 128 # define sqrtl sqrt macro 163 # define sqrtl sqrt macro
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 69 long double sqrtl(long double); 85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
|
D | libcalls.c | 21 long double l2 = sqrtl(a2); in test_sqrt()
|
/external/bison/linux-lib/ |
D | math.h | 2198 # 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 2214 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - "
|
/external/bison/lib/ |
D | math.in.h | 1886 # undef sqrtl 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 1894 _GL_FUNCDECL_SYS (sqrtl, long double, (long double x)); 1896 _GL_CXXALIAS_SYS (sqrtl, long double, (long double x)); 1898 _GL_CXXALIASWARN (sqrtl); 1900 # undef sqrtl 1902 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - "
|
/external/bison/darwin-lib/ |
D | math.h | 2198 # 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 2214 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - "
|
/external/llvm/include/llvm/Target/ |
D | TargetLibraryInfo.h | 505 sqrtl, enumerator 691 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl: in hasOptimizedCodeGen()
|
/external/llvm/test/CodeGen/X86/ |
D | sqrt-fastmath.ll | 15 ; return sqrtl(ld);
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 372 ; CHECK: ld $25, %call16(sqrtl) 377 %call = tail call fp128 @sqrtl(fp128 %0) nounwind 381 declare fp128 @sqrtl(fp128) #2
|
/external/qemu/fpu/ |
D | softfloat-native.c | 487 return sqrtl(a); in floatx80_sqrt()
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 399 TLI.setUnavailable(LibFunc::sqrtl); in initialize()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 294 case LibFunc::sqrtl: in mightUseCTR()
|
/external/bison/m4/ |
D | math_h.m4 | 52 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
|
/external/stlport/stlport/stl/ |
D | _cmath.h | 99 inline long double sqrtl(long double v) { return __sqrtl(v); } in sqrtl() function
|
/external/clang/lib/Headers/ |
D | tgmath.h | 512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 911 LIBBUILTIN(sqrtl, "LdLd", "fe", "math.h", ALL_LANGUAGES)
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5616 case LibFunc::sqrtl: in visitCall()
|
/external/bison/ |
D | configure | 24887 …emainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tan…
|