Searched refs:subtractFrom (Results 1 - 18 of 18) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DSpecificDoubleValue.java67 return other.subtractFrom(this);
70 public DoubleValue subtractFrom(DoubleValue other) method in class:SpecificDoubleValue
124 public DoubleValue subtractFrom(SpecificDoubleValue other) method in class:SpecificDoubleValue
H A DSpecificFloatValue.java67 return other.subtractFrom(this);
70 public FloatValue subtractFrom(FloatValue other) method in class:SpecificFloatValue
124 public FloatValue subtractFrom(SpecificFloatValue other) method in class:SpecificFloatValue
H A DDoubleValue.java86 public abstract DoubleValue subtractFrom(DoubleValue other); method in class:DoubleValue
163 public DoubleValue subtractFrom(SpecificDoubleValue other) method in class:DoubleValue
165 return subtractFrom((DoubleValue)other);
266 public DoubleValue subtractFrom(ParticularDoubleValue other) method in class:DoubleValue
268 return subtractFrom((SpecificDoubleValue)other);
H A DFloatValue.java86 public abstract FloatValue subtractFrom(FloatValue other); method in class:FloatValue
163 public FloatValue subtractFrom(SpecificFloatValue other) method in class:FloatValue
165 return subtractFrom((FloatValue)other);
266 public FloatValue subtractFrom(ParticularFloatValue other) method in class:FloatValue
268 return subtractFrom((SpecificFloatValue)other);
H A DParticularDoubleValue.java90 //return value == 0.0 ? other.negate() : other.subtractFrom(this);
91 return other.subtractFrom(this);
94 public DoubleValue subtractFrom(DoubleValue other) method in class:ParticularDoubleValue
153 public DoubleValue subtractFrom(ParticularDoubleValue other) method in class:ParticularDoubleValue
H A DParticularFloatValue.java90 //return value == 0.0 ? other.negate() : other.subtractFrom(this);
91 return other.subtractFrom(this);
94 public FloatValue subtractFrom(FloatValue other) method in class:ParticularFloatValue
153 public FloatValue subtractFrom(ParticularFloatValue other) method in class:ParticularFloatValue
H A DUnknownDoubleValue.java70 public DoubleValue subtractFrom(DoubleValue other) method in class:UnknownDoubleValue
H A DUnknownFloatValue.java70 public FloatValue subtractFrom(FloatValue other) method in class:UnknownFloatValue
H A DLongValue.java89 return other.subtractFrom(this);
95 public LongValue subtractFrom(LongValue other) method in class:LongValue
252 public LongValue subtractFrom(SpecificLongValue other) method in class:LongValue
408 public LongValue subtractFrom(ParticularLongValue other) method in class:LongValue
410 return subtractFrom((SpecificLongValue)other);
H A DParticularLongValue.java87 return other.subtractFrom(this);
90 public LongValue subtractFrom(LongValue other) method in class:ParticularLongValue
178 public LongValue subtractFrom(ParticularLongValue other) method in class:ParticularLongValue
H A DSpecificLongValue.java67 return other.subtractFrom(this);
70 public LongValue subtractFrom(LongValue other) method in class:SpecificLongValue
160 public LongValue subtractFrom(SpecificLongValue other) method in class:SpecificLongValue
H A DUnknownLongValue.java70 public LongValue subtractFrom(LongValue other) method in class:UnknownLongValue
H A DIntegerValue.java100 public abstract IntegerValue subtractFrom(IntegerValue other); method in class:IntegerValue
280 public IntegerValue subtractFrom(UnknownIntegerValue other) method in class:IntegerValue
282 return subtractFrom((IntegerValue)other);
524 public IntegerValue subtractFrom(SpecificIntegerValue other) method in class:IntegerValue
526 return subtractFrom((IntegerValue)other);
768 public IntegerValue subtractFrom(ParticularIntegerValue other) method in class:IntegerValue
770 return subtractFrom((SpecificIntegerValue)other);
H A DUnknownIntegerValue.java86 public IntegerValue subtractFrom(IntegerValue other) method in class:UnknownIntegerValue
H A DParticularIntegerValue.java114 return other.subtractFrom(this);
117 public IntegerValue subtractFrom(IntegerValue other) method in class:ParticularIntegerValue
245 public IntegerValue subtractFrom(ParticularIntegerValue other) method in class:ParticularIntegerValue
H A DSpecificIntegerValue.java82 return other.subtractFrom(this);
85 public IntegerValue subtractFrom(IntegerValue other) method in class:SpecificIntegerValue
215 public IntegerValue subtractFrom(SpecificIntegerValue other) method in class:SpecificIntegerValue
/external/proguard/src/proguard/evaluation/
H A DProcessor.java234 stack.push(stack.ipop().subtractFrom(stack.ipop()));
238 stack.push(stack.lpop().subtractFrom(stack.lpop()));
242 stack.push(stack.fpop().subtractFrom(stack.fpop()));
246 stack.push(stack.dpop().subtractFrom(stack.dpop()));
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 166 milliseconds