Home | History | Annotate | Download | only in value

Lines Matching refs:other

70     public IntegerValue generalize(IntegerValue other)
76 public IntegerValue add(IntegerValue other)
81 public IntegerValue subtract(IntegerValue other)
86 public IntegerValue subtractFrom(IntegerValue other)
91 public IntegerValue multiply(IntegerValue other)
97 public IntegerValue divide(IntegerValue other)
103 public IntegerValue divideOf(IntegerValue other)
109 public IntegerValue remainder(IntegerValue other)
115 public IntegerValue remainderOf(IntegerValue other)
121 public IntegerValue shiftLeft(IntegerValue other)
126 public IntegerValue shiftLeftOf(IntegerValue other)
131 public IntegerValue shiftRight(IntegerValue other)
136 public IntegerValue shiftRightOf(IntegerValue other)
141 public IntegerValue unsignedShiftRight(IntegerValue other)
146 public IntegerValue unsignedShiftRightOf(IntegerValue other)
151 public LongValue shiftLeftOf(LongValue other)
156 public LongValue shiftRightOf(LongValue other)
161 public LongValue unsignedShiftRightOf(LongValue other)
166 public IntegerValue and(IntegerValue other)
171 public IntegerValue or(IntegerValue other)
176 public IntegerValue xor(IntegerValue other)
181 public int equal(IntegerValue other)
186 public int lessThan(IntegerValue other)
191 public int lessThanOrEqual(IntegerValue other)