Home
last modified time | relevance | path

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

/freebsd-src/contrib/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
/freebsd-src/lib/msun/src/
H A Ds_tanh.c45 tanh(double x) in tanh() function
/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dsv_tanhf_2u6.c
H A Dtanh_3u.c
H A Dv_tanhf_2u6.c
H A Dsv_tanh_3u.c
H A Dv_tanh_3u.c
/freebsd-src/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
/freebsd-src/contrib/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); } in tanh() function
H A Dtgmath.h402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
/freebsd-src/include/
H A Dtgmath.h152 #define tanh(x) __tg_full(x, tanh) macro