Searched refs:__rand48_step (Results 1 – 6 of 6) sorted by relevance
4 hidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
7 return __rand48_step(s, __seed48+3) >> 17; in nrand48()
7 return (int32_t)(__rand48_step(s, __seed48+3) >> 16); in jrand48()
10 } x = { 0x3ff0000000000000ULL | __rand48_step(s, __seed48+3)<<4 }; in erand48()
4 uint64_t __rand48_step(unsigned short *xi, unsigned short *lc) in __rand48_step() function
931 "src/prng/__rand48_step.c",