/external/clang/test/CodeGen/ |
libcalls.c | 21 // CHECK-YES: call x86_fp80 @sqrtl 22 // CHECK-NO: call x86_fp80 @sqrtl 23 long double l2 = sqrtl(a2); 28 // CHECK-YES: declare x86_fp80 @sqrtl(x86_fp80) 31 // CHECK-NO: declare x86_fp80 @sqrtl(x86_fp80) [[NUW_RN]]
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_acoshl.c | 84 RETURNI(logl(2.0*x-one/(x+sqrtl(t-one)))); 87 RETURNI(log1pl(t+sqrtl(2.0*t+t*t)));
|
e_acosl.c | 70 s = sqrtl(z); 76 s = sqrtl(z);
|
s_asinhl.c | 85 w = logl(2.0*t+one/(sqrtl(x*x+one)+t)); 88 w =log1pl(fabsl(x)+t/(one+sqrtl(one+t)));
|
s_csqrtl.c | 96 t = sqrtl((a + hypotl(a, b)) * 0.5); 99 t = sqrtl((-a + hypotl(a, b)) * 0.5);
|
e_hypotl.c | 105 w = sqrtl(t1*t1-(b*(-b)-t2*(a+t1))); 115 w = sqrtl(t1*y1-(w*(-w)-(t1*y2+t2*b)));
|
e_sqrtl.c | 76 sqrtl(long double x) function 124 xn = sqrt(u.e); /* 53-bit estimate of sqrtl(x). */
|
e_asinl.c | 62 s = sqrtl(t);
|
/bionic/libm/arm/ |
sqrt.S | 49 ALIAS_SYMBOL(sqrtl, sqrt);
|
/bionic/libm/x86/ |
sqrt.S | 43 ALIAS_SYMBOL(sqrtl, sqrt);
|
/prebuilts/ndk/r16/sources/android/support/include/ |
math.h | 74 long double sqrtl(long double);
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/ |
RuntimeLibcalls.def | 125 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 126 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 127 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/bionic/libm/upstream-netbsd/lib/libm/complex/ |
casinl.c | 107 /* sqrtl( 1 - z*z) */
|
/external/llvm/lib/Target/Mips/ |
MipsCCState.cpp | 30 "sqrtl", "truncl"};
|
/external/libcxx/include/ |
cmath | 128 long double sqrtl(long double x); 483 using ::sqrtl;
|
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
cmath | 128 long double sqrtl(long double x); 487 using ::sqrtl;
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/c++/v1/ |
cmath | 128 long double sqrtl(long double x); 483 using ::sqrtl;
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/c++/v1/ |
cmath | 128 long double sqrtl(long double x); 483 using ::sqrtl;
|