Lines Matching refs:effectiveDecimalPos
4959 // The effectiveDecimalPos is the position the decimal is at or4963 int32_t effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount;4970 int32_t minInt = effectiveDecimalPos - digitLeftCount;5000 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos);