Searched refs:uniform (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { function in namespace:llvm
26 template <typename T, typename GenT> T uniform(GenT &Gen) { function in namespace:llvm
27 return uniform<T>(Gen, std::numeric_limits<T>::min(),
66 if (uniform<uint64_t>(RandGen, 1, TotalWeight) <= Weight)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/include/sodium/
H A Drandombytes.h23 uint32_t (*uniform)(const uint32_t upper_bound); /* optional, a default implementation will be used if NULL */ member in struct:randombytes_implementation
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/randombytes/nativeclient/
H A Drandombytes_nativeclient.c56 SODIUM_C99(.uniform =) NULL,
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c132 if (implementation->uniform != NULL) {
133 return implementation->uniform(upper_bound);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp124 if (uniform(Rand, 0, 1))
H A DIRMutator.cpp114 size_t IP = uniform<size_t>(IB.Rand, 0, Insts.size() - 1);
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Drandombytes.c139 impl.uniform = randombytes_uniform_impl;
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c379 SODIUM_C99(.uniform =) NULL,
/freebsd-13-stable/sys/dev/safe/
H A Dsafe.c773 int err = 0, i, nicealign, uniform; local
985 uniform = safe_dmamap_uniform(&re->re_src);
987 DPRINTF(("src nicealign %u uniform %u nsegs %u\n",
988 nicealign, uniform, re->re_src.nsegs));
1019 if (nicealign && uniform == 1) {
1025 } else if (nicealign && uniform == 2) {
1064 if (!uniform)
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c555 SODIUM_C99(.uniform =) NULL,
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp767 // Check to see if the machine topology is uniform
782 unsigned uniform = (nPUs == nActiveThreads); local
794 if (uniform) {
1799 // Check to see if the machine topology is uniform
1804 bool uniform = (prod == totals[level - 1]); local
1818 if (uniform) {
2513 // Check to see if the machine topology is uniform
2518 bool uniform = (prod == totals[threadIdIndex]); local
2530 if (uniform) {
2546 if (uniform) {
[all...]
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c1442 uniform,tmin,tmax uniform delay between tmin and tmax
1456 plr,p uniform packet loss rate p, independent
1521 if (strcmp(av[0], "uniform") != 0)
1551 * The inverse function generates a uniform random number p in 0..1
1604 "uniform,dmin,dmax # dmin <= dmax", TLEM_CFG_END },

Completed in 206 milliseconds