Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1579 long estProduct = (dl & LONG_MASK) * (qhat & LONG_MASK); in divideMagnitude() local
1581 if (unsignedLongCompare(estProduct, rs)) { in divideMagnitude()
1585 estProduct -= (dl & LONG_MASK); in divideMagnitude()
1587 if (unsignedLongCompare(estProduct, rs)) in divideMagnitude()
1635 long estProduct = (dl & LONG_MASK) * (qhat & LONG_MASK); in divideMagnitude()
1637 if (unsignedLongCompare(estProduct, rs)) { in divideMagnitude()
1641 estProduct -= (dl & LONG_MASK); in divideMagnitude()
1643 if (unsignedLongCompare(estProduct, rs)) in divideMagnitude()
1754 long estProduct = (dl & LONG_MASK) * (qhat & LONG_MASK);
1756 if (unsignedLongCompare(estProduct, rs)) {
[all …]