Home
last modified time | relevance | path

Searched refs:safeLeftShift (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java557 void safeLeftShift(int n) { in safeLeftShift() method in MutableBigInteger
1263 bShifted.safeLeftShift(sigma); // step 4a: shift b so its length is a multiple of n in divideAndRemainderBurnikelZiegler()
1265 aShifted.safeLeftShift(sigma); // step 4b: shift a by the same amount in divideAndRemainderBurnikelZiegler()