Searched refs:MAX_EXPONENT (Results 1 – 5 of 5) sorted by relevance
20 import static java.lang.Double.MAX_EXPONENT;75 return getExponent(d) <= MAX_EXPONENT; in isFinite()98 } else if (exponent > MAX_EXPONENT) { in bigToDouble()
264 if (log2 < Double.MAX_EXPONENT) { in sqrtFloor()
36 static final int MAX_EXPONENT = 100; field in MathBenchmarking119 return RANDOM_SOURCE.nextInt(MAX_EXPONENT + 1); in randomExponent()
188 Double.MAX_EXPONENT - 1, Double.MAX_EXPONENT, Double.MAX_EXPONENT + 1)) {
43 MAX_EXPONENT = DBL_DIG, enumerator48 MAX_DEC_DIGITS = MAX_DIGITS + DIGIT_PADDING + MAX_EXPONENT