Searched defs:log10 (Results 1 – 14 of 14) sorted by relevance
63 @Benchmark int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
63 @Benchmark int log10(int reps) { in log10() method in IntMathRoundingBenchmark
63 @Benchmark int log10(int reps) { in log10() method in LongMathRoundingBenchmark
128 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
127 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
129 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
1296 # define log10 rpl_log10 macro
121 __DEVICE__ float log10(float __x) { return ::log10f(__x); } in log10() function
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro
50 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
1094 public int log10() { in log10() method in Dfp
1861 double log10(double x) { in log10() function
1508 public static double log10(final double x) { in log10() method in FastMath