Searched defs:tanh (Results 1 – 12 of 12) sorted by relevance
58 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT { return __builtin_tanhf(__x); } in tanh() function61 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function65 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT { return __builtin_tanhl(_… in tanh() function68 inline _LIBCPP_HIDE_FROM_ABI double tanh(_A1 __x) _NOEXCEPT { in tanh() function
45 tanh(double x) in tanh() function
295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
317 __DEVICE__ double tanh(double __a) { return __nv_tanh(__a); } in tanh() function
402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
152 #define tanh(x) __tg_full(x, tanh) macro