Searched refs:bitLengthForInt (Results 1 – 2 of 2) sorted by relevance
2513 static int bitLengthForInt(int n) { in bitLengthForInt() method2524 int bitsInHighWord = bitLengthForInt(a[0]); in leftShift()2577 return ((len - 1) << 5) + bitLengthForInt(val[0]); in bitLength()3646 int magBitLength = ((len - 1) << 5) + bitLengthForInt(mag[0]);4172 int exponent = ((mag.length - 1) << 5) + bitLengthForInt(mag[0]) - 1;4256 int exponent = ((mag.length - 1) << 5) + bitLengthForInt(mag[0]) - 1;4715 int bitLen = (len == 0 ? 0 : ((len - 1) << 5) + bitLengthForInt(mag[0]));
545 int bitsInHighWord = BigInteger.bitLengthForInt(value[offset]); in rightShift()577 int bitsInHighWord = BigInteger.bitLengthForInt(value[offset]); in leftShift()