/external/rust/crates/libm/ |
D | CHANGELOG.md | 30 - asinf 61 - asinf
|
/external/rust/crates/libm/src/math/ |
D | mod.rs | 78 mod asinf; module 184 pub use self::asinf::asinf;
|
D | asinf.rs | 39 pub fn asinf(mut x: f32) -> f32 { in asinf() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 76 INLINE_DEF_FLOAT_SYMBOL(asinf, 1)
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 76 INLINE_DEF_FLOAT_SYMBOL(asinf, 1)
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-float.ll | 80 %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/ |
D | explicit_symbols.inc | 76 INLINE_DEF_FLOAT_SYMBOL(asinf, 1)
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | math-1.ll | 13 declare float @asinf(float) 18 %res = tail call fast float @asinf(float 1.0)
|
D | calls.ll | 27 declare float @asinf(float) readnone nounwind 119 %18 = call float @asinf(float 1.000000e+00)
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_expr.cpp | 240 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/ |
D | drc_math.h | 190 return asinf(x) * TWO_OVER_PI_FLOAT; in warp_asinf()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 47 float asinf(float); 271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 47 float asinf(float); 271 F(acoshl), F(asin), F(asinf), F(asinl), F(asinh),
|
D | math-libcalls.c | 109 asin(f); asinf(f); asinl(f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 52 TLI_DEFINE_VECFUNC("asinf", "vasinf", 4) 118 TLI_DEFINE_VECFUNC("asinf", "__asinf4_massv", 4)
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 52 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin()
|
/external/skqp/include/private/ |
D | SkFloatingPoint.h | 50 # define sk_float_asin(x) asinf(x)
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 46 __DEVICE__ float asin(float __x) { return ::asinf(__x); } in asin() 445 using ::asinf;
|
/external/skia/include/private/ |
D | SkFloatingPoint.h | 57 # define sk_float_asin(x) asinf(x)
|
/external/llvm-project/llvm/test/Transforms/DCE/ |
D | calls-errno.ll | 26 declare float @asinf(float) nounwind
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 14 float asinf(float __a);
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 28 ; MSVCXX-NOT: float @asinf 30 ; MSVC19-NOT: float @asinf
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 52 TLI_DEFINE_VECFUNC("asinf", "vasinf", 4) 199 TLI_DEFINE_VECFUNC("asinf", "__asinf4_massv", 4)
|
/external/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 181 return call4(asinf, x); in Asin()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | accelerate-vector-functions.ll | 737 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)
|