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
295 __DEVICE__ std::complex<_Tp> tanh(const std::complex<_Tp> &__x) { tanh() function
483 name: tanh play
176 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
317 __DEVICE__ double tanh(double __a) { return __nv_tanh(__a); } tanh() function
402 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
84 LIBC_INLINE double tanh(double x) { return __nv_tanh(x); } tanh() function
60 Ambiguous tanh(Ambiguous){ return Ambiguous(); } tanh() function [all...]
60 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
523 MPFRNumber tanh() const { tanh() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
299 tanh = UnaryFnType("tanh") global() variable in UnaryFn
160 def tanh( global() function