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.java1574 long estProduct = (dl & LONG_MASK) * (qhat & LONG_MASK); in divideMagnitude() local
1576 if (unsignedLongCompare(estProduct, rs)) { in divideMagnitude()
1580 estProduct -= (dl & LONG_MASK); in divideMagnitude()
1582 if (unsignedLongCompare(estProduct, rs)) in divideMagnitude()
1630 long estProduct = (dl & LONG_MASK) * (qhat & LONG_MASK); in divideMagnitude()
1632 if (unsignedLongCompare(estProduct, rs)) { in divideMagnitude()
1636 estProduct -= (dl & LONG_MASK); in divideMagnitude()
1638 if (unsignedLongCompare(estProduct, rs)) in divideMagnitude()
1749 long estProduct = (dl & LONG_MASK) * (qhat & LONG_MASK);
1751 if (unsignedLongCompare(estProduct, rs)) {
[all …]