Searched refs:tmpy (Results 1 – 1 of 1) sorted by relevance
2379 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local2410 tmpy = b->dp; in s_mp_mul_digs()2416 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs()2477 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local2485 tmpy = b->dp + ty; in fast_s_mp_mul_digs()2494 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()2631 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local2659 tmpy = b->dp + (digs - ix); in s_mp_mul_high_digs()2664 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_high_digs()3313 mp_digit *tmpy; in fast_s_mp_sqr() local[all …]