Searched defs:sinh (Results 1 – 9 of 9) sorted by relevance
137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) in sinh() function140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z) in sinh() function144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z) in sinh() function
87 static Scalar sinh(Scalar x, int n) in sinh() function
191 int32_t sinh = 0; in SkCordicExp() local
1338 SkScalar sinh = SkPoint::CrossProduct(before, after); in arcTo() local
193 int32_t sinh = 0; in SkCordicExp() local
917 SkScalar sinh = SkPoint::CrossProduct(before, after); in arcTo() local
1038 inline valarray<_Tp> sinh(const valarray<_Tp>& __x) { in sinh() function
475 sinh, enumerator
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro