Home
last modified time | relevance | path

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

12

/dports/devel/icestorm/icestorm-710470f9/icebram/
H A Dicebram.cc43 uint64_t xorshift64star(void) { in xorshift64star() function
181 xorshift64star(); in main()
182 xorshift64star(); in main()
183 xorshift64star(); in main()
196 xorshift64star(); in main()
197 xorshift64star(); in main()
198 xorshift64star(); in main()
202 int digit = xorshift64star() & 15; in main()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
H A Dqht-bench.c123 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
211 info->r = xorshift64star(info->r); in thread_func()
333 r = xorshift64star(r); in htable_init()
/dports/emulators/qemu5/qemu-5.2.0/tests/
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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
H A Dqht-bench.c129 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
219 info->seed = xorshift64star(info->seed); in thread_func()
356 r = xorshift64star(r); in htable_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
H A Dqht-bench.c123 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
211 info->r = xorshift64star(info->r); in thread_func()
333 r = xorshift64star(r); in htable_init()
/dports/emulators/qemu42/qemu-4.2.1/tests/
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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
H A Dqht-bench.c123 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
211 info->r = xorshift64star(info->r); in thread_func()
333 r = xorshift64star(r); in htable_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
/dports/emulators/qemu/qemu-6.2.0/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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
/dports/emulators/qemu60/qemu-6.0.0/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.c44 static uint64_t xorshift64star(uint64_t x) in xorshift64star() function
64 info->r = xorshift64star(info->r); in thread_func()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/fp/
H A Dfp-bench.c139 static uint64_t xorshift64star(uint64_t x)
159 r = xorshift64star(r);
169 r = xorshift64star(r);
181 hi = xorshift64star(hi);
182 lo = xorshift64star(lo);
/dports/emulators/qemu/qemu-6.2.0/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()

12