Lines Matching full:double
22 // complex<double>, and complex<long double>
37 double d;
39 static const double double_limit = double_ulimit.d;
42 long double ld;
45 static const long double ldouble_limit = ldouble_ulimit.ld;
50 static const double double_limit = M_LN2 * DBL_MAX_EXP;
53 static const double double_limit = ::log(DBL_MAX);
57 static const long double ldouble_limit = M_LN2l * LDBL_MAX_EXP;
59 static const long double ldouble_limit = ::log(LDBL_MAX);
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)
95 _STLP_DECLSPEC complex<double> _STLP_CALL cos(const complex<double>& z)
99 _STLP_DECLSPEC complex<long double> _STLP_CALL cos(const complex<long double>& z)
121 _STLP_DECLSPEC complex<double> _STLP_CALL tan(const complex<double>& z)
125 _STLP_DECLSPEC complex<long double> _STLP_CALL tan(const complex<long double>& 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)
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)
184 _STLP_DECLSPEC complex<double> _STLP_CALL tanh(const complex<double>& z)
188 _STLP_DECLSPEC complex<long double> _STLP_CALL tanh(const complex<long double>& z)