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