Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:x1

38 L_shift(x, x1, i) ULong *x; ULong *x1; int i;
40 L_shift(ULong *x, ULong *x1, int i)
51 } while(++x < x1);
62 ULong c, h, *x, *x1, *xe;
73 x1 = xe = x;
86 if (x < x1 && i < 8)
87 L_shift(x, x1, i);
94 x1 = x;
129 if (x < x1 && i < 8)
130 L_shift(x, x1, i);
132 x1 = x0;
133 do *x1++ = *x++;
135 do *x1++ = 0;
136 while(x1 <= xe);
143 for(x1 = xe;; --x1) {
144 if (*x1 != 0)
146 if (x1 == x0) {
147 *x1 = 1;