Home
last modified time | relevance | path

Searched defs:compareReverse (Results 1 – 3 of 3) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DDoubleValue.java126 public final IntegerValue compareReverse(DoubleValue other) in compareReverse() method in DoubleValue
229 public final IntegerValue compareReverse(SpecificDoubleValue other) in compareReverse() method in DoubleValue
332 public final IntegerValue compareReverse(ParticularDoubleValue other) in compareReverse() method in DoubleValue
DFloatValue.java126 public final IntegerValue compareReverse(FloatValue other) in compareReverse() method in FloatValue
229 public final IntegerValue compareReverse(SpecificFloatValue other) in compareReverse() method in FloatValue
332 public final IntegerValue compareReverse(ParticularFloatValue other) in compareReverse() method in FloatValue
DLongValue.java215 public final IntegerValue compareReverse(LongValue other) in compareReverse() method in LongValue
371 public final IntegerValue compareReverse(SpecificLongValue other) in compareReverse() method in LongValue
527 public final IntegerValue compareReverse(ParticularLongValue other) in compareReverse() method in LongValue