Searched refs:smallValue (Results 1 – 1 of 1) sorted by relevance
219 private transient long smallValue; field in BigDecimal237 private BigDecimal(long smallValue, int scale){ in BigDecimal() argument238 this.smallValue = smallValue; in BigDecimal()240 this.bitLength = bitLength(smallValue); in BigDecimal()243 private BigDecimal(int smallValue, int scale){ in BigDecimal() argument244 this.smallValue = smallValue; in BigDecimal()246 this.bitLength = bitLength(smallValue); in BigDecimal()344 smallValue = Long.parseLong(unscaledBuffer.toString()); in BigDecimal()345 bitLength = bitLength(smallValue); in BigDecimal()493 smallValue = mantissa << (-scale); in BigDecimal()[all …]