Searched defs:tanh (Results 1 – 13 of 13) sorted by relevance
198 VECTORIZE_VEC(tanh) argument
290 tanh() const in tanh() function
892 public Complex tanh() { in tanh() method in Complex
419 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half tanh(const half& a) { in tanh() function
144 __DEVICE__ float tanh(float __x) { return ::tanhf(__x); } in tanh() function
409 #define tanh(__x) __tg_tanh(__tg_promote1((__x))(__x)) macro
957 inline _LIBCPP_INLINE_VISIBILITY float tanh(float __lcpp_x) _NOEXCEPT {return ::tanhf(_… in tanh() function958 inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(_… in tanh() function964 tanh(_A1 __lcpp_x) _NOEXCEPT {return ::tanh((double)__lcpp_x);} in tanh() function
120 tanh() const { in tanh() function
54 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
55 Ambiguous tanh(Ambiguous){ return Ambiguous(); } in tanh() function
2708 double tanh(double x) { in tanh() function
448 public static double tanh(double x) { in tanh() method in FastMath
1577 void ShaderCore::tanh(Vector4f &dst, const Vector4f &src, bool pp) in tanh() function in sw::ShaderCore