Lines Matching defs:tmpy
2339 mp_digit tmpx, *tmpt, *tmpy;
2372 tmpy = b->dp;
2378 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
2440 mp_digit *tmpx, *tmpy;
2448 tmpy = b->dp + ty;
2457 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
2592 mp_digit tmpx, *tmpt, *tmpy;
2620 tmpy = b->dp + (digs - ix);
2625 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
3242 * starts closer to zero] can't equal the offset of tmpy.
3269 mp_digit *tmpy;
3280 tmpy = a->dp + ty;
3295 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);