Home | History | Annotate | Download | only in libtommath

Lines Matching refs:_W

45     register mp_word *_W;
49 _W = W;
56 *_W++ = *tmpx++;
61 *_W++ = 0;
95 register mp_word *_W;
101 _W = W + ix;
105 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
119 register mp_word *_W, *_W1;
127 _W = W + ++ix;
130 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
144 _W = W + n->used;
147 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));