Home
last modified time | relevance | path

Searched defs:remainderOf (Results 1 – 16 of 16) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DDoubleValue.java111 public abstract DoubleValue remainderOf(DoubleValue other); in remainderOf() method in DoubleValue
206 public DoubleValue remainderOf(SpecificDoubleValue other) in remainderOf() method in DoubleValue
309 public DoubleValue remainderOf(ParticularDoubleValue other) in remainderOf() method in DoubleValue
DFloatValue.java111 public abstract FloatValue remainderOf(FloatValue other); in remainderOf() method in FloatValue
206 public FloatValue remainderOf(SpecificFloatValue other) in remainderOf() method in FloatValue
309 public FloatValue remainderOf(ParticularFloatValue other) in remainderOf() method in FloatValue
DSpecificDoubleValue.java95 public DoubleValue remainderOf(DoubleValue other) in remainderOf() method in SpecificDoubleValue
149 public DoubleValue remainderOf(SpecificDoubleValue other) in remainderOf() method in SpecificDoubleValue
DSpecificFloatValue.java95 public FloatValue remainderOf(FloatValue other) in remainderOf() method in SpecificFloatValue
149 public FloatValue remainderOf(SpecificFloatValue other) in remainderOf() method in SpecificFloatValue
DParticularDoubleValue.java121 public DoubleValue remainderOf(DoubleValue other) in remainderOf() method in ParticularDoubleValue
178 public DoubleValue remainderOf(ParticularDoubleValue other) in remainderOf() method in ParticularDoubleValue
DParticularFloatValue.java121 public FloatValue remainderOf(FloatValue other) in remainderOf() method in ParticularFloatValue
178 public FloatValue remainderOf(ParticularFloatValue other) in remainderOf() method in ParticularFloatValue
DLongValue.java141 public LongValue remainderOf(LongValue other) in remainderOf() method in LongValue
296 public LongValue remainderOf(SpecificLongValue other) in remainderOf() method in LongValue
452 public LongValue remainderOf(ParticularLongValue other) in remainderOf() method in LongValue
DSpecificLongValue.java98 public LongValue remainderOf(LongValue other) in remainderOf() method in SpecificLongValue
190 public LongValue remainderOf(SpecificLongValue other) in remainderOf() method in SpecificLongValue
DParticularLongValue.java118 public LongValue remainderOf(LongValue other) in remainderOf() method in ParticularLongValue
206 public LongValue remainderOf(ParticularLongValue other) in remainderOf() method in ParticularLongValue
DUnknownFloatValue.java95 public FloatValue remainderOf(FloatValue other) in remainderOf() method in UnknownFloatValue
DUnknownDoubleValue.java95 public DoubleValue remainderOf(DoubleValue other) in remainderOf() method in UnknownDoubleValue
DIntegerValue.java131 public abstract IntegerValue remainderOf(IntegerValue other) in remainderOf() method in IntegerValue
324 public IntegerValue remainderOf(UnknownIntegerValue other) in remainderOf() method in IntegerValue
568 public IntegerValue remainderOf(SpecificIntegerValue other) in remainderOf() method in IntegerValue
812 public IntegerValue remainderOf(ParticularIntegerValue other) in remainderOf() method in IntegerValue
DSpecificIntegerValue.java113 public IntegerValue remainderOf(IntegerValue other) in remainderOf() method in SpecificIntegerValue
245 public IntegerValue remainderOf(SpecificIntegerValue other) in remainderOf() method in SpecificIntegerValue
DParticularIntegerValue.java145 public IntegerValue remainderOf(IntegerValue other) in remainderOf() method in ParticularIntegerValue
273 public IntegerValue remainderOf(ParticularIntegerValue other) in remainderOf() method in ParticularIntegerValue
DUnknownLongValue.java99 public LongValue remainderOf(LongValue other) in remainderOf() method in UnknownLongValue
DUnknownIntegerValue.java115 public IntegerValue remainderOf(IntegerValue other) in remainderOf() method in UnknownIntegerValue