Home | History | Annotate | Download | only in pre_gen

Lines Matching refs:_W

249     register mp_word *_W;
253 _W = W;
260 *_W++ = *tmpx++;
265 *_W++ = 0;
299 register mp_word *_W;
305 _W = W + ix;
309 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++);
323 register mp_word *_W, *_W1;
331 _W = W + ++ix;
334 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT);
348 _W = W + n->used;
351 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));
418 register mp_word _W;
431 _W = 0;
452 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
457 W[ix] = ((mp_digit)_W) & MP_MASK;
460 _W = _W >> ((mp_word)DIGIT_BIT);
522 mp_word _W;
534 _W = 0;
554 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
558 W[ix] = ((mp_digit)_W) & MP_MASK;
561 _W = _W >> ((mp_word)DIGIT_BIT);
639 mp_word _W;
643 _W = 0;
666 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
670 _W = _W + _W + W1;
674 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]);
678 W[ix] = (mp_digit)(_W & MP_MASK);
681 W1 = _W >> ((mp_word)DIGIT_BIT);