Home
last modified time | relevance | path

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

/external/proguard/src/proguard/evaluation/value/
DDoubleValue.java101 public abstract DoubleValue divideOf(DoubleValue other); in divideOf() method in DoubleValue
188 public DoubleValue divideOf(SpecificDoubleValue other) in divideOf() method in DoubleValue
291 public DoubleValue divideOf(ParticularDoubleValue other) in divideOf() method in DoubleValue
DFloatValue.java101 public abstract FloatValue divideOf(FloatValue other); in divideOf() method in FloatValue
188 public FloatValue divideOf(SpecificFloatValue other) in divideOf() method in FloatValue
291 public FloatValue divideOf(ParticularFloatValue other) in divideOf() method in FloatValue
DSpecificFloatValue.java85 public FloatValue divideOf(FloatValue other) in divideOf() method in SpecificFloatValue
139 public FloatValue divideOf(SpecificFloatValue other) in divideOf() method in SpecificFloatValue
DSpecificDoubleValue.java85 public DoubleValue divideOf(DoubleValue other) in divideOf() method in SpecificDoubleValue
139 public DoubleValue divideOf(SpecificDoubleValue other) in divideOf() method in SpecificDoubleValue
DParticularFloatValue.java111 public FloatValue divideOf(FloatValue other) in divideOf() method in ParticularFloatValue
168 public FloatValue divideOf(ParticularFloatValue other) in divideOf() method in ParticularFloatValue
DParticularDoubleValue.java111 public DoubleValue divideOf(DoubleValue other) in divideOf() method in ParticularDoubleValue
168 public DoubleValue divideOf(ParticularDoubleValue other) in divideOf() method in ParticularDoubleValue
DLongValue.java121 public LongValue divideOf(LongValue other) in divideOf() method in LongValue
278 public LongValue divideOf(SpecificLongValue other) in divideOf() method in LongValue
434 public LongValue divideOf(ParticularLongValue other) in divideOf() method in LongValue
DSpecificLongValue.java86 public LongValue divideOf(LongValue other) in divideOf() method in SpecificLongValue
178 public LongValue divideOf(SpecificLongValue other) in divideOf() method in SpecificLongValue
DParticularLongValue.java106 public LongValue divideOf(LongValue other) in divideOf() method in ParticularLongValue
194 public LongValue divideOf(ParticularLongValue other) in divideOf() method in ParticularLongValue
DUnknownDoubleValue.java85 public DoubleValue divideOf(DoubleValue other) in divideOf() method in UnknownDoubleValue
DUnknownFloatValue.java85 public FloatValue divideOf(FloatValue other) in divideOf() method in UnknownFloatValue
DIntegerValue.java117 public abstract IntegerValue divideOf(IntegerValue other) in divideOf() method in IntegerValue
306 public IntegerValue divideOf(UnknownIntegerValue other) in divideOf() method in IntegerValue
550 public IntegerValue divideOf(SpecificIntegerValue other) in divideOf() method in IntegerValue
794 public IntegerValue divideOf(ParticularIntegerValue other) in divideOf() method in IntegerValue
DSpecificIntegerValue.java101 public IntegerValue divideOf(IntegerValue other) in divideOf() method in SpecificIntegerValue
233 public IntegerValue divideOf(SpecificIntegerValue other) in divideOf() method in SpecificIntegerValue
DUnknownLongValue.java87 public LongValue divideOf(LongValue other) in divideOf() method in UnknownLongValue
DParticularIntegerValue.java133 public IntegerValue divideOf(IntegerValue other) in divideOf() method in ParticularIntegerValue
261 public IntegerValue divideOf(ParticularIntegerValue other) in divideOf() method in ParticularIntegerValue
DUnknownIntegerValue.java103 public IntegerValue divideOf(IntegerValue other) in divideOf() method in UnknownIntegerValue