Home
last modified time | relevance | path

Searched refs:tanhf (Results 1 – 25 of 67) sorted by relevance

123

/external/rust/crates/libm/src/math/
Dmod.rs172 mod tanhf; module
286 pub use self::tanhf::tanhf;
Dtanhf.rs4 pub fn tanhf(mut x: f32) -> f32 { in tanhf() function
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/
Dmath-1.ll187 declare float @tanhf(float)
190 ; CHECK-NEXT: [[RES:%.*]] = tail call fast float @tanhf(float 1.000000e+00)
193 %res = tail call fast float @tanhf(float 1.0)
Dcalls.ll46 declare float @tanhf(float) readnone nounwind
176 %36 = call float @tanhf(float 3.000000e+00)
/external/eigen/unsupported/test/
Dcxx11_tensor_math.cpp25 VERIFY_IS_APPROX(vec2(i), tanhf(vec1(i))); in test_tanh()
Dcxx11_tensor_expr.cpp241 mat3 = mat1.unaryExpr(&tanhf); in test_functors()
248 VERIFY_IS_APPROX(mat3(i,j,k), tanhf(mat1(i,j,k))); in test_functors()
/external/rust/crates/libm/
DCHANGELOG.md52 - tanhf
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
Dexplicit_symbols.inc91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
/external/llvm-project/llvm/lib/Support/Windows/
Dexplicit_symbols.inc91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
/external/llvm/lib/Support/Windows/
Dexplicit_symbols.inc91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
/external/clang/test/CodeGen/
Dlibcall-declarations.c173 float tanhf(float);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c173 float tanhf(float);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
Dmath-libcalls.c507 tanh(f); tanhf(f); tanhl(f); in foo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DVecFuncs.def59 TLI_DEFINE_VECFUNC("tanhf", "vtanhf", 4)
132 TLI_DEFINE_VECFUNC("tanhf", "__tanhf4_massv", 4)
/external/clang/lib/Headers/
D__clang_cuda_cmath.h144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh()
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh()
495 using ::tanhf;
/external/llvm-project/llvm/test/Transforms/DCE/
Dcalls-errno.ll44 declare float @tanhf(float) nounwind
/external/llvm-project/clang/test/Headers/Inputs/include/
Dmath.h169 float tanhf(float __a);
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dwin-math.ll283 ; MSVCXX-NOT: float @tanhf
285 ; MSVC19-NOT: float @tanhf
/external/llvm-project/llvm/include/llvm/Analysis/
DVecFuncs.def59 TLI_DEFINE_VECFUNC("tanhf", "vtanhf", 4)
213 TLI_DEFINE_VECFUNC("tanhf", "__tanhf4_massv", 4)
/external/swiftshader/src/Reactor/
DEmulatedIntrinsics.cpp208 return call4(tanhf, x); in Tanh()
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Daccelerate-vector-functions.ll982 declare float @tanhf(float) readonly
1002 ; NOACCELERATE-NEXT: [[TMP1:%.*]] = tail call fast float @tanhf(float [[VECEXT]])
1005 ; NOACCELERATE-NEXT: [[TMP2:%.*]] = tail call fast float @tanhf(float [[VECEXT_1]])
1008 ; NOACCELERATE-NEXT: [[TMP3:%.*]] = tail call fast float @tanhf(float [[VECEXT_2]])
1011 ; NOACCELERATE-NEXT: [[TMP4:%.*]] = tail call fast float @tanhf(float [[VECEXT_3]])
1018 %1 = tail call fast float @tanhf(float %vecext)
1021 %2 = tail call fast float @tanhf(float %vecext.1)
1024 %3 = tail call fast float @tanhf(float %vecext.2)
1027 %4 = tail call fast float @tanhf(float %vecext.3)
/external/llvm/test/Transforms/ConstProp/
Dcalls.ll44 declare float @tanhf(float)
168 %36 = call float @tanhf(float 3.000000e+00)
/external/libcxx/include/
Dcmath135 float tanhf(float x);
392 using ::tanhf;
/external/llvm/test/Transforms/InferFunctionAttrs/
Dno-proto.ll777 ; CHECK: declare void @tanhf(...)
778 declare void @tanhf(...)

123