Lines Matching full:roundingpos
4579 int32_t roundingPos = -1;4627 if (ch != zeroDigit && roundingPos < 0) {4628 roundingPos = digitLeftCount + zeroDigitCount;4630 if (roundingPos >= 0) {4999 if (roundingPos >= 0) {5000 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos);