Searched defs:cosh (Results 1 – 13 of 13) sorted by relevance
184 VECTORIZE_VEC(cosh) argument
318 cosh() const in cosh() function
407 public static double cosh(double x) { in cosh() method in MathUtils
284 public static double cosh(double x) { in cosh() method in FastMath
580 public Complex cosh() { in cosh() method in Complex
57 __DEVICE__ float cosh(float __x) { return ::coshf(__x); } in cosh() function
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
760 inline _LIBCPP_INLINE_VISIBILITY float cosh(float __lcpp_x) _NOEXCEPT {return ::coshf(_… in cosh() function761 inline _LIBCPP_INLINE_VISIBILITY long double cosh(long double __lcpp_x) _NOEXCEPT {return ::coshl(_… in cosh() function767 cosh(_A1 __lcpp_x) _NOEXCEPT {return ::cosh((double)__lcpp_x);} in cosh() function
39 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
40 Ambiguous cosh(Ambiguous){ return Ambiguous(); } in cosh() function
2590 double cosh(double x) { in cosh() function
1470 void ShaderCore::cosh(Vector4f &dst, const Vector4f &src, bool pp) in cosh() function in sw::ShaderCore
1486 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local