Home
last modified time | relevance | path

Searched defs:unsignedShiftRight (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DLongValue.java167 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight() method in LongValue
321 public LongValue unsignedShiftRight(SpecificLongValue other) in unsignedShiftRight() method in LongValue
477 public LongValue unsignedShiftRight(ParticularIntegerValue other) in unsignedShiftRight() method in LongValue
DSpecificLongValue.java114 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight() method in SpecificLongValue
206 public LongValue unsignedShiftRight(SpecificLongValue other) in unsignedShiftRight() method in SpecificLongValue
DParticularLongValue.java134 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight() method in ParticularLongValue
222 public LongValue unsignedShiftRight(ParticularIntegerValue other) in unsignedShiftRight() method in ParticularLongValue
DIntegerValue.java148 public abstract IntegerValue unsignedShiftRight(IntegerValue other); in unsignedShiftRight() method in IntegerValue
349 public IntegerValue unsignedShiftRight(UnknownIntegerValue other) in unsignedShiftRight() method in IntegerValue
593 public IntegerValue unsignedShiftRight(SpecificIntegerValue other) in unsignedShiftRight() method in IntegerValue
837 public IntegerValue unsignedShiftRight(ParticularIntegerValue other) in unsignedShiftRight() method in IntegerValue
DSpecificIntegerValue.java139 public IntegerValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight() method in SpecificIntegerValue
261 public IntegerValue unsignedShiftRight(SpecificIntegerValue other) in unsignedShiftRight() method in SpecificIntegerValue
DUnknownLongValue.java115 public LongValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight() method in UnknownLongValue
DParticularIntegerValue.java171 public IntegerValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight() method in ParticularIntegerValue
289 public IntegerValue unsignedShiftRight(ParticularIntegerValue other) in unsignedShiftRight() method in ParticularIntegerValue
DUnknownIntegerValue.java141 public IntegerValue unsignedShiftRight(IntegerValue other) in unsignedShiftRight() method in UnknownIntegerValue
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java589 static Const.Value unsignedShiftRight(Const.Value a, Const.Value b) { in unsignedShiftRight() method in ConstEvaluator
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java894 Method unsignedShiftRight = binaryOpMethod(int.class, in testIntBinaryOps() local
946 Method unsignedShiftRight = binaryOpMethod( in testLongBinaryOps() local