Searched refs:INFLATED_BIGINT (Results 1 – 1 of 1) sorted by relevance
347 private static final BigInteger INFLATED_BIGINT = BigInteger.valueOf(INFLATED); field in BigDecimal1027 rb = (compactVal == INFLATED) ? INFLATED_BIGINT : null; in BigDecimal()1231 this.intVal = (val == INFLATED) ? INFLATED_BIGINT : null; in BigDecimal()1249 BigInteger rb = (val == INFLATED) ? INFLATED_BIGINT : null; in BigDecimal()1305 INFLATED_BIGINT : null, in valueOf()1325 return new BigDecimal(INFLATED_BIGINT, val, 0, 0); in valueOf()1334 return new BigDecimal(unscaledVal == INFLATED ? INFLATED_BIGINT : null, in valueOf()4993 return createAndStripZerosToMatchScale(intVal==null ? INFLATED_BIGINT : intVal,