Home | History | Annotate | Download | only in src

Lines Matching refs:cosh

69   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)
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z)
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z)
176 _Tp den = ::cosh(re2) + ::cos(im2);