Searched refs:atanhf (Results 1 – 25 of 59) sorted by relevance
123
/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/ |
D | massv-nobuiltin.ll | 7 declare float @atanhf(float) #1 45 %call = tail call float @atanhf(float %conv)
|
D | massv-altivec.ll | 10 declare float @atanhf(float) #0 95 %call = tail call float @atanhf(float %conv)
|
/external/rust/crates/libm/src/math/ |
D | mod.rs | 86 mod atanhf; module 192 pub use self::atanhf::atanhf;
|
D | atanhf.rs | 8 pub fn atanhf(mut x: f32) -> f32 { in atanhf() function
|
/external/llvm-project/llvm/test/Transforms/Util/ |
D | libcalls-shrinkwrap-float.ll | 126 %call_06 = call float @atanhf(float %value) 132 ; CHECK-NEXT: %call_06 = call float @atanhf(float %value) 184 declare float @atanhf(float)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 56 float atanhf(float); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 56 float atanhf(float); 273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
|
D | math-libcalls.c | 136 atanh(f); atanhf(f); atanhl(f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 62 TLI_DEFINE_VECFUNC("atanhf", "vatanhf", 4) 138 TLI_DEFINE_VECFUNC("atanhf", "__atanhf4_massv", 4)
|
D | TargetLibraryInfo.def | 517 /// float atanhf(float x); 518 TLI_DEFINE_ENUM_INTERNAL(atanhf) 519 TLI_DEFINE_STRING_INTERNAL("atanhf")
|
/external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
D | cmath | 45 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); }
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 22 float atanhf(float __a);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 62 TLI_DEFINE_VECFUNC("atanhf", "vatanhf", 4) 219 TLI_DEFINE_VECFUNC("atanhf", "__atanhf4_massv", 4)
|
D | TargetLibraryInfo.def | 544 /// float atanhf(float x); 545 TLI_DEFINE_ENUM_INTERNAL(atanhf) 546 TLI_DEFINE_STRING_INTERNAL("atanhf")
|
/external/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 223 return call4(atanhf, x); in Atanh()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | accelerate-vector-functions.ll | 1129 declare float @atanhf(float) readonly 1149 ; NOACCELERATE-NEXT: [[TMP1:%.*]] = tail call fast float @atanhf(float [[VECEXT]]) 1152 ; NOACCELERATE-NEXT: [[TMP2:%.*]] = tail call fast float @atanhf(float [[VECEXT_1]]) 1155 ; NOACCELERATE-NEXT: [[TMP3:%.*]] = tail call fast float @atanhf(float [[VECEXT_2]]) 1158 ; NOACCELERATE-NEXT: [[TMP4:%.*]] = tail call fast float @atanhf(float [[VECEXT_3]]) 1165 %1 = tail call fast float @atanhf(float %vecext) 1168 %2 = tail call fast float @atanhf(float %vecext.1) 1171 %3 = tail call fast float @atanhf(float %vecext.2) 1174 %4 = tail call fast float @atanhf(float %vecext.3)
|
/external/libcxx/include/ |
D | cmath | 165 float atanhf(float x); 399 using ::atanhf;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 78 ; CHECK: declare void @atanhf(...) 79 declare void @atanhf(...)
|
/external/llvm-project/libcxx/include/ |
D | cmath | 164 float atanhf(float x); 402 using ::atanhf;
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 449 using ::atanhf;
|
D | __clang_hip_cmath.h | 567 using ::atanhf;
|
D | __clang_cuda_math.h | 71 __DEVICE__ float atanhf(float __a) { return __nv_atanhf(__a); } in atanhf() function
|
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 204 ; CHECK: declare void @atanhf(...) 205 declare void @atanhf(...)
|
/external/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 305 /// float atanhf(float x); 306 TLI_DEFINE_ENUM_INTERNAL(atanhf) 307 TLI_DEFINE_STRING_INTERNAL("atanhf")
|
/external/rust/crates/num-traits/src/ |
D | float.rs | 2106 libm::atanhf(self) in atanh()
|
123