Lines Matching defs:log
198 // exp, log, pow for complex<float>, complex<double>, and complex<long double>
231 const float LN10_INVF = 1.f / ::log(10.f);
244 const long double LN10_INVL = 1.l / ::log(10.l);
250 // log
256 r._M_re = ::log(::hypot(z._M_re, z._M_im));
259 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z)
262 _STLP_DECLSPEC complex<double> _STLP_CALL log(const complex<double>& z)
266 _STLP_DECLSPEC complex<long double> _STLP_CALL log(const complex<long double>& z)
274 _Tp logr = ::log(a);
293 _Tp logr = ::log(::hypot(a._M_re,a._M_im));
303 _Tp logr = ::log(::hypot(a._M_re,a._M_im));