/external/rust/crates/libm/src/math/ |
D | mod.rs | 172 mod tanhf; module 286 pub use self::tanhf::tanhf;
|
D | tanhf.rs | 4 pub fn tanhf(mut x: f32) -> f32 { in tanhf() function
|
/external/llvm-project/llvm/test/Transforms/InstSimplify/ConstProp/ |
D | math-1.ll | 187 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)
|
D | calls.ll | 46 declare float @tanhf(float) readnone nounwind 176 %36 = call float @tanhf(float 3.000000e+00)
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_math.cpp | 25 VERIFY_IS_APPROX(vec2(i), tanhf(vec1(i))); in test_tanh()
|
D | cxx11_tensor_expr.cpp | 241 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/ |
D | CHANGELOG.md | 52 - tanhf
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
|
/external/llvm/lib/Support/Windows/ |
D | explicit_symbols.inc | 91 INLINE_DEF_FLOAT_SYMBOL(tanhf, 1)
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 173 float tanhf(float); 296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 173 float tanhf(float); 296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
|
D | math-libcalls.c | 507 tanh(f); tanhf(f); tanhl(f); in foo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 59 TLI_DEFINE_VECFUNC("tanhf", "vtanhf", 4) 132 TLI_DEFINE_VECFUNC("tanhf", "__tanhf4_massv", 4)
|
/external/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh()
|
/external/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_cmath.h | 176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() 495 using ::tanhf;
|
/external/llvm-project/llvm/test/Transforms/DCE/ |
D | calls-errno.ll | 44 declare float @tanhf(float) nounwind
|
/external/llvm-project/clang/test/Headers/Inputs/include/ |
D | math.h | 169 float tanhf(float __a);
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | win-math.ll | 283 ; MSVCXX-NOT: float @tanhf 285 ; MSVC19-NOT: float @tanhf
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | VecFuncs.def | 59 TLI_DEFINE_VECFUNC("tanhf", "vtanhf", 4) 213 TLI_DEFINE_VECFUNC("tanhf", "__tanhf4_massv", 4)
|
/external/swiftshader/src/Reactor/ |
D | EmulatedIntrinsics.cpp | 208 return call4(tanhf, x); in Tanh()
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
D | accelerate-vector-functions.ll | 982 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/ |
D | calls.ll | 44 declare float @tanhf(float) 168 %36 = call float @tanhf(float 3.000000e+00)
|
/external/libcxx/include/ |
D | cmath | 135 float tanhf(float x); 392 using ::tanhf;
|
/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | no-proto.ll | 777 ; CHECK: declare void @tanhf(...) 778 declare void @tanhf(...)
|