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

/external/guava/guava/src/com/google/common/math/
H A DBigIntegerMath.java126 public static int log10(BigInteger x, RoundingMode mode) { method in class:BigIntegerMath
129 return LongMath.log10(x.longValue(), mode);
165 // Since sqrt(10) is irrational, log10(x) - floorLog can never be exactly 0.5
H A DIntMath.java117 public static int log10(int x, RoundingMode mode) { method in class:IntMath
134 // sqrt(10) is irrational, so log10(x) - logFloor is never exactly 0.5
H A DLongMath.java112 public static int log10(long x, RoundingMode mode) { method in class:LongMath
115 return IntMath.log10((int) x, mode);
132 // sqrt(10) is irrational, so log10(x)-logFloor is never exactly 0.5
/external/stlport/src/
H A Dcomplex.cpp219 // log10
225 r._M_re = ::log10(::hypot(z._M_re, z._M_im));
229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) function
235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) function
237 const double LN10_INV = 1. / ::log10(10.);
242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) function
/external/bison/darwin-lib/
H A Dmath.h1607 # undef log10
1608 # define log10 rpl_log10
1610 _GL_FUNCDECL_RPL (log10, double, (double x));
1611 _GL_CXXALIAS_RPL (log10, double, (double x));
1613 _GL_CXXALIAS_SYS (log10, double, (double x));
1615 _GL_CXXALIASWARN (log10);
1617 # undef log10 macro
1619 _GL_WARN_ON_USE (log10, "log10 has portability problems - "
1620 "use gnulib module log10 fo
[all...]
/external/bison/lib/
H A Dmath.in.h1295 # undef log10 macro
1296 # define log10 rpl_log10 macro
1298 _GL_FUNCDECL_RPL (log10, double, (double x));
1299 _GL_CXXALIAS_RPL (log10, double, (double x));
1301 _GL_CXXALIAS_SYS (log10, double, (double x));
1303 _GL_CXXALIASWARN (log10); variable
1305 # undef log10 macro
1307 _GL_WARN_ON_USE (log10, "log10 has portability problems - "
1308 "use gnulib module log10 fo
[all...]
/external/bison/linux-lib/
H A Dmath.h1607 # undef log10
1608 # define log10 rpl_log10
1610 _GL_FUNCDECL_RPL (log10, double, (double x));
1611 _GL_CXXALIAS_RPL (log10, double, (double x));
1613 _GL_CXXALIAS_SYS (log10, double, (double x));
1615 _GL_CXXALIASWARN (log10);
1617 # undef log10 macro
1619 _GL_WARN_ON_USE (log10, "log10 has portability problems - "
1620 "use gnulib module log10 fo
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h928 // log10
936 __tg_log10(double __x) {return log10(__x);}
942 #undef log10 macro
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/external/chromium_org/v8/src/
H A Dd8.js14 function log10(num) { function
1549 var maxdigits = 1 + Math.floor(log10(from_line + lines.length));
1561 var spacer = maxdigits - (1 + Math.floor(log10(current_line)));
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h342 friend const mpreal log10(const mpreal& v, mp_rnd_t rnd_mode = mpreal::get_default_rnd());
2067 inline const mpreal log10 (const mpreal& x, mp_rnd_t r) { MPREAL_UNARY_MATH_FUNCTION_BODY(log10); } function in namespace:mpfr
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h376 /// double log10(double x);
377 log10, enumerator in enum:llvm::LibFunc::Func
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 324 milliseconds