Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java1256 FDBigInteger bigD = null;
1318 if (bigD == null || prevD2 != D2) {
1319 bigD = bigD0.leftShift(D2);
1339 if ((cmpResult = bigB.cmp(bigD)) > 0) {
1341 diff = bigB.leftInplaceSub(bigD); // bigB is not user further - reuse
1357 diff = bigD.rightInplaceSub(bigB); // bigB is not user further - reuse
1562 FDBigInteger bigD = null; in floatValue() local
1624 if (bigD == null || prevD2 != D2) { in floatValue()
1625 bigD = bigD0.leftShift(D2); in floatValue()
1645 if ((cmpResult = bigB.cmp(bigD)) > 0) { in floatValue()
[all …]