/external/musl/src/math/i386/ |
D | log10.s | 1 .global log10 symbol 3 log10: label
|
/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 | 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/musl/src/math/ |
D | log10.c | 36 double log10(double x) in log10() function
|
/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 | 158 log10() const in log10() function
|
/external/guava/guava/src/com/google/common/math/ |
D | BigIntegerMath.java | 151 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
|
D | IntMath.java | 160 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
|
D | LongMath.java | 164 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
|
/external/guava/android/guava/src/com/google/common/math/ |
D | BigIntegerMath.java | 151 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
|
D | IntMath.java | 160 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
|
D | LongMath.java | 164 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
|
/external/rust/crates/num-traits/src/ |
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
|
D | real.rs | 400 fn log10(self) -> Self; in log10() method
|
/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/musl/include/ |
D | tgmath.h | 246 #define log10(x) __tg_real(log10, (x)) macro
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 48 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 50 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
|