Lines Matching refs:log
198 // exp, log, pow for complex<float>, complex<double>, and complex<long double>
229 static const float LN10_INVF = 1.f / ::log(10.f);
238 static const long double LN10_INVL = 1.l / ::log(10.l);
244 // log
250 r._M_re = ::log(::hypot(z._M_re, z._M_im));
253 _STLP_DECLSPEC complex<float> _STLP_CALL log(const complex<float>& z)
256 _STLP_DECLSPEC complex<double> _STLP_CALL log(const complex<double>& z)
260 _STLP_DECLSPEC complex<long double> _STLP_CALL log(const complex<long double>& z)
268 _Tp logr = ::log(a);
287 _Tp logr = ::log(::hypot(a._M_re,a._M_im));
297 _Tp logr = ::log(::hypot(a._M_re,a._M_im));