Searched defs:cosh (Results 1 – 8 of 8) sorted by relevance
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) in cosh() function159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) in cosh() function163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) in cosh() function
72 static Scalar cosh(Scalar x, int n) in cosh() function
390 inline double cosh (double x) { return std::cosh(x); } in cosh() function474 Jet<T, N> cosh(const Jet<T, N>& f) { in cosh() function
965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) { in cosh() function
192 cosh, enumerator
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro
1399 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local
1305 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local