Searched defs:atanh (Results 1 – 8 of 8) sorted by relevance
21 double atanh(double x) /* wrapper atanh */ in atanh() function
993 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf… in atanh() function994 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl… in atanh() function999 atanh(_A1 __lcpp_x) _NOEXCEPT {return ::atanh((double)__lcpp_x);} in atanh() function
67 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
68 Ambiguous atanh(Ambiguous){ return Ambiguous(); } in atanh() function
1602 double atanh(double x) { in atanh() function
606 public static double atanh(double a) { in atanh() method in FastMath
235 #define atanh(__x) __tg_atanh(__tg_promote1((__x))(__x)) macro
1601 void ShaderCore::atanh(Vector4f &dst, const Vector4f &src, bool pp) in atanh() function in sw::ShaderCore