Dfp.java | 598 return dotrap(DfpField.FLAG_INVALID, NEW_INSTANCE_TRAP, d, result); 714 dotrap(DfpField.FLAG_INEXACT, ALIGN_TRAP, this, this); method 739 dotrap(DfpField.FLAG_INEXACT, ALIGN_TRAP, this, this); method 757 dotrap(DfpField.FLAG_INVALID, LESS_THAN_TRAP, x, result); method 764 dotrap(DfpField.FLAG_INVALID, LESS_THAN_TRAP, x, newInstance(getZero())); method 782 dotrap(DfpField.FLAG_INVALID, GREATER_THAN_TRAP, x, result); method 789 dotrap(DfpField.FLAG_INVALID, GREATER_THAN_TRAP, x, newInstance(getZero())); method 978 result = dotrap(DfpField.FLAG_INEXACT, TRUNC_TRAP, this, result); 1036 result = dotrap(DfpField.FLAG_INEXACT, TRUNC_TRAP, this, result); 2132 public Dfp dotrap(int type, String what, Dfp oper, Dfp result) { method in class:Dfp [all...] |