Home | History | Annotate | Download | only in gdtoa

Lines Matching refs:xc

45   ULong carry, *xc, *xa, *xb, *xe, y;

60 xc = c->x;
61 xe = xc + b->wds;
68 Storeinc(xc, z, y);
70 while(xc < xe);
72 while(xc < xe) {
77 Storeinc(xc, z, y);
83 *xc++ = y & 0xffff;
85 while(xc < xe);
87 while(xc < xe) {
90 *xc++ = y & 0xffff;