Searched refs:estResultUlpScale (Results 1 – 1 of 1) sorted by relevance
1405 long estResultUlpScale = (long) big.scale - big.precision() + mc.precision; in preAlign() local1418 smallHighDigitPos > estResultUlpScale + 2) { // small digits not visible in preAlign()1419 … = BigDecimal.valueOf(small.signum(), this.checkScale(Math.max(big.scale, estResultUlpScale) + 3)); in preAlign()