Home
last modified time | relevance | path

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

/external/guava/guava-tests/benchmark/com/google/common/math/
DIntMathRoundingBenchmark.java63 @Benchmark int log10(int reps) { in log10() method in IntMathRoundingBenchmark
DBigIntegerMathRoundingBenchmark.java63 @Benchmark int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
DLongMathRoundingBenchmark.java63 @Benchmark int log10(int reps) { in log10() method in LongMathRoundingBenchmark
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h135 log10() const in log10() function
/external/guava/guava/src/com/google/common/math/
DIntMath.java128 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
DLongMath.java127 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
DBigIntegerMath.java129 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
/external/eigen/Eigen/src/Core/arch/CUDA/
DHalf.h401 EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC half log10(const half& a) { in log10() function
/external/bison/lib/
Dmath.in.h1296 # define log10 rpl_log10 macro
/external/clang/lib/Headers/
D__clang_cuda_cmath.h121 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
Dtgmath.h943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
/external/libcxx/include/
Dmath.h867 inline _LIBCPP_INLINE_VISIBILITY float log10(float __lcpp_x) _NOEXCEPT {return ::log10f… in log10() function
868 inline _LIBCPP_INLINE_VISIBILITY long double log10(long double __lcpp_x) _NOEXCEPT {return ::log10l… in log10() function
874 log10(_A1 __lcpp_x) _NOEXCEPT {return ::log10((double)__lcpp_x);} in log10() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp47 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp48 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
/external/python/cpython2/Lib/
Ddecimal.py3166 def log10(self, context=None): member in Decimal
4508 def log10(self, a): member in Context
/external/v8/src/base/
Dieee754.cc2118 double log10(double x) { in log10() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
DFastMath.java1508 public static double log10(final double x) { in log10() method in FastMath