Lines Matching refs:ULong
196 #ifndef ULong
197 #define ULong uint32_t macro
307 typedef union { double d; ULong L[2]; } U;
531 ULong x[1];
593 rv = (Bigint *)MALLOC(sizeof(Bigint) + (x-1)*sizeof(ULong));
599 len = (sizeof(Bigint) + (x-1)*sizeof(ULong) + sizeof(double) - 1)
657 ULong *x;
660 ULong carry, *x, y;
662 ULong xi, z;
707 (s, nd0, nd, y9, dplen) CONST char *s; int nd0, nd, dplen; ULong y9; in s2b()
709 (const char *s, int nd0, int nd, ULong y9, int dplen)
745 (x) ULong x; in hi0bits()
747 (ULong x)
779 (y) ULong *y; in lo0bits()
781 (ULong *y)
785 ULong x = *y;
850 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0;
851 ULong y;
855 ULong carry, z;
857 ULong z2;
1019 ULong *x, *x1, *xe, z;
1077 ULong *xa, *xa0, *xb, *xb0;
1113 ULong *xa, *xae, *xb, *xbe, *xc;
1117 ULong borrow, y;
1119 ULong z;
1151 borrow = y >> 32 & (ULong)1;
1157 borrow = y >> 32 & (ULong)1;
1247 ULong *xa, *xa0, w, y, z;
1251 ULong d0, d1;
1319 ULong *x, y, z;
1324 ULong d0, d1;
1617 ULong c, x[2];
1695 ULong *x, *xe;
1701 if (*x < (ULong)0xffffffffL) {
1730 ULong *x, *x1, *xe, y;
1756 static ULong
1764 ULong *x, *x0, x1, x2;
1804 ULong L, lostbits, *x;
2177 ULong *bx, *bxe, q, *sx, *sxe;
2181 ULong borrow, carry, y, ys;
2183 ULong si, z, zs;
2217 borrow = y >> 32 & (ULong)1;
2258 borrow = y >> 32 & (ULong)1;
2538 ULong y, z;
2542 ULong Lsb, Lsb1;
2702 L = (Long) (10*(ULong)L + (c - '0'));
3620 rem = sizeof(Bigint) - sizeof(ULong) - sizeof(int);
3623 j = sizeof(ULong);
3753 ULong x; in zend_dtoa()