Home
last modified time | relevance | path

Searched refs:ParticularIntegerValue (Results 1 – 8 of 8) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DParticularIntegerValue.java28 final class ParticularIntegerValue extends SpecificIntegerValue class
36 public ParticularIntegerValue(int value) in ParticularIntegerValue() method in ParticularIntegerValue
54 return new ParticularIntegerValue(-value); in negate()
63 new ParticularIntegerValue(byteValue); in convertToByte()
72 new ParticularIntegerValue(charValue); in convertToCharacter()
81 new ParticularIntegerValue(shortValue); in convertToShort()
230 public IntegerValue generalize(ParticularIntegerValue other) in generalize()
235 public IntegerValue add(ParticularIntegerValue other) in add()
237 return new ParticularIntegerValue(this.value + other.value); in add()
240 public IntegerValue subtract(ParticularIntegerValue other) in subtract()
[all …]
DIntegerValue.java743 public IntegerValue generalize(ParticularIntegerValue other) in generalize()
752 public IntegerValue add(ParticularIntegerValue other) in add()
760 public IntegerValue subtract(ParticularIntegerValue other) in subtract()
768 public IntegerValue subtractFrom(ParticularIntegerValue other) in subtractFrom()
776 public IntegerValue multiply(ParticularIntegerValue other) in multiply()
785 public IntegerValue divide(ParticularIntegerValue other) in divide()
794 public IntegerValue divideOf(ParticularIntegerValue other) in divideOf()
803 public IntegerValue remainder(ParticularIntegerValue other) in remainder()
812 public IntegerValue remainderOf(ParticularIntegerValue other) in remainderOf()
820 public IntegerValue shiftLeft(ParticularIntegerValue other) in shiftLeft()
[all …]
DParticularValueFactory.java34 static final IntegerValue INTEGER_VALUE_M1 = new ParticularIntegerValue(-1);
35 static final IntegerValue INTEGER_VALUE_0 = new ParticularIntegerValue(0);
36 static final IntegerValue INTEGER_VALUE_1 = new ParticularIntegerValue(1);
37 static final IntegerValue INTEGER_VALUE_2 = new ParticularIntegerValue(2);
38 static final IntegerValue INTEGER_VALUE_3 = new ParticularIntegerValue(3);
39 static final IntegerValue INTEGER_VALUE_4 = new ParticularIntegerValue(4);
40 static final IntegerValue INTEGER_VALUE_5 = new ParticularIntegerValue(5);
67 default: return new ParticularIntegerValue(value); in createIntegerValue()
DParticularLongValue.java59 return new ParticularIntegerValue((int)value); in convertToInteger()
212 public LongValue shiftLeft(ParticularIntegerValue other) in shiftLeft()
217 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight()
222 public LongValue unsignedShiftRight(ParticularIntegerValue other) in unsignedShiftRight()
DLongValue.java460 public LongValue shiftLeft(ParticularIntegerValue other) in shiftLeft()
468 public LongValue shiftRight(ParticularIntegerValue other) in shiftRight()
477 public LongValue unsignedShiftRight(ParticularIntegerValue other) in unsignedShiftRight()
DParticularDoubleValue.java59 return new ParticularIntegerValue((int)value); in convertToInteger()
DParticularFloatValue.java59 return new ParticularIntegerValue((int)value); in convertToInteger()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...