Home
last modified time | relevance | path

Searched refs:__rand48_step (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/src/prng/
Drand48.h4 hidden uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
Dlrand48.c7 return __rand48_step(s, __seed48+3) >> 17; in nrand48()
Dmrand48.c7 return (int32_t)(__rand48_step(s, __seed48+3) >> 16); in jrand48()
Ddrand48.c10 } x = { 0x3ff0000000000000ULL | __rand48_step(s, __seed48+3)<<4 }; in erand48()
D__rand48_step.c4 uint64_t __rand48_step(unsigned short *xi, unsigned short *lc) in __rand48_step() function
/third_party/musl/
Dmusl_src.gni931 "src/prng/__rand48_step.c",