Lines Matching defs:max
127 * <tr><td>Add</td><td>max(addend.scale(), augend.scale())</td>
128 * <tr><td>Subtract</td><td>max(minuend.scale(), subtrahend.scale())</td>
1075 * augend)}, and whose scale is {@code max(this.scale(),
1150 int preferredScale = Math.max(lhs.scale(), augend.scale());
1249 this.checkScale(Math.max(big.scale, estResultUlpScale) + 3));
1260 * subtrahend)}, and whose scale is {@code max(this.scale(),
2461 * 10<sup>-n</sup>)</tt> and scale {@code max(this.scale()+n,
2483 * × 10<sup>n</sup>)</tt> and scale {@code max(this.scale()-n,
2678 public BigDecimal max(BigDecimal val) {
3615 // if r >= length, must have max possible digits for long
3630 * is accurate up to max possible reported bitLength.