Searched refs:twosCompFitsIntoBytes (Results 1 – 2 of 2) sorted by relevance
748 if (nativeIsValid && bigInt.twosCompFitsIntoBytes(4)) { in intValue()762 if (nativeIsValid && bigInt.twosCompFitsIntoBytes(8)) { in longValue()
216 boolean twosCompFitsIntoBytes(int desiredByteCount) { in twosCompFitsIntoBytes() method in BigInt