/external/stlport/stlport/stl/config/ |
D | _como.h | 89 # define sqrtl sqrt macro 128 # define sqrtl sqrt macro 163 # define sqrtl sqrt macro
|
/external/lldb/tools/lldb-perf/lib/ |
D | MemoryGauge.cpp | 160 virt_size = sqrtl(virt_size); in sqrt() 161 resident_size = sqrtl(resident_size); in sqrt() 162 max_resident_size = sqrtl(max_resident_size); in sqrt()
|
/external/clang/test/CodeGen/ |
D | libcalls.c | 23 long double l2 = sqrtl(a2); in test_sqrt()
|
D | libcall-declarations.c | 168 long double sqrtl(long double); 295 F(sinhl), F(sqrt), F(sqrtf), F(sqrtl), F(tan),
|
/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 | 546 sqrtl, enumerator 732 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 | 378 ; ALL: ld $25, %call16(sqrtl) 383 %call = tail call fp128 @sqrtl(fp128 %0) nounwind 387 declare fp128 @sqrtl(fp128) #2
|
/external/ltrace/etc/ |
D | libm.so.conf | 162 ldouble sqrtl(ldouble);
|
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/ |
D | math.pxd | 99 long double sqrtl "npy_sqrtl"(long double x)
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 454 TLI.setUnavailable(LibFunc::sqrtl); in initialize()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCTRLoops.cpp | 310 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/libcxx/include/ |
D | cmath | 128 long double sqrtl(long double x); 1008 inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __x) _NOEXCEPT {return sqrtl(__x);} 1636 using ::sqrtl;
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 177 static_assert((std::is_same<decltype(sqrtl(0)), long double>::value), ""); in test_sqrt()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 1268 LibFunc::sqrtl) && in callOptimizer()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1047 LIBBUILTIN(sqrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 402 static_assert((std::is_same<decltype(std::sqrtl(0)), long double>::value), ""); in test_sqrt()
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 3194 fun:sqrtl=uninstrumented
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 5932 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…
|