Searched refs:tmpy (Results 1 - 8 of 8) sorted by relevance

/barrelfish-master/lib/tommath/
H A Dbn_fast_s_mp_mul_digs.c55 mp_digit *tmpx, *tmpy; local
63 tmpy = b->dp + ty;
72 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
H A Dbn_fast_s_mp_mul_high_digs.c46 mp_digit *tmpx, *tmpy; local
54 tmpy = b->dp + ty;
63 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
H A Dbn_s_mp_mul_digs.c28 mp_digit tmpx, *tmpt, *tmpy; local
59 tmpy = b->dp;
65 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
H A Dbn_s_mp_mul_high_digs.c28 mp_digit tmpx, *tmpt, *tmpy; local
56 tmpy = b->dp + (digs - ix);
61 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
H A Dbn_mp_karatsuba_mul.c86 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local
95 tmpy = y0.dp;
98 *tmpy++ = *tmpb++;
106 tmpy = y1.dp;
108 *tmpy++ = *tmpb++;
H A Dbn_fast_s_mp_sqr.c20 * starts closer to zero] can't equal the offset of tmpy.
47 mp_digit *tmpy; local
58 tmpy = a->dp + ty;
73 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
H A Dtommath.tex2809 to produce the individual columns of the product. We use the two aliases $tmpx$ and $tmpy$ (lines 62, 63) to point
/barrelfish-master/lib/tommath/pre_gen/
H A Dmpi.c435 mp_digit *tmpx, *tmpy; local
443 tmpy = b->dp + ty;
452 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
537 mp_digit *tmpx, *tmpy; local
545 tmpy = b->dp + ty;
554 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
613 * starts closer to zero] can't equal the offset of tmpy.
640 mp_digit *tmpy; local
651 tmpy = a->dp + ty;
666 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy
4185 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local
9151 mp_digit tmpx, *tmpt, *tmpy; local
9245 mp_digit tmpx, *tmpt, *tmpy; local
[all...]

Completed in 55 milliseconds