Searched defs:cosh (Results 1 - 4 of 4) 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.cpp735 SkScalar cosh = SkPoint::DotProduct(before, after); local
743 SkScalar dist = SkScalarMulDiv(radius, SK_Scalar1 - cosh, sinh);
/external/clang/lib/Headers/
H A Dtgmath.h324 // cosh
332 __tg_cosh(double __x) {return cosh(__x);}
350 #undef cosh macro
351 #define cosh(__x) __tg_cosh(__tg_promote1((__x))(__x)) macro

Completed in 164 milliseconds