Home | History | Annotate | Download | only in dfp

Lines Matching refs:lessThan

154     /** Name for traps triggered by lessThan. */
155 private static final String LESS_THAN_TRAP = "lessThan";
750 public boolean lessThan(final Dfp x) {
848 return greaterThan(x) || lessThan(x);
1057 if (rounded.lessThan(newInstance(-2147483648))) {
2242 if (this.lessThan(x)) {
2250 if (lessThan(getZero())) {
2305 if (lessThan(getZero())) {
2318 if (lessThan(getZero())) {
2331 while (tempDfp.lessThan(y) || tempDfp.equals(y)) {