Lines Matching defs:z
68 static complex<_Tp> sinT(const complex<_Tp>& z) { in sinT()
73 _STLP_DECLSPEC complex<float> _STLP_CALL sin(const complex<float>& z) in sin()
76 _STLP_DECLSPEC complex<double> _STLP_CALL sin(const complex<double>& z) in sin()
80 _STLP_DECLSPEC complex<long double> _STLP_CALL sin(const complex<long double>& z) in sin()
87 static complex<_Tp> cosT(const complex<_Tp>& z) { in cosT()
92 _STLP_DECLSPEC complex<float> _STLP_CALL cos(const complex<float>& z) in cos()
95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z) in cos()
99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z) in cos()
106 static complex<_Tp> tanT(const complex<_Tp>& z, const _Tp& Tp_limit) { in tanT()
118 _STLP_DECLSPEC complex<float> _STLP_CALL tan(const complex<float>& z) in tan()
121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z) in tan()
125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& z) in tan()
132 static complex<_Tp> sinhT(const complex<_Tp>& z) { in sinhT()
137 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>& z) in sinh()
140 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>& z) in sinh()
144 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>& z) in sinh()
151 static complex<_Tp> coshT(const complex<_Tp>& z) { in coshT()
156 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>& z) in cosh()
159 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>& z) in cosh()
163 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>& z) in cosh()
170 static complex<_Tp> tanhT(const complex<_Tp>& z, const _Tp& Tp_limit) { in tanhT()
181 _STLP_DECLSPEC complex<float> _STLP_CALL tanh(const complex<float>& z) in tanh()
184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z) in tanh()
188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z) in tanh()