Home
last modified time | relevance | path

Searched defs:log10 (Results 1 – 25 of 36) sorted by relevance

12

/external/musl/src/math/i386/
Dlog10.s1 .global log10 symbol
3 log10: label
/external/guava/android/guava-tests/benchmark/com/google/common/math/
DIntMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in IntMathRoundingBenchmark
DLongMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in LongMathRoundingBenchmark
DBigIntegerMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
/external/guava/guava-tests/benchmark/com/google/common/math/
DIntMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in IntMathRoundingBenchmark
DLongMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in LongMathRoundingBenchmark
DBigIntegerMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
/external/musl/src/math/
Dlog10.c36 double log10(double x) in log10() function
/external/rust/crates/libm/src/math/
Dlog10.rs35 pub fn log10(mut x: f64) -> f64 { in log10() function
Dmod.rs140 mod log10; module
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h158 log10() const in log10() function
/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java151 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
DIntMath.java160 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
DLongMath.java164 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
/external/guava/android/guava/src/com/google/common/math/
DBigIntegerMath.java151 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
DIntMath.java160 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
DLongMath.java164 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
/external/rust/crates/num-traits/src/
Dfloat.rs1413 fn log10(self) -> Self; in log10() method
2033 fn log10(self) -> Self { in log10() method
2168 fn log10(self) -> Self { in log10() method
Dreal.rs400 fn log10(self) -> Self; in log10() method
/external/clang/lib/Headers/
D__clang_cuda_cmath.h121 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
/external/libcxx/include/
Dmath.h965 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/
Dtgmath.h246 #define log10(x) __tg_real(log10, (x)) macro
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp48 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp50 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DDfp.java1094 public int log10() { in log10() method in Dfp

12