Home
last modified time | relevance | path

Searched defs:shiftRightOf (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java158 public abstract IntegerValue shiftRightOf(IntegerValue other); in shiftRightOf() method in IntegerValue
174 public abstract LongValue shiftRightOf(LongValue other); in shiftRightOf() method in IntegerValue
365 public IntegerValue shiftRightOf(UnknownIntegerValue other) in shiftRightOf() method in IntegerValue
390 public LongValue shiftRightOf(UnknownLongValue other) in shiftRightOf() method in IntegerValue
609 public IntegerValue shiftRightOf(SpecificIntegerValue other) in shiftRightOf() method in IntegerValue
634 public LongValue shiftRightOf(SpecificLongValue other) in shiftRightOf() method in IntegerValue
853 public IntegerValue shiftRightOf(ParticularIntegerValue other) in shiftRightOf() method in IntegerValue
878 public LongValue shiftRightOf(ParticularLongValue other) in shiftRightOf() method in IntegerValue
DSpecificIntegerValue.java134 public IntegerValue shiftRightOf(IntegerValue other) in shiftRightOf() method in SpecificIntegerValue
154 public LongValue shiftRightOf(LongValue other) in shiftRightOf() method in SpecificIntegerValue
271 public IntegerValue shiftRightOf(SpecificIntegerValue other) in shiftRightOf() method in SpecificIntegerValue
286 public LongValue shiftRightOf(SpecificLongValue other) in shiftRightOf() method in SpecificIntegerValue
DParticularIntegerValue.java166 public IntegerValue shiftRightOf(IntegerValue other) in shiftRightOf() method in ParticularIntegerValue
186 public LongValue shiftRightOf(LongValue other) in shiftRightOf() method in ParticularIntegerValue
299 public IntegerValue shiftRightOf(ParticularIntegerValue other) in shiftRightOf() method in ParticularIntegerValue
314 public LongValue shiftRightOf(ParticularLongValue other) in shiftRightOf() method in ParticularIntegerValue
DUnknownIntegerValue.java136 public IntegerValue shiftRightOf(IntegerValue other) in shiftRightOf() method in UnknownIntegerValue
156 public LongValue shiftRightOf(LongValue other) in shiftRightOf() method in UnknownIntegerValue