Lines Matching +full:0 +full:x1234
23 #define RAND48_SEED_0 (0x330e)
24 #define RAND48_SEED_1 (0xabcd)
25 #define RAND48_SEED_2 (0x1234)
26 #define RAND48_MULT_0 (0xe66d)
27 #define RAND48_MULT_1 (0xdeec)
28 #define RAND48_MULT_2 (0x0005)
29 #define RAND48_ADD (0x000b)
44 (l) = TOUINT48((x)[0], (x)[1], (x)[2]); \
45 } while (0)
48 (x)[0] = (unsigned short)(l); \
51 } while (0)
55 } while (0)
61 } while (0)
79 u.u64 = ((x) & 0xffffffffffffULL); \
80 if (u.u64 == 0) \
83 for (s = 0; !(u.u64 & (1LL << 52)); s++, u.u64 <<= 1) \
87 } while (0)