Home
last modified time | relevance | path

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

12

/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/
DLongMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in LongMathRoundingBenchmark
DIntMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in IntMathRoundingBenchmark
DBigIntegerMathRoundingBenchmark.java63 int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
/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.h136 log10() const in log10() function
/external/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) { in log10() function
/external/guava/android/guava/src/com/google/common/math/
DBigIntegerMath.java150 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
DIntMath.java159 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
DLongMath.java163 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
/external/guava/guava/src/com/google/common/math/
DBigIntegerMath.java150 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
DIntMath.java159 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
DLongMath.java163 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
/external/rust/crates/num-traits/src/
Dreal.rs400 fn log10(self) -> Self; in log10() method
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
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h402 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half log10(const half& a) { in log10() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h121 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
/external/llvm-project/libcxx/include/
Dmath.h961 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.h159 __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/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp48 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py516 def log10(self, t): member in SkipHandler

12