Searched refs:BC_RAND_CONSTANT (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
H A Drand.h93 #define BC_RAND_CONSTANT(h, l) ((((BcRandState) (h)) << 64) + (BcRandState) (l)) macro
117 #define BC_RAND_CONSTANT(h, l) { .lo = (l), .hi = (h) } macro
130 BC_RAND_CONSTANT(2549297995355413924ULL, 4865540595714422341ULL)
154 #define BC_RAND_CONSTANT UINT64_C macro
155 #define BC_RAND_MULTIPLIER BC_RAND_CONSTANT(6364136223846793005)

Completed in 48 milliseconds