Lines Matching refs:sin
66 // sin
69 return complex<_Tp>(::sin(z._M_re) * ::cosh(z._M_im),
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z)
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z)
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z)
89 -::sin(z._M_re) * ::sinh(z._M_im));
114 return complex<_Tp>(::sin(re2) / den, ::sinh(im2) / den);
134 ::cosh(z._M_re) * ::sin(z._M_im));
153 ::sinh(z._M_re) * ::sin(z._M_im));
177 return complex<_Tp>(::sinh(re2) / den, ::sin(im2) / den);