Home
last modified time | relevance | path

Searched refs:atanhf (Results 1 – 25 of 59) sorted by relevance

123

/external/llvm-project/llvm/test/Transforms/LoopVectorize/PowerPC/
Dmassv-nobuiltin.ll7 declare float @atanhf(float) #1
45 %call = tail call float @atanhf(float %conv)
Dmassv-altivec.ll10 declare float @atanhf(float) #0
95 %call = tail call float @atanhf(float %conv)
/external/rust/crates/libm/src/math/
Dmod.rs86 mod atanhf; module
192 pub use self::atanhf::atanhf;
Datanhf.rs8 pub fn atanhf(mut x: f32) -> f32 { in atanhf() function
/external/llvm-project/llvm/test/Transforms/Util/
Dlibcalls-shrinkwrap-float.ll126 %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/
Dlibcall-declarations.c56 float atanhf(float);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c56 float atanhf(float);
273 F(atanh), F(atanhf), F(atanhl), F(cbrt), F(cbrtf),
Dmath-libcalls.c136 atanh(f); atanhf(f); atanhl(f); in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def62 TLI_DEFINE_VECFUNC("atanhf", "vatanhf", 4)
138 TLI_DEFINE_VECFUNC("atanhf", "__atanhf4_massv", 4)
DTargetLibraryInfo.def517 /// float atanhf(float x);
518 TLI_DEFINE_ENUM_INTERNAL(atanhf)
519 TLI_DEFINE_STRING_INTERNAL("atanhf")
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcmath45 __DEVICE__ float atanh(float __x) { return ::atanhf(__x); }
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h22 float atanhf(float __a);
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def62 TLI_DEFINE_VECFUNC("atanhf", "vatanhf", 4)
219 TLI_DEFINE_VECFUNC("atanhf", "__atanhf4_massv", 4)
DTargetLibraryInfo.def544 /// float atanhf(float x);
545 TLI_DEFINE_ENUM_INTERNAL(atanhf)
546 TLI_DEFINE_STRING_INTERNAL("atanhf")
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp223 return call4(atanhf, x); in Atanh()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Daccelerate-vector-functions.ll1129 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/
Dcmath165 float atanhf(float x);
399 using ::atanhf;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll78 ; CHECK: declare void @atanhf(...)
79 declare void @atanhf(...)
/external/llvm-project/libcxx/include/
Dcmath164 float atanhf(float x);
402 using ::atanhf;
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h449 using ::atanhf;
D__clang_hip_cmath.h567 using ::atanhf;
D__clang_cuda_math.h71 __DEVICE__ float atanhf(float __a) { return __nv_atanhf(__a); } in atanhf() function
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll204 ; CHECK: declare void @atanhf(...)
205 declare void @atanhf(...)
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def305 /// float atanhf(float x);
306 TLI_DEFINE_ENUM_INTERNAL(atanhf)
307 TLI_DEFINE_STRING_INTERNAL("atanhf")
/external/rust/crates/num-traits/src/
Dfloat.rs2106 libm::atanhf(self) in atanh()

123