HomeSort by relevance Sort by last modified time
    Searched defs:SpecificLongValue (Results 1 - 2 of 2) sorted by null

  /external/proguard/src/proguard/evaluation/value/
SpecificLongValue.java 28 abstract class SpecificLongValue extends LongValue
140 // Implementations of binary LongValue methods with SpecificLongValue
143 public LongValue generalize(SpecificLongValue other)
148 public LongValue add(SpecificLongValue other)
153 public LongValue subtract(SpecificLongValue other)
160 public LongValue subtractFrom(SpecificLongValue other)
167 public LongValue multiply(SpecificLongValue other)
172 public LongValue divide(SpecificLongValue other)
178 public LongValue divideOf(SpecificLongValue other)
184 public LongValue remainder(SpecificLongValue other
    [all...]
  /external/proguard/lib/
proguard.jar 

Completed in 2980 milliseconds