Searched defs:cosh (Results 1 – 9 of 9) 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
190 int32_t cosh = kFixedInvGain2; in SkCordicExp() local
1337 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local
192 int32_t cosh = kFixedInvGain2; in SkCordicExp() local
916 SkScalar cosh = SkPoint::DotProduct(before, after); in arcTo() local
965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) { in cosh() function
159 cosh, enumerator
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro