Lines Matching defs:other
55 public LongValue generalize(LongValue other) in generalize()
60 public LongValue add(LongValue other) in add()
65 public LongValue subtract(LongValue other) in subtract()
70 public LongValue subtractFrom(LongValue other) in subtractFrom()
75 public LongValue multiply(LongValue other) in multiply()
81 public LongValue divide(LongValue other) in divide()
87 public LongValue divideOf(LongValue other) in divideOf()
93 public LongValue remainder(LongValue other) in remainder()
99 public LongValue remainderOf(LongValue other) in remainderOf()
105 public LongValue shiftLeft(IntegerValue other) in shiftLeft()
110 public LongValue shiftRight(IntegerValue other) in shiftRight()
115 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight()
120 public LongValue and(LongValue other) in and()
125 public LongValue or(LongValue other) in or()
130 public LongValue xor(LongValue other) in xor()
135 public IntegerValue compare(LongValue other) in compare()