Searched defs:cosh (Results 1 - 3 of 3) sorted by relevance

/external/stlport/src/
H A Dcomplex_trig.cpp69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
88 return complex<_Tp>(::cos(z._M_re) * ::cosh(z._M_im),
113 _Tp den = ::cos(re2) + ::cosh(im2);
134 ::cosh(z._M_re) * ::sin(z._M_im));
149 // cosh
152 return complex<_Tp>(::cosh(z._M_re) * ::cos(z._M_im),
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) function
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) function
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) function
176 _Tp den = ::cosh(re
[all...]
/external/skia/src/core/
H A DSkCordic.cpp200 int32_t cosh = kFixedInvGain2; local
202 SkHyperbolic(&cosh, &sinh, &a, 0);
203 return cosh + sinh;
H A DSkPath.cpp682 SkScalar cosh = SkPoint::DotProduct(before, after); local
689 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);

Completed in 94 milliseconds