Searched defs:unsignedShiftRight (Results 1 – 2 of 2) sorted by relevance
966 Method unsignedShiftRight = binaryOpMethod(int.class, in testIntBinaryOps() local1018 Method unsignedShiftRight = binaryOpMethod( in testLongBinaryOps() local
861 private @Nullable Value unsignedShiftRight(int position, Value a, Value b) { in unsignedShiftRight() method in ConstEvaluator