Searched refs:asinhf (Results 1 – 25 of 58) sorted by relevance
123
/external/rust/crates/libm/src/math/ |
D | mod.rs | 80 mod asinhf; module 186 pub use self::asinhf::asinhf;
|
D | asinhf.rs | 10 pub fn asinhf(mut x: f32) -> f32 { in asinhf() function
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 50 float asinhf(float); 272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 50 float asinhf(float); 272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
|
D | math-libcalls.c | 118 asinh(f); asinhf(f); asinhl(f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 60 TLI_DEFINE_VECFUNC("asinhf", "vasinhf", 4) 134 TLI_DEFINE_VECFUNC("asinhf", "__asinhf4_massv", 4)
|
D | TargetLibraryInfo.def | 490 /// float asinhf(float x); 491 TLI_DEFINE_ENUM_INTERNAL(asinhf) 492 TLI_DEFINE_STRING_INTERNAL("asinhf")
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | cmath | 44 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 16 float asinhf(float __a);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 60 TLI_DEFINE_VECFUNC("asinhf", "vasinhf", 4) 215 TLI_DEFINE_VECFUNC("asinhf", "__asinhf4_massv", 4)
|
D | TargetLibraryInfo.def | 517 /// float asinhf(float x); 518 TLI_DEFINE_ENUM_INTERNAL(asinhf) 519 TLI_DEFINE_STRING_INTERNAL("asinhf")
|
/external/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 213 return call4(asinhf, x); in Asinh()
|
D | LLVMJIT.cpp | 473 functions.try_emplace("asinhf", reinterpret_cast<void *>(asinhf)); in Resolver()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | accelerate-vector-functions.ll | 1031 declare float @asinhf(float) readonly 1051 ; NOACCELERATE-NEXT: [[TMP1:%.*]] = tail call fast float @asinhf(float [[VECEXT]]) 1054 ; NOACCELERATE-NEXT: [[TMP2:%.*]] = tail call fast float @asinhf(float [[VECEXT_1]]) 1057 ; NOACCELERATE-NEXT: [[TMP3:%.*]] = tail call fast float @asinhf(float [[VECEXT_2]]) 1060 ; NOACCELERATE-NEXT: [[TMP4:%.*]] = tail call fast float @asinhf(float [[VECEXT_3]]) 1067 %1 = tail call fast float @asinhf(float %vecext) 1070 %2 = tail call fast float @asinhf(float %vecext.1) 1073 %3 = tail call fast float @asinhf(float %vecext.2) 1076 %4 = tail call fast float @asinhf(float %vecext.3)
|
/external/libcxx/include/ |
D | cmath | 161 float asinhf(float x); 397 using ::asinhf;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 51 ; CHECK: declare void @asinhf(...) 52 declare void @asinhf(...)
|
/external/llvm-project/libcxx/include/ |
D | cmath | 160 float asinhf(float x); 400 using ::asinhf;
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 446 using ::asinhf;
|
D | __clang_hip_cmath.h | 564 using ::asinhf;
|
D | __clang_cuda_math.h | 65 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } in asinhf() function
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 177 ; CHECK: declare void @asinhf(...) 178 declare void @asinhf(...)
|
/external/llvm-project/libclc/generic/lib/math/ |
D | asinh.cl | 59 // approximated by asinhf(x) = ln(abs(x) + sqrt(x*x+1))
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 278 /// float asinhf(float x); 279 TLI_DEFINE_ENUM_INTERNAL(asinhf) 280 TLI_DEFINE_STRING_INTERNAL("asinhf")
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 2098 libm::asinhf(self) in asinh()
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/ |
D | veclib-calls.ll | 562 declare float @asinhf(float) nounwind readnone 572 %call = tail call float @asinhf(float %0) nounwind readnone
|
123