Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java1274 … MutableBigInteger a1 = aShifted.getBlock(t-1, t, n); // the most significant block of a in divideAndRemainderBurnikelZiegler()
1277 … MutableBigInteger z = aShifted.getBlock(t-2, t, n); // the second to most significant block in divideAndRemainderBurnikelZiegler()
1288 z = aShifted.getBlock(i-1, t, n); // a[i-1] in divideAndRemainderBurnikelZiegler()
1404 private MutableBigInteger getBlock(int index, int numBlocks, int blockLength) { in getBlock() method in MutableBigInteger