Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:xc

44 	ULong carry, *xc, *xa, *xb, *xe, y;
59 xc = c->x;
60 xe = xc + b->wds;
67 Storeinc(xc, z, y);
69 while(xc < xe);
71 while(xc < xe) {
76 Storeinc(xc, z, y);
82 *xc++ = y & 0xffff;
84 while(xc < xe);
86 while(xc < xe) {
89 *xc++ = y & 0xffff;