Searched refs:halfMaxBits (Results 1 – 1 of 1) sorted by relevance
105 final int halfMaxBits = MAX_INTS_HALF << 5; in multiplyNoOverflow() local107 BigInteger x = ONE.shiftLeft(halfMaxBits).subtract(ONE); in multiplyNoOverflow()108 BigInteger y = ONE.shiftLeft(halfMaxBits - 1).subtract(ONE); in multiplyNoOverflow()