Home
last modified time | relevance | path

Searched refs:sqrtl (Results 1 – 18 of 18) 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/clang/test/CodeGen/
Dlibcall-declarations.c69 long double sqrtl(long double);
85 rint, rintl, rintf, round, roundl, roundf, sin, sinl, sinf, sqrt, sqrtl,
Dlibcalls.c21 long double l2 = sqrtl(a2); in test_sqrt()
/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.h505 sqrtl, enumerator
691 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.ll372 ; CHECK: ld $25, %call16(sqrtl)
377 %call = tail call fp128 @sqrtl(fp128 %0) nounwind
381 declare fp128 @sqrtl(fp128) #2
/external/qemu/fpu/
Dsoftfloat-native.c487 return sqrtl(a); in floatx80_sqrt()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp399 TLI.setUnavailable(LibFunc::sqrtl); in initialize()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp294 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/clang/lib/Headers/
Dtgmath.h512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt()
/external/clang/include/clang/Basic/
DBuiltins.def911 LIBBUILTIN(sqrtl, "LdLd", "fe", "math.h", ALL_LANGUAGES)
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5616 case LibFunc::sqrtl: in visitCall()
/external/bison/
Dconfigure24887 …emainderl rint rintf rintl round roundf roundl sinf sinl sinhf sqrtf sqrtl tanf tanl tan…