Home
last modified time | relevance | path

Searched refs:INTEGER_VALUE_0 (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DParticularValueFactory.java35 static final IntegerValue INTEGER_VALUE_0 = new ParticularIntegerValue(0); field in ParticularValueFactory
61 case 0: return INTEGER_VALUE_0; in createIntegerValue()
DSpecificIntegerValue.java211 ParticularValueFactory.INTEGER_VALUE_0 : in subtract()
218 ParticularValueFactory.INTEGER_VALUE_0 : in subtractFrom()
313 ParticularValueFactory.INTEGER_VALUE_0 : in xor()
DParticularFloatValue.java186 this.value == other.value ? ParticularValueFactory.INTEGER_VALUE_0 : in compare()
DParticularDoubleValue.java186 this.value == other.value ? ParticularValueFactory.INTEGER_VALUE_0 : in compare()