Home
last modified time | relevance | path

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

/external/proguard/src/proguard/evaluation/value/
DDoubleValue.java86 public abstract DoubleValue subtractFrom(DoubleValue other); in subtractFrom() method in DoubleValue
163 public DoubleValue subtractFrom(SpecificDoubleValue other) in subtractFrom() method in DoubleValue
266 public DoubleValue subtractFrom(ParticularDoubleValue other) in subtractFrom() method in DoubleValue
DFloatValue.java86 public abstract FloatValue subtractFrom(FloatValue other); in subtractFrom() method in FloatValue
163 public FloatValue subtractFrom(SpecificFloatValue other) in subtractFrom() method in FloatValue
266 public FloatValue subtractFrom(ParticularFloatValue other) in subtractFrom() method in FloatValue
DSpecificFloatValue.java70 public FloatValue subtractFrom(FloatValue other) in subtractFrom() method in SpecificFloatValue
124 public FloatValue subtractFrom(SpecificFloatValue other) in subtractFrom() method in SpecificFloatValue
DSpecificDoubleValue.java70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() method in SpecificDoubleValue
124 public DoubleValue subtractFrom(SpecificDoubleValue other) in subtractFrom() method in SpecificDoubleValue
DParticularFloatValue.java94 public FloatValue subtractFrom(FloatValue other) in subtractFrom() method in ParticularFloatValue
153 public FloatValue subtractFrom(ParticularFloatValue other) in subtractFrom() method in ParticularFloatValue
DParticularDoubleValue.java94 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() method in ParticularDoubleValue
153 public DoubleValue subtractFrom(ParticularDoubleValue other) in subtractFrom() method in ParticularDoubleValue
DLongValue.java95 public LongValue subtractFrom(LongValue other) in subtractFrom() method in LongValue
252 public LongValue subtractFrom(SpecificLongValue other) in subtractFrom() method in LongValue
408 public LongValue subtractFrom(ParticularLongValue other) in subtractFrom() method in LongValue
DSpecificLongValue.java70 public LongValue subtractFrom(LongValue other) in subtractFrom() method in SpecificLongValue
160 public LongValue subtractFrom(SpecificLongValue other) in subtractFrom() method in SpecificLongValue
DParticularLongValue.java90 public LongValue subtractFrom(LongValue other) in subtractFrom() method in ParticularLongValue
178 public LongValue subtractFrom(ParticularLongValue other) in subtractFrom() method in ParticularLongValue
DUnknownDoubleValue.java70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() method in UnknownDoubleValue
DUnknownFloatValue.java70 public FloatValue subtractFrom(FloatValue other) in subtractFrom() method in UnknownFloatValue
DIntegerValue.java100 public abstract IntegerValue subtractFrom(IntegerValue other); in subtractFrom() method in IntegerValue
280 public IntegerValue subtractFrom(UnknownIntegerValue other) in subtractFrom() method in IntegerValue
524 public IntegerValue subtractFrom(SpecificIntegerValue other) in subtractFrom() method in IntegerValue
768 public IntegerValue subtractFrom(ParticularIntegerValue other) in subtractFrom() method in IntegerValue
DSpecificIntegerValue.java85 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() method in SpecificIntegerValue
215 public IntegerValue subtractFrom(SpecificIntegerValue other) in subtractFrom() method in SpecificIntegerValue
DUnknownLongValue.java70 public LongValue subtractFrom(LongValue other) in subtractFrom() method in UnknownLongValue
DParticularIntegerValue.java117 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() method in ParticularIntegerValue
245 public IntegerValue subtractFrom(ParticularIntegerValue other) in subtractFrom() method in ParticularIntegerValue
DUnknownIntegerValue.java86 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() method in UnknownIntegerValue