Home
last modified time | relevance | path

Searched defs:shiftRight (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/math/
DBitLevel.java136 static BigInteger shiftRight(BigInteger source, int count) { in shiftRight() method in BitLevel
185 static boolean shiftRight(int[] result, int resultLen, int[] source, int intCount, int count) { in shiftRight() method in BitLevel
DBigInteger.java467 @NonNull public BigInteger shiftRight(int n) { in shiftRight() method in BigInteger