Home
last modified time | relevance | path

Searched refs:uniform (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DRandom.h21 template <typename T, typename GenT> T uniform(GenT &Gen, T Min, T Max) { in uniform() function
26 template <typename T, typename GenT> T uniform(GenT &Gen) { in uniform() function
27 return uniform<T>(Gen, std::numeric_limits<T>::min(), in uniform()
66 if (uniform<uint64_t>(RandGen, 1, TotalWeight) <= Weight) in sample()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp132 size_t IP = uniform<size_t>(IB.Rand, 0, Insts.size() - 1); in mutate()
354 tmp = uniform<uint64_t>(IB.Rand, 0, MaxValue); in getUniqueCaseValue()
405 uint64_t IP = uniform<uint64_t>(IB.Rand, 0, Insts.size() - 1); in mutate()
431 uint64_t IP = uniform<uint64_t>(IB.Rand, 0, Insts.size() - 1); in mutate()
444 if (uniform<uint64_t>(IB.Rand, 0, 1)) { in mutate()
475 uint64_t NumCases = uniform<uint64_t>(IB.Rand, 1, MaxNumCases); in mutate()
502 uint64_t DirectSinkIdx = uniform<uint64_t>(IB.Rand, 0, Blocks.size() - 1); in connectBlocksToSink()
507 : static_cast<CFGToSink>(uniform<uint64_t>( in connectBlocksToSink()
529 uint64_t coin = uniform<uint64_t>(IB.Rand, 0, 1); in connectBlocksToSink()
582 uint64_t Idx = uniform<uint64_t>(IB.Rand, 0, Insts.size() - 1); in mutate()
H A DRandomIRBuilder.cpp368 if (uniform(Rand, 0, 1)) { in newSink()
395 uint64_t TyIdx = uniform<uint64_t>(Rand, 0, KnownTypes.size() - 1); in randomType()
415 M, uniform<uint64_t>(Rand, MinArgNum, MaxArgNum)); in createFunctionDeclaration()
441 M, uniform<uint64_t>(Rand, MinArgNum, MaxArgNum)); in createFunctionDefinition()
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/
H A Drandombytes.c132 if (implementation->uniform != NULL) { in randombytes_uniform()
133 return implementation->uniform(upper_bound); in randombytes_uniform()
/freebsd/contrib/file/magic/Magdir/
H A Dunisig4 # unisig: file(1) magic for files carrying a uniform signature (Unisig)
/freebsd/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 … member
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/nativeclient/
H A Drandombytes_nativeclient.c56 SODIUM_C99(.uniform =) NULL,
/freebsd/contrib/ntp/sntp/libevent/
H A Dmake-event-config.sed7 * processed by Libevent so that its macros would have a uniform prefix.\
/freebsd/contrib/libevent/
H A Dmake-event-config.sed7 * processed by Libevent so that its macros would have a uniform prefix.\
/freebsd/sys/contrib/libsodium/test/default/
H A Drandombytes.c139 impl.uniform = randombytes_uniform_impl; in impl_tests()
/freebsd/sys/dev/safe/
H A Dsafe.c768 int err = 0, i, nicealign, uniform; in safe_process() local
980 uniform = safe_dmamap_uniform(&re->re_src); in safe_process()
983 nicealign, uniform, re->re_src.nsegs)); in safe_process()
1014 if (nicealign && uniform == 1) { in safe_process()
1020 } else if (nicealign && uniform == 2) { in safe_process()
1059 if (!uniform) in safe_process()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSearchableTables.td352 // but the mask results are uniform. These produce a divergent and
353 // uniform result, so the returned struct is collectively divergent.
354 // isAlwaysUniform can override the extract of the uniform component.
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst41 …g logical value is 1 less. This behavior is necessary in order to permit uniform manipulation with…
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Drandom.cppm
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/
H A Drandombytes_sysrandom.c379 SODIUM_C99(.uniform =) NULL,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsAMDGPU.td559 // The pointer argument is assumed to be dynamically uniform if a VGPR.
1094 // the offset argument is uniform.
2050 // The argument must be uniform; otherwise, the result is undefined.
2055 // The argument must be uniform; otherwise, the result is undefined.
2060 // The argument must be uniform; otherwise, the result is undefined.
2082 // The lane argument must be uniform across the currently active threads of the
2088 // The value to write and lane select arguments must be uniform across the
2093 LLVMMatchType<0>, // uniform value to write: returned by the selected lane
2094 llvm_i32_ty, // uniform lane select
2253 // `amdgpu_cs_chain_preserve` calling conventions, and only in uniform control
[all …]
H A DIntrinsicsHexagon.td396 // The purpose of these intrinsics is to have a uniform way of multiplying two
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/
H A Drandombytes_salsa20_random.c555 SODIUM_C99(.uniform =) NULL,
/freebsd/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
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.timecodes21 In order to promote uniform behavior in the various implementations, it
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_STORE_SEARCH.pod51 and then wants to add on search criteria in a uniform and supported manner.
H A Dd2i_RSAPrivateKey.pod197 specific structure is uniform, the only things that vary are the selection
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h863 int uniform : 1; member
987 bool is_uniform() const { return flags.uniform; } in is_uniform()
/freebsd/contrib/libxo/doc/
H A Dfaq.rst185 Be consistent, uniform, unsurprising, and predictable
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt115 Since the geomagnetic field is not uniform this definition fails if we come

123