Searched refs:bitLengthForInt (Results 1 – 2 of 2) sorted by relevance
2721 static int bitLengthForInt(int n) { in bitLengthForInt() method2732 int bitsInHighWord = bitLengthForInt(a[0]); in leftShift()2776 return ((len - 1) << 5) + bitLengthForInt(val[0]); in bitLength()3865 int magBitLength = ((len - 1) << 5) + bitLengthForInt(mag[0]);4416 int exponent = ((mag.length - 1) << 5) + bitLengthForInt(mag[0]) - 1;4501 int exponent = ((mag.length - 1) << 5) + bitLengthForInt(mag[0]) - 1;4976 int bitLen = (len == 0 ? 0 : ((len - 1) << 5) + bitLengthForInt(mag[0]));
550 int bitsInHighWord = BigInteger.bitLengthForInt(value[offset]); in rightShift()582 int bitsInHighWord = BigInteger.bitLengthForInt(value[offset]); in leftShift()