Home | History | Annotate | Download | only in stdio

Lines Matching defs:x1

501 	ULong *x, *x0, x1, x2;
509 x1 = x2 = x[n];
510 x1 >>= k;
511 x1 <<= k;
512 if (x1 != x2)
526 ULong *x, *x1, *xe, y;
529 x = x1 = b->x;
538 *x1++ = (y | (*x << n)) & ALL_ON;
541 if ((*x1 = y) !=0)
542 x1++;
546 *x1++ = *x++;
548 if ((b->wds = x1 - b->x) == 0)
1068 ULong *x, *x1, *xe, z;
1087 x1 = b1->x;
1089 *x1++ = 0;
1097 *x1++ = *x << k | z;
1101 if ((*x1 = z) != 0)
1109 *x1++ = *x << k & 0xffff | z;
1113 if (*x1 = z)
1118 *x1++ = *x++;
3091 * should be for non-zero numbers. For instance, 0x1.3p3 is the same