Searched refs:_W (Results 1 – 8 of 8) sorted by relevance
47 register mp_word *_W; in fast_mp_montgomery_reduce() local51 _W = W; in fast_mp_montgomery_reduce()58 *_W++ = *tmpx++; in fast_mp_montgomery_reduce()63 *_W++ = 0; in fast_mp_montgomery_reduce()97 register mp_word *_W; in fast_mp_montgomery_reduce() local103 _W = W + ix; in fast_mp_montgomery_reduce()107 *_W++ += ((mp_word)mu) * ((mp_word)*tmpn++); in fast_mp_montgomery_reduce()121 register mp_word *_W, *_W1; in fast_mp_montgomery_reduce() local129 _W = W + ++ix; in fast_mp_montgomery_reduce()132 *_W++ += *_W1++ >> ((mp_word) DIGIT_BIT); in fast_mp_montgomery_reduce()[all …]
48 mp_word _W; in fast_s_mp_sqr() local52 _W = 0; in fast_s_mp_sqr()75 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_sqr()79 _W = _W + _W + W1; in fast_s_mp_sqr()83 _W += ((mp_word)a->dp[ix>>1])*((mp_word)a->dp[ix>>1]); in fast_s_mp_sqr()87 W[ix] = (mp_digit)(_W & MP_MASK); in fast_s_mp_sqr()90 W1 = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_sqr()
40 register mp_word _W; in fast_s_mp_mul_digs() local53 _W = 0; in fast_s_mp_mul_digs()74 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()79 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()82 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_digs()
33 mp_word _W; in fast_s_mp_mul_high_digs() local45 _W = 0; in fast_s_mp_mul_high_digs()65 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_high_digs()69 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_high_digs()72 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_high_digs()
2422 register mp_word _W; in fast_s_mp_mul_digs() local2435 _W = 0; in fast_s_mp_mul_digs()2457 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()2462 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()2465 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_digs()2712 register mp_word *_W; in fast_mp_montgomery_reduce() local2716 _W = W; in fast_mp_montgomery_reduce()2723 *_W++ = *tmpx++; in fast_mp_montgomery_reduce()2728 *_W++ = 0; in fast_mp_montgomery_reduce()2762 register mp_word *_W; in fast_mp_montgomery_reduce() local[all …]
2298 mp_word _W; in fast_s_mp_mul_digs() local2311 _W = 0; in fast_s_mp_mul_digs()2332 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()2337 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_digs()2340 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_digs()2492 mp_word _W; in fast_s_mp_mul_high_digs() local2504 _W = 0; in fast_s_mp_mul_high_digs()2524 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_high_digs()2528 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_s_mp_mul_high_digs()2531 _W = _W >> ((mp_word)DIGIT_BIT); in fast_s_mp_mul_high_digs()[all …]
2257 mp_word _W; in fast_col_array_multiply() local2270 _W = 0; in fast_col_array_multiply()2291 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_col_array_multiply()2296 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_col_array_multiply()2299 _W = _W >> ((mp_word)DIGIT_BIT); in fast_col_array_multiply()2454 mp_word _W; in fast_basic_multiply_partial_upper() local2466 _W = 0; in fast_basic_multiply_partial_upper()2486 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_basic_multiply_partial_upper()2490 W[ix] = ((mp_digit)_W) & MP_MASK; in fast_basic_multiply_partial_upper()2493 _W = _W >> ((mp_word)DIGIT_BIT); in fast_basic_multiply_partial_upper()[all …]
2536 (ignore (streamsize)): Remove _W prefixed aliases.