Home | History | Annotate | Download | only in src

Lines Matching refs:sinh

70                       ::cos(z._M_re) * ::sinh(z._M_im));
89 -::sin(z._M_re) * ::sinh(z._M_im));
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
130 // sinh
133 return complex<_Tp>(::sinh(z._M_re) * ::cos(z._M_im),
137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z)
140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z)
144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z)
153 ::sinh(z._M_re) * ::sin(z._M_im));
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den);