Searched defs:log10 (Results 1 - 2 of 2) sorted by relevance

/external/stlport/src/
H A Dcomplex.cpp219 // log10
225 r._M_re = ::log10(::hypot(z._M_re, z._M_im));
230 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) function
233 static const double LN10_INV = 1. / ::log10(10.);
234 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) function
239 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) function
/external/v8/src/
H A Dd8.js34 function log10(num) { function
1040 var maxdigits = 1 + Math.floor(log10(from_line + lines.length));
1052 spacer = maxdigits - (1 + Math.floor(log10(current_line)));

Completed in 62 milliseconds