Lines Matching defs:ULong
159 typedef uint32_t ULong;
184 typedef union { double d; ULong L[2]; } U;
329 ULong x[1];
370 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
420 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
456 ULong *x;
467 *x++ = (ULong)(y & FFFFFFFF);
481 b->x[wds++] = (ULong)carry;
494 s2b(const char *s, int nd0, int nd, ULong y9)
529 hi0bits(ULong x)
561 lo0bits(ULong *y)
564 ULong x = *y;
626 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
627 ULong y;
668 *xc++ = (ULong)(z & FFFFFFFF);
671 *xc = (ULong)carry;
801 ULong *x, *x1, *xe, z;
846 ULong *xa, *xa0, *xb, *xb0;
881 ULong *xa, *xae, *xb, *xbe, *xc;
915 borrow = y >> 32 & (ULong)1;
916 *xc++ = (ULong)(y & FFFFFFFF);
921 borrow = y >> 32 & (ULong)1;
922 *xc++ = (ULong)(y & FFFFFFFF);
950 ULong *xa, *xa0, w, y, z;
1066 ULong *x, y, z;
1167 ULong *bx, *bxe, q, *sx, *sxe;
1193 borrow = y >> 32 & (ULong)1;
1194 *bx++ = (ULong)(y & FFFFFFFF);
1214 borrow = y >> 32 & (ULong)1;
1215 *bx++ = (ULong)(y & FFFFFFFF);
1446 ULong y, z, abs_exp;
2082 if ((z = (ULong)aadj) <= 0)
2168 j = sizeof(ULong);
2170 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= (unsigned)i;
2290 ULong x;