Searched refs:tmpy (Results 1 – 1 of 1) sorted by relevance
2339 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local2372 tmpy = b->dp; in s_mp_mul_digs()2378 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs()2440 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local2448 tmpy = b->dp + ty; in fast_s_mp_mul_digs()2457 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()2592 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local2620 tmpy = b->dp + (digs - ix); in s_mp_mul_high_digs()2625 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_high_digs()3269 mp_digit *tmpy; in fast_s_mp_sqr() local[all …]