Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/config/
D_como.h89 # define sqrtl sqrt macro
128 # define sqrtl sqrt macro
163 # define sqrtl sqrt macro
/external/lldb/tools/lldb-perf/lib/
DMemoryGauge.cpp160 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/
Dlibcalls.c23 long double l2 = sqrtl(a2); in test_sqrt()
Dlibcall-declarations.c168 long double sqrtl(long double);
295 F(sinhl), F(sqrt), F(sqrtf), F(sqrtl), F(tan),
/external/bison/linux-lib/
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
2214 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - "
/external/bison/lib/
Dmath.in.h1886 # 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/
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
2214 _GL_WARN_ON_USE (sqrtl, "sqrtl is unportable - "
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h546 sqrtl, enumerator
732 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl: in hasOptimizedCodeGen()
/external/llvm/test/CodeGen/X86/
Dsqrt-fastmath.ll15 ; return sqrtl(ld);
/external/llvm/test/CodeGen/Mips/
Dmips64-f128.ll378 ; ALL: ld $25, %call16(sqrtl)
383 %call = tail call fp128 @sqrtl(fp128 %0) nounwind
387 declare fp128 @sqrtl(fp128) #2
/external/ltrace/etc/
Dlibm.so.conf162 ldouble sqrtl(ldouble);
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
Dmath.pxd99 long double sqrtl "npy_sqrtl"(long double x)
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp454 TLI.setUnavailable(LibFunc::sqrtl); in initialize()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp310 case LibFunc::sqrtl: in mightUseCTR()
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/stlport/stlport/stl/
D_cmath.h99 inline long double sqrtl(long double v) { return __sqrtl(v); } in sqrtl() function
/external/libcxx/include/
Dcmath128 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/
Dmath_h.disabled.cpp177 static_assert((std::is_same<decltype(sqrtl(0)), long double>::value), ""); in test_sqrt()
/external/clang/lib/Headers/
Dtgmath.h512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1268 LibFunc::sqrtl) && in callOptimizer()
/external/clang/include/clang/Basic/
DBuiltins.def1047 LIBBUILTIN(sqrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp402 static_assert((std::is_same<decltype(std::sqrtl(0)), long double>::value), ""); in test_sqrt()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt3194 fun:sqrtl=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5932 case LibFunc::sqrtl: in visitCall()
/external/bison/
Dconfigure24887 …emainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tan…