Home
last modified time | relevance | path

Searched refs:DoubleValue (Results 1 – 25 of 27) sorted by relevance

12

/external/proguard/src/proguard/evaluation/value/
DDoubleValue.java30 public abstract class DoubleValue extends Category2Value class
46 public abstract DoubleValue negate(); in negate()
70 public abstract DoubleValue generalize(DoubleValue other); in generalize()
76 public abstract DoubleValue add(DoubleValue other); in add()
81 public abstract DoubleValue subtract(DoubleValue other); in subtract()
86 public abstract DoubleValue subtractFrom(DoubleValue other); in subtractFrom()
91 public abstract DoubleValue multiply(DoubleValue other); in multiply()
96 public abstract DoubleValue divide(DoubleValue other); in divide()
101 public abstract DoubleValue divideOf(DoubleValue other); in divideOf()
106 public abstract DoubleValue remainder(DoubleValue other); in remainder()
[all …]
DSpecificDoubleValue.java28 abstract class SpecificDoubleValue extends DoubleValue
32 public DoubleValue negate() in negate()
55 public DoubleValue generalize(DoubleValue other) in generalize()
60 public DoubleValue add(DoubleValue other) in add()
65 public DoubleValue subtract(DoubleValue other) in subtract()
70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom()
75 public DoubleValue multiply(DoubleValue other) in multiply()
80 public DoubleValue divide(DoubleValue other) in divide()
85 public DoubleValue divideOf(DoubleValue other) in divideOf()
90 public DoubleValue remainder(DoubleValue other) in remainder()
[all …]
DParticularDoubleValue.java52 public DoubleValue negate() in negate()
75 public DoubleValue generalize(DoubleValue other) in generalize()
80 public DoubleValue add(DoubleValue other) in add()
85 public DoubleValue subtract(DoubleValue other) in subtract()
90 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom()
95 public DoubleValue multiply(DoubleValue other) in multiply()
100 public DoubleValue divide(DoubleValue other) in divide()
105 public DoubleValue divideOf(DoubleValue other) in divideOf()
110 public DoubleValue remainder(DoubleValue other) in remainder()
115 public DoubleValue remainderOf(DoubleValue other) in remainderOf()
[all …]
DUnknownDoubleValue.java28 public class UnknownDoubleValue extends DoubleValue
32 public DoubleValue negate() in negate()
55 public DoubleValue generalize(DoubleValue other) in generalize()
60 public DoubleValue add(DoubleValue other) in add()
65 public DoubleValue subtract(DoubleValue other) in subtract()
70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom()
75 public DoubleValue multiply(DoubleValue other) in multiply()
80 public DoubleValue divide(DoubleValue other) in divide()
85 public DoubleValue divideOf(DoubleValue other) in divideOf()
90 public DoubleValue remainder(DoubleValue other) in remainder()
[all …]
DCompositeDoubleValue.java38 private final DoubleValue doubleValue1;
40 private final DoubleValue doubleValue2;
47 public CompositeDoubleValue(DoubleValue doubleValue1, in CompositeDoubleValue()
49 DoubleValue doubleValue2) in CompositeDoubleValue()
DNegatedDoubleValue.java30 private final DoubleValue doubleValue;
36 public NegatedDoubleValue(DoubleValue doubleValue) in NegatedDoubleValue()
44 public DoubleValue negate() in negate()
DSpecificValueFactory.java44 static final DoubleValue DOUBLE_VALUE_0 = new ParticularDoubleValue(0.0);
45 static final DoubleValue DOUBLE_VALUE_1 = new ParticularDoubleValue(1.0);
83 public DoubleValue createDoubleValue(double value) in createDoubleValue()
DValueFactory.java37 static final DoubleValue DOUBLE_VALUE = new UnknownDoubleValue();
124 public DoubleValue createDoubleValue() in createDoubleValue()
132 public DoubleValue createDoubleValue(double value) in createDoubleValue()
DIdentifiedValueFactory.java61 public DoubleValue createDoubleValue() in createDoubleValue()
DValue.java87 public DoubleValue doubleValue() in doubleValue()
DUnknownFloatValue.java47 public DoubleValue convertToDouble() in convertToDouble()
DUnknownLongValue.java47 public DoubleValue convertToDouble() in convertToDouble()
DUnknownIntegerValue.java62 public DoubleValue convertToDouble() in convertToDouble()
DSpecificFloatValue.java47 public DoubleValue convertToDouble() in convertToDouble()
DParticularFloatValue.java67 public DoubleValue convertToDouble() in convertToDouble()
DFloatValue.java61 public abstract DoubleValue convertToDouble(); in convertToDouble()
DSpecificLongValue.java47 public DoubleValue convertToDouble() in convertToDouble()
DParticularLongValue.java67 public DoubleValue convertToDouble() in convertToDouble()
DLongValue.java62 public abstract DoubleValue convertToDouble(); in convertToDouble()
DSpecificIntegerValue.java62 public DoubleValue convertToDouble() in convertToDouble()
DParticularIntegerValue.java94 public DoubleValue convertToDouble() in convertToDouble()
DIntegerValue.java76 public abstract DoubleValue convertToDouble(); in convertToDouble()
/external/proguard/src/proguard/evaluation/
DVariables.java253 public DoubleValue dload(int index) in dload()
DStack.java320 public DoubleValue dpop() in dpop()
DProcessor.java487 DoubleValue doubleValue1 = stack.dpop(); in visitSimpleInstruction()
488 DoubleValue doubleValue2 = stack.dpop(); in visitSimpleInstruction()

12