Home
last modified time | relevance | path

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

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java164 public abstract IntegerValue unsignedShiftRightOf(IntegerValue other); in unsignedShiftRightOf() method in IntegerValue
179 public abstract LongValue unsignedShiftRightOf(LongValue other); in unsignedShiftRightOf() method in IntegerValue
374 public IntegerValue unsignedShiftRightOf(UnknownIntegerValue other) in unsignedShiftRightOf() method in IntegerValue
399 public LongValue unsignedShiftRightOf(UnknownLongValue other) in unsignedShiftRightOf() method in IntegerValue
618 public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other) in unsignedShiftRightOf() method in IntegerValue
643 public LongValue unsignedShiftRightOf(SpecificLongValue other) in unsignedShiftRightOf() method in IntegerValue
862 public IntegerValue unsignedShiftRightOf(ParticularIntegerValue other) in unsignedShiftRightOf() method in IntegerValue
887 public LongValue unsignedShiftRightOf(ParticularLongValue other) in unsignedShiftRightOf() method in IntegerValue
DSpecificIntegerValue.java144 public IntegerValue unsignedShiftRightOf(IntegerValue other) in unsignedShiftRightOf() method in SpecificIntegerValue
159 public LongValue unsignedShiftRightOf(LongValue other) in unsignedShiftRightOf() method in SpecificIntegerValue
276 public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other) in unsignedShiftRightOf() method in SpecificIntegerValue
291 public LongValue unsignedShiftRightOf(SpecificLongValue other) in unsignedShiftRightOf() method in SpecificIntegerValue
DParticularIntegerValue.java176 public IntegerValue unsignedShiftRightOf(IntegerValue other) in unsignedShiftRightOf() method in ParticularIntegerValue
191 public LongValue unsignedShiftRightOf(LongValue other) in unsignedShiftRightOf() method in ParticularIntegerValue
304 public IntegerValue unsignedShiftRightOf(ParticularIntegerValue other) in unsignedShiftRightOf() method in ParticularIntegerValue
319 public LongValue unsignedShiftRightOf(ParticularLongValue other) in unsignedShiftRightOf() method in ParticularIntegerValue
DUnknownIntegerValue.java146 public IntegerValue unsignedShiftRightOf(IntegerValue other) in unsignedShiftRightOf() method in UnknownIntegerValue
161 public LongValue unsignedShiftRightOf(LongValue other) in unsignedShiftRightOf() method in UnknownIntegerValue