Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/test/Transforms/InstCombine/
Dpr30929.ll7 %_tmp31 = call float @acosf(float 2.000000e+00)
11 declare float @acosf(float)
Dwin-math.ll15 ; MSVCXX-NOT: float @acosf
17 ; MSVC19-NOT: float @acosf
/external/rust/crates/libm/
DCHANGELOG.md28 - acosf
59 - acosf
/external/rust/crates/libm/src/math/
Dmod.rs74 mod acosf; module
180 pub use self::acosf::acosf;
Dacosf.rs37 pub fn acosf(x: f32) -> f32 { in acosf() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
/external/llvm-project/llvm/test/Transforms/Util/
Dlibcalls-shrinkwrap-float.ll70 %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/
Dexplicit_symbols.inc75 INLINE_DEF_FLOAT_SYMBOL(acosf, 1)
/external/skia/src/gpu/tessellate/
DGrStrokeTessellator.h68 return .5f / acosf(std::max(1 - 2 / (parametricPrecision * strokeWidth), -1.f)); in CalcNumRadialSegmentsPerRadian()
/external/clang/test/CodeGen/
Dlibcall-declarations.c41 float acosf(float);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c41 float acosf(float);
270 F(acos), F(acosf), F(acosl), F(acosh), F(acoshf),
Dmath-libcalls.c91 acos(f); acosf(f); acosl(f); in foo()
/external/skia/tests/
DGrVxTest.cpp44 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/
DVecFuncs.def53 TLI_DEFINE_VECFUNC("acosf", "vacosf", 4)
120 TLI_DEFINE_VECFUNC("acosf", "__acosf4_massv", 4)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h51 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos()
/external/skqp/include/private/
DSkFloatingPoint.h49 # define sk_float_acos(x) acosf(x)
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dcalls.ll26 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.h45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos()
443 using ::acosf;
/external/skia/include/private/
DSkFloatingPoint.h56 # define sk_float_acos(x) acosf(x)
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll25 declare float @acosf(float) nounwind
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h10 float acosf(float __a);
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def53 TLI_DEFINE_VECFUNC("acosf", "vacosf", 4)
201 TLI_DEFINE_VECFUNC("acosf", "__acosf4_massv", 4)
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp186 return call4(acosf, x); in Acos()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Daccelerate-vector-functions.ll786 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)

123