Searched refs:highDigitsBound (Results 1 – 1 of 1) sorted by relevance
1732 long highDigitsBound = ((x[0] & LONG_MASK) + 1) * yl; // Cannot overflow as unsigned long. in multiplyByInt() local1733 int rlen = ((highDigitsBound >>> 32) == 0) ? xlen : xlen + 1; in multiplyByInt()