Searched defs:ParticularDoubleValue (Results 1 - 2 of 2) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DParticularDoubleValue.java28 final class ParticularDoubleValue extends SpecificDoubleValue class in inherits:SpecificDoubleValue
36 public ParticularDoubleValue(double value) method in class:ParticularDoubleValue
54 return new ParticularDoubleValue(-value);
132 // Implementations of binary DoubleValue methods with ParticularDoubleValue
135 public DoubleValue generalize(ParticularDoubleValue other)
143 public DoubleValue add(ParticularDoubleValue other)
145 return new ParticularDoubleValue(this.value + other.value);
148 public DoubleValue subtract(ParticularDoubleValue other)
150 return new ParticularDoubleValue(this.value - other.value);
153 public DoubleValue subtractFrom(ParticularDoubleValue othe
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 88 milliseconds