Home
last modified time | relevance | path

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

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java153 public abstract IntegerValue shiftLeftOf(IntegerValue other); in shiftLeftOf() method in IntegerValue
169 public abstract LongValue shiftLeftOf(LongValue other); in shiftLeftOf() method in IntegerValue
357 public IntegerValue shiftLeftOf(UnknownIntegerValue other) in shiftLeftOf() method in IntegerValue
382 public LongValue shiftLeftOf(UnknownLongValue other) in shiftLeftOf() method in IntegerValue
601 public IntegerValue shiftLeftOf(SpecificIntegerValue other) in shiftLeftOf() method in IntegerValue
626 public LongValue shiftLeftOf(SpecificLongValue other) in shiftLeftOf() method in IntegerValue
845 public IntegerValue shiftLeftOf(ParticularIntegerValue other) in shiftLeftOf() method in IntegerValue
870 public LongValue shiftLeftOf(ParticularLongValue other) in shiftLeftOf() method in IntegerValue
DSpecificIntegerValue.java124 public IntegerValue shiftLeftOf(IntegerValue other) in shiftLeftOf() method in SpecificIntegerValue
149 public LongValue shiftLeftOf(LongValue other) in shiftLeftOf() method in SpecificIntegerValue
266 public IntegerValue shiftLeftOf(SpecificIntegerValue other) in shiftLeftOf() method in SpecificIntegerValue
281 public LongValue shiftLeftOf(SpecificLongValue other) in shiftLeftOf() method in SpecificIntegerValue
DParticularIntegerValue.java156 public IntegerValue shiftLeftOf(IntegerValue other) in shiftLeftOf() method in ParticularIntegerValue
181 public LongValue shiftLeftOf(LongValue other) in shiftLeftOf() method in ParticularIntegerValue
294 public IntegerValue shiftLeftOf(ParticularIntegerValue other) in shiftLeftOf() method in ParticularIntegerValue
309 public LongValue shiftLeftOf(ParticularLongValue other) in shiftLeftOf() method in ParticularIntegerValue
DUnknownIntegerValue.java126 public IntegerValue shiftLeftOf(IntegerValue other) in shiftLeftOf() method in UnknownIntegerValue
151 public LongValue shiftLeftOf(LongValue other) in shiftLeftOf() method in UnknownIntegerValue