Home
last modified time | relevance | path

Searched defs:BC_RAND_CONSTANT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bc/include/
H A Drand.h155 #define BC_RAND_CONSTANT(h, l) ((((BcRandState) (h)) << 64) + (BcRandState) (l)) macro
244 #define BC_RAND_CONSTANT(h, l) { .lo = (l), .hi = (h) } macro
367 #define BC_RAND_MULTIPLIER BC_RAND_CONSTANT(6364136223846793005) macro