Searched defs:shiftRight (Results 1 – 2 of 2) sorted by relevance
136 static BigInteger shiftRight(BigInteger source, int count) { in shiftRight() method in BitLevel185 static boolean shiftRight(int[] result, int resultLen, int[] source, int intCount, int count) { in shiftRight() method in BitLevel
467 @NonNull public BigInteger shiftRight(int n) { in shiftRight() method in BigInteger