| /external/guava/guava-tests/benchmark/com/google/common/math/ |
| D | LongMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in LongMathRoundingBenchmark
|
| D | BigIntegerMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
|
| D | IntMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in IntMathRoundingBenchmark
|
| /external/guava/android/guava-tests/benchmark/com/google/common/math/ |
| D | IntMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in IntMathRoundingBenchmark
|
| D | LongMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in LongMathRoundingBenchmark
|
| D | BigIntegerMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseUnaryOps.h | 136 log10() const in log10() function
|
| /external/guava/android/guava/src/com/google/common/math/ |
| D | BigIntegerMath.java | 148 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
|
| D | IntMath.java | 159 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
|
| D | LongMath.java | 162 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
|
| /external/guava/guava/src/com/google/common/math/ |
| D | BigIntegerMath.java | 148 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
|
| D | IntMath.java | 159 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
|
| D | LongMath.java | 162 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
|
| /external/eigen/Eigen/src/Core/arch/CUDA/ |
| D | Half.h | 401 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half log10(const half& a) { in log10() function
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 121 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
|
| /external/libcxx/include/ |
| D | math.h | 965 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return ::log10f… in log10() function 966 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return ::log10l… in log10() function 972 log10(_A1 __lcpp_x) _NOEXCEPT {return ::log10((double)__lcpp_x);} in log10() function
|
| /external/python/cpython3/Modules/_decimal/tests/ |
| D | deccheck.py | 485 def log10(self, t): member in SkipHandler
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 48 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/ |
| D | Dfp.java | 1094 public int log10() { in log10() method in Dfp
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 50 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
|
| /external/blktrace/iowatcher/ |
| D | plot.c | 482 double log10 = log(10); in find_step() local
|
| /external/python/cpython3/Lib/ |
| D | _pydecimal.py | 3268 def log10(self, context=None): member in Decimal 4680 def log10(self, a): member in Context
|
| /external/python/cpython2/Lib/ |
| D | decimal.py | 3166 def log10(self, context=None): member in Decimal 4508 def log10(self, a): member in Context
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | CldrUtility.java | 1185 double log10 = Math.log10(input); // 15000 => 4.xxx in roundToDecimals() local
|
| /external/cldr/tools/java/org/unicode/cldr/tool/ |
| D | ConvertLanguageData.java | 712 double log10 = Math.log10(a / whole); in roundToPartsPer() local
|