Home
last modified time | relevance | path

Searched refs:asinf (Results 1 – 25 of 69) sorted by relevance

123

/external/rust/crates/libm/
DCHANGELOG.md30 - asinf
61 - asinf
/external/rust/crates/libm/src/math/
Dmod.rs78 mod asinf; module
184 pub use self::asinf::asinf;
Dasinf.rs39 pub fn asinf(mut x: f32) -> f32 { in asinf() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc76 INLINE_DEF_FLOAT_SYMBOL(asinf, 1)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc76 INLINE_DEF_FLOAT_SYMBOL(asinf, 1)
/external/llvm-project/llvm/test/Transforms/Util/
Dlibcalls-shrinkwrap-float.ll80 %call_01 = call float @asinf(float %value)
86 ; CHECK-NEXT: %call_01 = call float @asinf(float %value)
179 declare float @asinf(float)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc76 INLINE_DEF_FLOAT_SYMBOL(asinf, 1)
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dmath-1.ll13 declare float @asinf(float)
18 %res = tail call fast float @asinf(float 1.0)
Dcalls.ll27 declare float @asinf(float) readnone nounwind
119 %18 = call float @asinf(float 1.000000e+00)
/external/eigen/unsupported/test/
Dcxx11_tensor_expr.cpp240 mat2 = mat1.inverse().unaryExpr(&asinf); in test_functors()
247 VERIFY_IS_APPROX(mat2(i,j,k), asinf(1.0f / mat1(i,j,k))); in test_functors()
/external/adhd/cras/src/dsp/
Ddrc_math.h190 return asinf(x) * TWO_OVER_PI_FLOAT; in warp_asinf()
/external/clang/test/CodeGen/
Dlibcall-declarations.c47 float asinf(float);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c47 float asinf(float);
271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
Dmath-libcalls.c109 asin(f); asinf(f); asinl(f); in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def52 TLI_DEFINE_VECFUNC("asinf", "vasinf", 4)
118 TLI_DEFINE_VECFUNC("asinf", "__asinf4_massv", 4)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h52 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin()
/external/skqp/include/private/
DSkFloatingPoint.h50 # define sk_float_asin(x) asinf(x)
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin()
445 using ::asinf;
/external/skia/include/private/
DSkFloatingPoint.h57 # define sk_float_asin(x) asinf(x)
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll26 declare float @asinf(float) nounwind
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h14 float asinf(float __a);
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dwin-math.ll28 ; MSVCXX-NOT: float @asinf
30 ; MSVC19-NOT: float @asinf
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def52 TLI_DEFINE_VECFUNC("asinf", "vasinf", 4)
199 TLI_DEFINE_VECFUNC("asinf", "__asinf4_massv", 4)
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp181 return call4(asinf, x); in Asin()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Daccelerate-vector-functions.ll737 declare float @asinf(float) readonly
757 ; NOACCELERATE-NEXT: [[TMP1:%.*]] = tail call fast float @asinf(float [[VECEXT]])
760 ; NOACCELERATE-NEXT: [[TMP2:%.*]] = tail call fast float @asinf(float [[VECEXT_1]])
763 ; NOACCELERATE-NEXT: [[TMP3:%.*]] = tail call fast float @asinf(float [[VECEXT_2]])
766 ; NOACCELERATE-NEXT: [[TMP4:%.*]] = tail call fast float @asinf(float [[VECEXT_3]])
773 %1 = tail call fast float @asinf(float %vecext)
776 %2 = tail call fast float @asinf(float %vecext.1)
779 %3 = tail call fast float @asinf(float %vecext.2)
782 %4 = tail call fast float @asinf(float %vecext.3)

123