/freebsd/contrib/llvm-project/llvm/include/llvm/FuzzMutate/ |
H A D | Random.h | 21 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 D | IRMutator.cpp | 132 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 D | RandomIRBuilder.cpp | 368 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 D | randombytes.c | 132 if (implementation->uniform != NULL) { in randombytes_uniform() 133 return implementation->uniform(upper_bound); in randombytes_uniform()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | unisig | 4 # unisig: file(1) magic for files carrying a uniform signature (Unisig)
|
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/ |
H A D | randombytes.h | 23 …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 D | randombytes_nativeclient.c | 56 SODIUM_C99(.uniform =) NULL,
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | make-event-config.sed | 7 * processed by Libevent so that its macros would have a uniform prefix.\
|
/freebsd/contrib/libevent/ |
H A D | make-event-config.sed | 7 * processed by Libevent so that its macros would have a uniform prefix.\
|
/freebsd/sys/contrib/libsodium/test/default/ |
H A D | randombytes.c | 139 impl.uniform = randombytes_uniform_impl; in impl_tests()
|
/freebsd/sys/dev/safe/ |
H A D | safe.c | 768 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 D | AMDGPUSearchableTables.td | 352 // 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 D | type_0_1.rst | 41 …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 D | random.cppm |
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
H A D | randombytes_sysrandom.c | 379 SODIUM_C99(.uniform =) NULL,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsAMDGPU.td | 559 // 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 D | IntrinsicsHexagon.td | 396 // The purpose of these intrinsics is to have a uniform way of multiplying two
|
/freebsd/sys/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
H A D | randombytes_salsa20_random.c | 555 SODIUM_C99(.uniform =) NULL,
|
/freebsd/tools/tools/netmap/ |
H A D | nmreplay.c | 1442 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 D | README.timecodes | 21 In order to promote uniform behavior in the various implementations, it
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OSSL_STORE_SEARCH.pod | 51 and then wants to add on search criteria in a uniform and supported manner.
|
H A D | d2i_RSAPrivateKey.pod | 197 specific structure is uniform, the only things that vary are the selection
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_affinity.h | 863 int uniform : 1; member 987 bool is_uniform() const { return flags.uniform; } in is_uniform()
|
/freebsd/contrib/libxo/doc/ |
H A D | faq.rst | 185 Be consistent, uniform, unsurprising, and predictable
|
/freebsd/sys/contrib/device-tree/Bindings/iio/ |
H A D | mount-matrix.txt | 115 Since the geomagnetic field is not uniform this definition fails if we come
|