/external/llvm-project/libc/test/src/math/ |
D | sqrtl_test.cpp | 26 ASSERT_FP_EQ(nan, __llvm_libc::sqrtl(nan)); in TEST() 27 ASSERT_FP_EQ(inf, __llvm_libc::sqrtl(inf)); in TEST() 28 ASSERT_FP_EQ(nan, __llvm_libc::sqrtl(negInf)); in TEST() 29 ASSERT_FP_EQ(0.0L, __llvm_libc::sqrtl(0.0L)); in TEST() 30 ASSERT_FP_EQ(-0.0L, __llvm_libc::sqrtl(-0.0L)); in TEST() 31 ASSERT_FP_EQ(nan, __llvm_libc::sqrtl(-1.0L)); in TEST() 32 ASSERT_FP_EQ(1.0L, __llvm_libc::sqrtl(1.0L)); in TEST() 33 ASSERT_FP_EQ(2.0L, __llvm_libc::sqrtl(4.0L)); in TEST() 34 ASSERT_FP_EQ(3.0L, __llvm_libc::sqrtl(9.0L)); in TEST() 43 __llvm_libc::sqrtl(denormal), 0.5); in TEST() [all …]
|
/external/llvm-project/llvm/test/CodeGen/VE/Scalar/ |
D | fsqrt.ll | 69 ; CHECK-NEXT: lea %s2, sqrtl@lo 71 ; CHECK-NEXT: lea.sl %s12, sqrtl@hi(, %s2) 108 ; CHECK-NEXT: lea %s2, sqrtl@lo 110 ; CHECK-NEXT: lea.sl %s12, sqrtl@hi(, %s2) 144 ; CHECK-NEXT: lea %s2, sqrtl@lo 146 ; CHECK-NEXT: lea.sl %s12, sqrtl@hi(, %s2)
|
/external/llvm-project/libc/fuzzing/math/ |
D | math_differential_fuzz.cpp | 123 SingleInputSingleOutputDiff<long double>(&__llvm_libc::sqrtl, &::sqrtl, data, in LLVMFuzzerTestOneInput()
|
D | CMakeLists.txt | 35 libc.src.math.sqrtl
|
/external/llvm-project/libc/src/math/ |
D | sqrtl.h | 14 long double sqrtl(long double x);
|
D | sqrtl.cpp | 14 long double LLVM_LIBC_ENTRYPOINT(sqrtl)(long double x) { in LLVM_LIBC_ENTRYPOINT() argument
|
D | CMakeLists.txt | 586 sqrtl 588 sqrtl.cpp 590 sqrtl.h
|
/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/llvm-project/clang/test/CodeGen/ |
D | libcalls.c | 22 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),
|
D | math-libcalls.c | 489 sqrt(f); sqrtf(f); sqrtl(f); in foo()
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-long-double.ll | 118 %call_05 = call x86_fp80 @sqrtl(x86_fp80 %value) 122 ; CHECK-NEXT: %call_05 = call x86_fp80 @sqrtl(x86_fp80 %value) 184 declare x86_fp80 @sqrtl(x86_fp80)
|
/external/llvm-project/libc/config/linux/aarch64/ |
D | entrypoints.txt | 92 libc.src.math.sqrtl
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 127 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 128 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 129 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | RuntimeLibcalls.def | 127 HANDLE_LIBCALL(SQRT_F80, "sqrtl") 128 HANDLE_LIBCALL(SQRT_F128, "sqrtl") 129 HANDLE_LIBCALL(SQRT_PPCF128, "sqrtl")
|
/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/llvm-project/llvm/test/CodeGen/Mips/ |
D | mips64-f128.ll | 386 ; ALL: ld $25, %call16(sqrtl) 391 %call = tail call fp128 @sqrtl(fp128 %0) nounwind 395 declare fp128 @sqrtl(fp128) #2
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 141 libc.src.math.sqrtl
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 250 case LibFunc::sqrt: case LibFunc::sqrtf: case LibFunc::sqrtl: in hasOptimizedCodeGen()
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | libcalls.ll | 35 ; CHECK: call sqrtl
|
/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | reference_math.cpp | 3021 long double reference_rsqrtl(long double x) { return 1.0L / sqrtl(x); } in reference_rsqrtl() 3378 return reference_logl(2.0L * x - 1.0L / (x + sqrtl(x * x - 1.0L))); in reference_acoshl() 3412 * reference_log1pl(absx + x * x / (1.0 + sqrtl(1.0 + x * x))); in reference_asinhl() 3417 * reference_logl(2.0L * absx + 1.0L / (sqrtl(x * x + 1.0) + absx)); in reference_asinhl() 3641 return big * sqrtl(max * max + min * min); in reference_hypotl() 3648 return smalll * sqrtl(max * max + min * min); in reference_hypotl() 3650 return sqrtl(x * x + y * y); in reference_hypotl() 4622 long double xl = sqrtl(x); in reference_powl() 5381 if (!(x2 <= 1.0)) return sqrtl(1.0L - x2); in reference_acosl() 5401 long double z = sign * sqrtl(z2); in reference_acosl()
|
/external/libcxx/include/ |
D | cmath | 128 long double sqrtl(long double x); 488 using ::sqrtl;
|
/external/llvm-project/libcxx/include/ |
D | cmath | 127 long double sqrtl(long double x); 491 using ::sqrtl;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 654 ; CHECK: declare void @sqrtl(...) 655 declare void @sqrtl(...)
|