Lines Matching defs:tmpy
2332 mp_digit tmpx, *tmpt, *tmpy;
2363 tmpy = b->dp;
2369 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
2429 mp_digit *tmpx, *tmpy;
2437 tmpy = b->dp + ty;
2446 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
2580 mp_digit tmpx, *tmpt, *tmpy;
2608 tmpy = b->dp + (digs - ix);
2613 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
3230 * starts closer to zero] can't equal the offset of tmpy.
3257 mp_digit *tmpy;
3268 tmpy = a->dp + ty;
3283 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);