HomeSort by relevance Sort by last modified time
    Searched refs:twosCompFitsIntoBytes (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/math/
BigInteger.java 746 if (nativeIsValid && bigInt.twosCompFitsIntoBytes(4)) {
760 if (nativeIsValid && bigInt.twosCompFitsIntoBytes(8)) {
    [all...]
BigInt.java 218 boolean twosCompFitsIntoBytes(int desiredByteCount) {

Completed in 52 milliseconds