Home | History | Annotate | Download | only in bigint

Lines Matching refs:Index

30 void BigUnsigned::setBlock(Index i, Blk newBlock) {
42 for (Index j = len; j < i; j++)
53 BigUnsigned::Index BigUnsigned::bitLength() const {
58 Index leftmostBlockLen = 0;
67 void BigUnsigned::setBit(Index bi, bool newBit) {
68 Index blockI = bi / N;
83 Index i = len;
144 Index i;
157 // For each block index that is present in both inputs...
202 Index i;
206 // For each block index that is present in both inputs...
299 BigUnsigned::Index x, unsigned int y) {
320 Index i, j, k;
338 * j is the index in b, and k = i + j is the index in this.
449 Index i, j, k;
464 Index origLen = len; // Save real length.
554 Index i;
562 Index i;
582 Index i;
610 Index shiftBlocks = b / N;
615 Index i, j;
637 Index rightShiftBlocks = (b + N - 1) / N;
651 Index i, j;
663 Index i;
686 Index i;