Lines Matching refs:ULong
196 #ifndef ULong
197 #define ULong uint32_t macro
311 typedef union { double d; ULong L[2]; } U;
541 ULong x[1];
600 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
606 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
664 ULong *x;
667 ULong carry, *x, y;
669 ULong xi, z;
714 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b()
716 (const char *s, int nd0, int nd, ULong y9, int dplen)
752 (x) ULong x; in hi0bits()
754 (ULong x)
786 (y) ULong *y; in lo0bits()
788 (ULong *y)
792 ULong x = *y;
857 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
858 ULong y;
862 ULong carry, z;
864 ULong z2;
1026 ULong *x, *x1, *xe, z;
1084 ULong *xa, *xa0, *xb, *xb0;
1120 ULong *xa, *xae, *xb, *xbe, *xc;
1124 ULong borrow, y;
1126 ULong z;
1158 borrow = y >> 32 & (ULong)1;
1164 borrow = y >> 32 & (ULong)1;
1254 ULong *xa, *xa0, w, y, z;
1258 ULong d0, d1;
1326 ULong *x, y, z;
1331 ULong d0, d1;
1624 ULong c, x[2];
1702 ULong *x, *xe;
1708 if (*x < (ULong)0xffffffffL) {
1737 ULong *x, *x1, *xe, y;
1763 static ULong
1771 ULong *x, *x0, x1, x2;
1811 ULong L, lostbits, *x;
2184 ULong *bx, *bxe, q, *sx, *sxe;
2188 ULong borrow, carry, y, ys;
2190 ULong si, z, zs;
2224 borrow = y >> 32 & (ULong)1;
2265 borrow = y >> 32 & (ULong)1;
2545 ULong y, z;
2549 ULong Lsb, Lsb1;
3624 j = sizeof(ULong);
3626 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + (size_t)j <= (size_t)i;
3759 ULong x;