Home
last modified time | relevance | path

Searched defs:tanh (Results 1 – 12 of 12) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Dhyperbolic_functions.h58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh() function
61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function
65 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT { return __builtin_tanhl(_… in tanh() function
68 inline _LIBCPP_HIDE_FROM_ABI double tanh(_A1 __x) _NOEXCEPT { in tanh() function
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { tanh() function
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml483 name: tanh play
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
H A D__clang_cuda_math.h317 __DEVICE__ double tanh(double __a) { return __nv_tanh(__a); } tanh() function
H A Dtgmath.h402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h84 LIBC_INLINE double tanh(double x) { return __nv_tanh(x); } tanh() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp60 Ambiguous tanh(Ambiguous){ return Ambiguous(); } tanh() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp60 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp523 MPFRNumber tanh() const { tanh() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/lang/
H A Dcomprehension.py299 tanh = UnaryFnType("tanh") global() variable in UnaryFn
/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py160 def tanh( global() function