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