Searched refs:tmpy (Results 1 – 1 of 1) sorted by relevance
2347 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local2380 tmpy = b->dp; in s_mp_mul_digs()2386 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs()2448 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local2456 tmpy = b->dp + ty; in fast_s_mp_mul_digs()2465 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()2600 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local2628 tmpy = b->dp + (digs - ix); in s_mp_mul_high_digs()2633 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_high_digs()3277 mp_digit *tmpy; in fast_s_mp_sqr() local[all …]