Searched defs:log10 (Results 1 – 12 of 12) sorted by relevance
63 @Benchmark int log10(int reps) { in log10() method in IntMathRoundingBenchmark
63 @Benchmark int log10(int reps) { in log10() method in LongMathRoundingBenchmark
63 @Benchmark int log10(int reps) { in log10() method in BigIntegerMathRoundingBenchmark
105 static T log10 (T x) {return ::log10 (double(x));} in log10() function
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
50 Ambiguous log10(Ambiguous){ return Ambiguous(); } in log10() function
1094 public int log10() { in log10() method in Dfp
1508 public static double log10(final double x) { in log10() method in FastMath
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro