Home
last modified time | relevance | path

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

/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/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/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/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h250 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl: in hasOptimizedCodeGen()
DTargetLibraryInfo.def920 /// long double sqrtl(long double x);
921 TLI_DEFINE_ENUM_INTERNAL(sqrtl)
922 TLI_DEFINE_STRING_INTERNAL("sqrtl")
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll654 ; CHECK: declare void @sqrtl(...)
655 declare void @sqrtl(...)
Dannotate.ll670 ; CHECK: declare x86_fp80 @sqrtl(x86_fp80)
671 declare x86_fp80 @sqrtl(x86_fp80)
/external/libcxx/include/
Dcmath128 long double sqrtl(long double x);
489 using ::sqrtl;
Dmath.h934 inline _LIBCPP_INLINE_VISIBILITY long double sqrt(long double __lcpp_x) _NOEXCEPT {return ::sqrtl(_… in sqrt()
/external/bison/m4/
Dmath_h.m452 rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl
/external/llvm/lib/Analysis/
DTargetLibraryInfo.cpp150 TLI.setUnavailable(LibFunc::sqrtl); in initialize()
933 case LibFunc::sqrtl: in isValidProtoForLibFunc()
DValueTracking.cpp2396 case LibFunc::sqrtl: in getIntrinsicForCallSite()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp343 case LibFunc::sqrtl: in mightUseCTR()
/external/llvm/test/Transforms/InstCombine/
Dfast-math.ll696 declare fp128 @sqrtl(fp128)
720 %sqrt = call fast fp128 @sqrtl(fp128 %mul)
/external/clang/lib/Headers/
Dtgmath.h512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt()
/external/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1043 LibFunc::sqrtl) && in optimizePow()
2039 case LibFunc::sqrtl: in optimizeCall()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp498 static_assert((std::is_same<decltype(sqrtl(0)), long double>::value), ""); in test_sqrt()
/external/clang/include/clang/Basic/
DBuiltins.def1103 LIBBUILTIN(sqrtl, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp500 static_assert((std::is_same<decltype(std::sqrtl(0)), long double>::value), ""); in test_sqrt()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2947 fun:sqrtl=uninstrumented
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6272 case LibFunc::sqrtl: in visitCall()
/external/bison/
Dconfigure24887 …emainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tan…