Searched refs:BC_RAND_TRUNC (Results 1 – 2 of 2) sorted by relevance
162 #define BC_RAND_TRUNC(s) ((uint64_t) (s)) macro251 #define BC_RAND_TRUNC(s) ((s).lo) macro295 #define BC_RAND_FOLD(s) ((BcRand) (BC_RAND_CHOP(s) ^ BC_RAND_TRUNC(s)))374 #define BC_RAND_TRUNC(s) ((uint32_t) (s)) macro
596 *s1 = BC_RAND_TRUNC(rng->state); in bc_rand_getRands()600 *i1 = BC_RAND_TRUNC(inc); in bc_rand_getRands()