Home
last modified time | relevance | path

Searched refs:twosCompFitsIntoBytes (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
DBigInteger.java748 if (nativeIsValid && bigInt.twosCompFitsIntoBytes(4)) { in intValue()
762 if (nativeIsValid && bigInt.twosCompFitsIntoBytes(8)) { in longValue()
DBigInt.java216 boolean twosCompFitsIntoBytes(int desiredByteCount) { in twosCompFitsIntoBytes() method in BigInt