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