Searched refs:scl (Results 1 – 1 of 1) sorted by relevance
423 int scl = 0; // record scale value in BigDecimal() local461 ++scl; in BigDecimal()468 ++scl; in BigDecimal()489 ++scl; in BigDecimal()504 scl = adjustScale(scl, exp); in BigDecimal()512 scl = checkScaleNonZero((long) scl - drop); in BigDecimal()540 ++scl; in BigDecimal()565 scl = adjustScale(scl, exp); in BigDecimal()575 scl = checkScaleNonZero((long) scl - drop); in BigDecimal()589 scl = checkScaleNonZero((long) scl - drop); in BigDecimal()[all …]