Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DBigInteger.java1732 long highDigitsBound = ((x[0] & LONG_MASK) + 1) * yl; // Cannot overflow as unsigned long. in multiplyByInt() local
1733 int rlen = ((highDigitsBound >>> 32) == 0) ? xlen : xlen + 1; in multiplyByInt()