Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/pcg-c/include/
H A Dpcg_variants.h90 static inline uint64_t pcg_rotr_64(uint64_t value, unsigned int rot) in pcg_rotr_64() function
158 return pcg_rotr_64(((state >> 35u) ^ state) >> 58u, state >> 122u); in pcg_output_xsh_rr_128_64()
239 return pcg_rotr_64(((uint64_t)(state >> 64u)) ^ (uint64_t)state, in pcg_output_xsl_rr_128_64()
264 uint64_t newlow = pcg_rotr_64(xored, rot1); in pcg_output_xsl_rr_rr_128_128()
265 uint64_t newhigh = pcg_rotr_64(high, newlow & 63u); in pcg_output_xsl_rr_rr_128_128()