Searched refs:bitLength (Results 1 – 7 of 7) sorted by relevance
74 final int bitLength = (ip instanceof Inet4Address) in ipAddressAsPrefix() local77 return new IpPrefix(ip, bitLength); in ipAddressAsPrefix()
61 if (bigInteger.bitLength() % 8 == 0) { in bigIntegerToUnsignedByteArray()
2071 if (bigValue.bitLength() > 31) { in parseInteger()2076 if (bigValue.bitLength() > 32) { in parseInteger()2083 if (bigValue.bitLength() > 63) { in parseInteger()2088 if (bigValue.bitLength() > 64) { in parseInteger()
27011 HSPLjava/math/BigDecimal;->bitLength(J)I27039 HSPLjava/math/BigInteger;->bitLength()I
111770 Ljava/math/BigDecimal;->bitLength(I)I111771 Ljava/math/BigDecimal;->bitLength(J)I111772 Ljava/math/BigDecimal;->bitLength:I111812 Ljava/math/BigInt;->bitLength()I
42652 method public int bitLength();
61661 method public int bitLength();