Home
last modified time | relevance | path

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

/openbmc/qemu/tests/bench/
H A Datomic64-bench.c47 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
67 info->r = xorshift64star(info->r); in thread_func()
H A Datomic_add-bench.c45 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
65 info->r = xorshift64star(info->r); in thread_func()
H A Dqht-bench.c130 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
220 info->seed = xorshift64star(info->seed); in thread_func()
357 r = xorshift64star(r); in htable_init()
/openbmc/qemu/tests/fp/
H A Dfp-bench.c139 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
159 r = xorshift64star(r); in update_random_ops()
169 r = xorshift64star(r); in update_random_ops()
181 hi = xorshift64star(hi); in update_random_ops()
182 lo = xorshift64star(lo); in update_random_ops()
/openbmc/qemu/plugins/
H A Dloader.c168 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
237 ctx->id = xorshift64star(ctx->id); in plugin_load()