Lines Matching full:ulong
169 #ifndef ULong
170 typedef unsigned Long ULong;
267 typedef union { double d; ULong L[2]; } U;
272 #define word0(x) ((ULong *)&x)[1]
273 #define word1(x) ((ULong *)&x)[0]
275 #define word0(x) ((ULong *)&x)[0]
276 #define word1(x) ((ULong *)&x)[1]
482 ULong x[1];
512 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
514 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
564 ULong *x;
567 ULong carry, *x, y;
569 ULong xi, z;
614 (s, nd0, nd, y9) CONST char *s; int nd0, nd; ULong y9;
616 (CONST char *s, int nd0, int nd, ULong y9)
652 (x) register ULong x;
654 (register ULong x)
686 (y) ULong *y;
688 (ULong *y)
692 register ULong x = *y;
757 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
758 ULong y;
762 ULong carry, z;
764 ULong z2;
926 ULong *x, *x1, *xe, z;
984 ULong *xa, *xa0, *xb, *xb0;
1020 ULong *xa, *xae, *xb, *xbe, *xc;
1024 ULong borrow, y;
1026 ULong z;
1058 borrow = y >> 32 & (ULong)1;
1064 borrow = y >> 32 & (ULong)1;
1154 ULong *xa, *xa0, w, y, z;
1158 ULong d0, d1;
1226 ULong *x, y, z;
1231 ULong d0, d1;
1481 ULong c, x[2];
1543 ULong y, z;
2426 ULong *bx, *bxe, q, *sx, *sxe;
2430 ULong borrow, carry, y, ys;
2432 ULong si, z, zs;
2460 borrow = y >> 32 & (ULong)1;
2501 borrow = y >> 32 & (ULong)1;
2548 j = sizeof(ULong);
2550 sizeof(Bigint) - sizeof(ULong) - sizeof(int) + j <= i;
2683 ULong x;