Searched defs:tanh (Results 1 – 15 of 15) sorted by relevance
17 tanh (double __x) in tanh() function
45 tanh(double x) in tanh() function
668 tanh(float __x) { return __gnu_cxx::__c99_binding::tanhf(__x); } in tanh() function671 tanh(float __x) { return ::tanh(static_cast<double>(__x)); } in tanh() function676 tanh(long double __x) { return ::tanhl(__x); } in tanh() function679 tanh(long double __x) { return ::tanh(static_cast<double>(__x)); } in tanh() function684 tanh(_Tp __x) in tanh() function
443 tanh(float __x) in tanh() function447 tanh(long double __x) in tanh() function453 tanh(_Tp __x) in tanh() function
295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { in tanh() function
1199 sub tanh { subroutine
965 inline _LIBCPP_HIDE_FROM_ABI float tanh(float __x) _NOEXCEPT {return __builtin_tanhf(__… in tanh() function968 _LIBCPP_HIDE_FROM_ABI double tanh(double __x) _NOEXCEPT { in tanh() function972 inline _LIBCPP_HIDE_FROM_ABI long double tanh(long double __x) _NOEXCEPT {return __builtin_tanhl(__… in tanh() function978 tanh(_A1 __x) _NOEXCEPT {return __builtin_tanh((double)__x);} in tanh() function
213 tanh (double 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
110 #define tanh(x) __tg_full(x, tanh) macro
180 tanh keyword