Lines Matching refs:W
2459 mp_digit W[MP_WARRAY]; in fast_s_mp_mul_digs() local
2499 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()
2514 *tmpc++ = W[ix]; in fast_s_mp_mul_digs()
2736 mp_word W[MP_WARRAY]; in fast_mp_montgomery_reduce() local
2756 _W = W; in fast_mp_montgomery_reduce()
2783 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK); in fast_mp_montgomery_reduce()
2808 _W = W + ix; in fast_mp_montgomery_reduce()
2817 W[ix + 1] += W[ix] >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()
2831 _W1 = W + ix; in fast_mp_montgomery_reduce()
2834 _W = W + ++ix; in fast_mp_montgomery_reduce()
2851 _W = W + n->used; in fast_mp_montgomery_reduce()
3297 mp_digit W[MP_WARRAY], *tmpx; in fast_s_mp_sqr() local
3351 W[ix] = (mp_digit)(_W & MP_MASK); in fast_s_mp_sqr()
3365 *tmpb++ = W[ix] & MP_MASK; in fast_s_mp_sqr()