Home
last modified time | relevance | path

Searched refs:rand64 (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/libc-test/src/common/
H A Drand.c12 static uint64_t rand64(void) in rand64() function
19 return rand64() * 0x1p-64; in frand()
27 return rand64() * 0x1p-64L in frandl()
29 + rand64() * 0x1p-128L in frandl()
47 while ((r = rand64()) >= m); in t_randn()
57 return rand64(); in t_randint()
/third_party/ffmpeg/libavutil/tests/
H A Ddes.c31 static uint64_t rand64(void) in rand64() function
103 key[0].word = rand64(); in main()
104 key[1].word = rand64(); in main()
105 key[2].word = rand64(); in main()
106 data.word = rand64(); in main()
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c13 static uint64_t rand64(void) in rand64() function
18 static double frand(){return rand64() * 0x1p-64;} in frand()
20 static long double frandl(){return rand64() * 0x1p-64L;} in frandl()
30 while ((r = rand64()) >= m); in randn()
154 p[i] = rand64(); in choose64()
160 p[i-1] = rand64(); in choose64()
/third_party/optimized-routines/math/test/
H A Dulp.c77 rand64 (void) in rand64() function
93 return rand64 (); in randn()
96 r = rand64 (); in randn()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c441 uint64_t rand64 = rand_xorshift128plus(cache->seed_xorshift128plus); in disk_cache_evict_lru_item() local
442 if (asprintf(&dir_path, "%s/%02" PRIx64 , cache->path, rand64 & 0xff) < 0) in disk_cache_evict_lru_item()

Completed in 4 milliseconds