| /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/guava/guava-tests/benchmark/com/google/common/math/ |
| D | LongMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in LongMathRoundingBenchmark
|
| D | IntMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in IntMathRoundingBenchmark
|
| D | BigIntegerMathRoundingBenchmark.java | 63 int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
|
| /external/rust/crates/libm/src/math/ |
| D | log10.rs | 35 pub fn log10(mut x: f64) -> f64 { in log10() function
|
| D | mod.rs | 140 mod log10; module
|
| /external/eigen/Eigen/src/plugins/ |
| D | ArrayCwiseUnaryOps.h | 136 log10() const in log10() function
|
| /external/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| D | complex_cmath.h | 114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
|
| /external/guava/android/guava/src/com/google/common/math/ |
| D | BigIntegerMath.java | 150 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 | 163 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
|
| /external/guava/guava/src/com/google/common/math/ |
| D | BigIntegerMath.java | 150 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 | 163 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
|
| /external/rust/crates/num-traits/src/ |
| D | real.rs | 400 fn log10(self) -> Self; in log10() method
|
| D | float.rs | 1413 fn log10(self) -> Self; in log10() method 2033 fn log10(self) -> Self { in log10() method 2168 fn log10(self) -> Self { in log10() method
|
| /external/eigen/Eigen/src/Core/arch/CUDA/ |
| D | Half.h | 402 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/llvm-project/libcxx/include/ |
| D | math.h | 961 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return ::log10f… in log10() function 962 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return ::log10l… in log10() function 968 log10(_A1 __lcpp_x) _NOEXCEPT {return ::log10((double)__lcpp_x);} in log10() function
|
| /external/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 159 __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/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 48 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
|
| /external/python/cpython3/Modules/_decimal/tests/ |
| D | deccheck.py | 516 def log10(self, t): member in SkipHandler
|