Home
last modified time | relevance | path

Searched refs:asinhf (Results 1 – 25 of 58) sorted by relevance

123

/external/rust/crates/libm/src/math/
Dmod.rs80 mod asinhf; module
186 pub use self::asinhf::asinhf;
Dasinhf.rs10 pub fn asinhf(mut x: f32) -> f32 { in asinhf() function
/external/clang/test/CodeGen/
Dlibcall-declarations.c50 float asinhf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c50 float asinhf(float);
272 F(asinhf), F(asinhl), F(atan), F(atanf), F(atanl),
Dmath-libcalls.c118 asinh(f); asinhf(f); asinhl(f); in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def60 TLI_DEFINE_VECFUNC("asinhf", "vasinhf", 4)
134 TLI_DEFINE_VECFUNC("asinhf", "__asinhf4_massv", 4)
DTargetLibraryInfo.def490 /// float asinhf(float x);
491 TLI_DEFINE_ENUM_INTERNAL(asinhf)
492 TLI_DEFINE_STRING_INTERNAL("asinhf")
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath44 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h16 float asinhf(float __a);
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def60 TLI_DEFINE_VECFUNC("asinhf", "vasinhf", 4)
215 TLI_DEFINE_VECFUNC("asinhf", "__asinhf4_massv", 4)
DTargetLibraryInfo.def517 /// float asinhf(float x);
518 TLI_DEFINE_ENUM_INTERNAL(asinhf)
519 TLI_DEFINE_STRING_INTERNAL("asinhf")
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp213 return call4(asinhf, x); in Asinh()
DLLVMJIT.cpp473 functions.try_emplace("asinhf", reinterpret_cast<void *>(asinhf)); in Resolver()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Daccelerate-vector-functions.ll1031 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/
Dcmath161 float asinhf(float x);
397 using ::asinhf;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll51 ; CHECK: declare void @asinhf(...)
52 declare void @asinhf(...)
/external/llvm-project/libcxx/include/
Dcmath160 float asinhf(float x);
400 using ::asinhf;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h446 using ::asinhf;
D__clang_hip_cmath.h564 using ::asinhf;
D__clang_cuda_math.h65 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } in asinhf() function
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll177 ; CHECK: declare void @asinhf(...)
178 declare void @asinhf(...)
/external/llvm-project/libclc/generic/lib/math/
Dasinh.cl59 // approximated by asinhf(x) = ln(abs(x) + sqrt(x*x+1))
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def278 /// float asinhf(float x);
279 TLI_DEFINE_ENUM_INTERNAL(asinhf)
280 TLI_DEFINE_STRING_INTERNAL("asinhf")
/external/rust/crates/num-traits/src/
Dfloat.rs2098 libm::asinhf(self) in asinh()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/X86/
Dveclib-calls.ll562 declare float @asinhf(float) nounwind readnone
572 %call = tail call float @asinhf(float %0) nounwind readnone

123