/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | pr30929.ll | 7 %_tmp31 = call float @acosf(float 2.000000e+00) 11 declare float @acosf(float)
|
D | win-math.ll | 15 ; MSVCXX-NOT: float @acosf 17 ; MSVC19-NOT: float @acosf
|
/external/rust/crates/libm/ |
D | CHANGELOG.md | 28 - acosf 59 - acosf
|
/external/rust/crates/libm/src/math/ |
D | mod.rs | 74 mod acosf; module 180 pub use self::acosf::acosf;
|
D | acosf.rs | 37 pub fn acosf(x: f32) -> f32 { in acosf() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-float.ll | 70 %call_00 = call float @acosf(float %value) 76 ; CHECK-NEXT: %call_00 = call float @acosf(float %value) 178 declare float @acosf(float)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
|
/external/skia/src/gpu/tessellate/ |
D | GrStrokeTessellator.h | 68 return .5f / acosf(std::max(1 - 2 / (parametricPrecision * strokeWidth), -1.f)); in CalcNumRadialSegmentsPerRadian()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 41 float acosf(float); 270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 41 float acosf(float); 270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
|
D | math-libcalls.c | 91 acos(f); acosf(f); acosl(f); in foo()
|
/external/skia/tests/ |
D | GrVxTest.cpp | 44 float acosf_x = acosf(x); in check_approx_acos() 111 x[j], SkRadiansToDegrees(approx_acos_x[j] - acosf(x[j])), in DEF_TEST()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 53 TLI_DEFINE_VECFUNC("acosf", "vacosf", 4) 120 TLI_DEFINE_VECFUNC("acosf", "__acosf4_massv", 4)
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos()
|
/external/skqp/include/private/ |
D | SkFloatingPoint.h | 49 # define sk_float_acos(x) acosf(x)
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | calls.ll | 26 declare float @acosf(float) readnone nounwind 116 %17 = call float @acosf(float 1.000000e+00)
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() 443 using ::acosf;
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 56 # define sk_float_acos(x) acosf(x)
|
/external/llvm-project/llvm/test/Transforms/DCE/ |
D | calls-errno.ll | 25 declare float @acosf(float) nounwind
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 10 float acosf(float __a);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 53 TLI_DEFINE_VECFUNC("acosf", "vacosf", 4) 201 TLI_DEFINE_VECFUNC("acosf", "__acosf4_massv", 4)
|
/external/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 186 return call4(acosf, x); in Acos()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | accelerate-vector-functions.ll | 786 declare float @acosf(float) readonly 806 ; NOACCELERATE-NEXT: [[TMP1:%.*]] = tail call fast float @acosf(float [[VECEXT]]) 809 ; NOACCELERATE-NEXT: [[TMP2:%.*]] = tail call fast float @acosf(float [[VECEXT_1]]) 812 ; NOACCELERATE-NEXT: [[TMP3:%.*]] = tail call fast float @acosf(float [[VECEXT_2]]) 815 ; NOACCELERATE-NEXT: [[TMP4:%.*]] = tail call fast float @acosf(float [[VECEXT_3]]) 822 %1 = tail call fast float @acosf(float %vecext) 825 %2 = tail call fast float @acosf(float %vecext.1) 828 %3 = tail call fast float @acosf(float %vecext.2) 831 %4 = tail call fast float @acosf(float %vecext.3)
|