Lines Matching refs:tmpy
435 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local
443 tmpy = b->dp + ty; in fast_s_mp_mul_digs()
452 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()
537 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_high_digs() local
545 tmpy = b->dp + ty; in fast_s_mp_mul_high_digs()
554 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_high_digs()
640 mp_digit *tmpy; in fast_s_mp_sqr() local
651 tmpy = a->dp + ty; in fast_s_mp_sqr()
666 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_sqr()
4180 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; in mp_karatsuba_mul() local
4189 tmpy = y0.dp; in mp_karatsuba_mul()
4192 *tmpy++ = *tmpb++; in mp_karatsuba_mul()
4200 tmpy = y1.dp; in mp_karatsuba_mul()
4202 *tmpy++ = *tmpb++; in mp_karatsuba_mul()
9141 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local
9172 tmpy = b->dp; in s_mp_mul_digs()
9178 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs()
9235 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local
9263 tmpy = b->dp + (digs - ix); in s_mp_mul_high_digs()
9268 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_high_digs()