Lines Matching defs:x1
49 DWORD *x1;
62 x1=p->x; y1=p->y; z1=p->z;
66 multiprecision_sub_mod(t2, x1, t1, keyLength); // t2=x1-t1
67 multiprecision_add_mod(t1, x1, t1, keyLength); // t1=x1+t1
77 multiprecision_mersenns_mult_mod(t3, y3, x1, keyLength); // t3=y3*x1=x1*y1^2
95 DWORD *x1;
105 x1=p->x; y1=p->y; z1=p->z;
128 multiprecision_sub_mod(t1, t1, x1, keyLength); // t1=t1-x1
148 multiprecision_mersenns_mult_mod(y3, y3, x1, keyLength); // t3=t3*x1