Searched refs:bigInteger (Results 1 – 1 of 1) sorted by relevance
2867 BigInteger bigInteger = toBigIntegerExact(); in valueExact() local2869 if (bigInteger.bitLength() < bitLengthOfType) { in valueExact()2871 return bigInteger.longValue(); in valueExact()