Searched refs:MAX_INTS (Results 1 – 1 of 1) sorted by relevance
59 private static final int MAX_INTS = 1 << 26; field in LargeValueExceptions62 private static final long MAX_BITS = (0xffffffffL & MAX_INTS) << 5L;65 private static final int MAX_INTS_HALF = MAX_INTS / 2;72 BigInteger x = ONE.shiftLeft(16*MAX_INTS - 1).subtract(ONE); in squareNoOverflow()79 BigInteger x = ONE.shiftLeft(16*MAX_INTS - 1); in squareIndefiniteOverflowSuccess()86 BigInteger x = ONE.shiftLeft(16*MAX_INTS).subtract(ONE); in squareIndefiniteOverflowFailure()96 BigInteger x = ONE.shiftLeft(16*MAX_INTS); in squareDefiniteOverflow()