Home
last modified time | relevance | path

Searched refs:Random (Results 1 – 25 of 61) sorted by relevance

123

/llvm-project/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp86 class Random { class
89 Random(unsigned _seed):Seed(_seed) {} in Random() function in llvm::__anon707eaac40111::Random
122 assert(Val <= max() && "Random value out of range"); in operator ()()
159 Modifier(BasicBlock *Block, PieceTable *PT, Random *R) in Modifier()
316 /// Random number generator
317 Random *Ran;
326 LoadModifier(BasicBlock *BB, PieceTable *PT, Random *R)
339 StoreModifier(BasicBlock *BB, PieceTable *PT, Random *R) in LoadModifier()
358 BinModifier(BasicBlock *BB, PieceTable *PT, Random *R) in Act()
403 ConstModifier(BasicBlock *BB, PieceTable *PT, Random * in Act()
[all...]
/llvm-project/libcxx/benchmarks/
H A Dmap.bench.cpp
H A Dformatter_float.bench.cpp
H A Dordered_set.bench.cpp
/llvm-project/llvm/unittests/Object/
H A DELFTypesTest.cpp46 static const uint8_t Random[] = {1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
47 ArrayRef<uint8_t> RandomData = ArrayRef(Random); in TEST()
56 StringRef(reinterpret_cast<const char *>(Random), sizeof(Random))); in TEST()
/llvm-project/third-party/benchmark/docs/
H A Drandom_interleaving.md3 # Random Interleaving
5 [Random Interleaving](https://github.com/google/benchmark/issues/1051) is a
H A Dindex.md8 * [Random Interleaving](random_interleaving.md)
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerRandom.h17 class Random : public std::minstd_rand {
19 Random(unsigned int seed) : std::minstd_rand(seed) {} in Random() function
H A DFuzzerMutate.h23 MutationDispatcher(Random &Rand, const FuzzingOptions &Options);
96 Random &GetRand() { return Rand; } in GetRand()
127 Random &Rand;
H A DFuzzerFork.h19 void FuzzWithFork(Random &Rand, const FuzzingOptions &Options,
H A DFuzzerCorpus.h303 InputInfo &ChooseUnitToMutate(Random &Rand) { in ChooseUnitToMutate()
309 InputInfo &ChooseUnitToCrossOverWith(Random &Rand, bool UniformDist) { in ChooseUnitToCrossOverWith()
319 size_t ChooseUnitIdxToMutate(Random &Rand) { in ChooseUnitIdxToMutate()
496 void UpdateCorpusDistribution(Random &Rand) { in UpdateCorpusDistribution()
H A DFuzzerDefs.h29 class Random; variable
H A DFuzzerDataFlowTrace.h120 std::vector<SizedFile> &CorporaFiles, Random &Rand);
H A DFuzzerMutate.cpp27 MutationDispatcher::MutationDispatcher(Random &Rand, in MutationDispatcher()
63 static char RandCh(Random &Rand) { in RandCh()
402 size_t ChangeBinaryInteger(uint8_t *Data, size_t Size, Random &Rand) { in ChangeBinaryInteger()
/llvm-project/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp51 Random Rand(0); in TEST()
139 Random Rand(0); in TestEraseBytes()
175 Random Rand(0); in TestInsertByte()
211 Random Rand(0); in TestInsertRepeatedBytes()
256 Random Rand(0); in TestChangeByte()
292 Random Rand(0); in TestChangeBit()
328 Random Rand(0); in TestShuffleBytes()
358 Random Rand(0); in TestCopyPart()
408 Random Rand(0); in TEST()
421 Random Rand(0); in TestAddWordFromDictionary()
[all …]
/llvm-project/polly/test/CodeGen/
H A Dsimple_nonaffine_loop.ll14 ; printf("Random Value: %d", A[rand() % 1024*1024]);
21 @.str = private unnamed_addr constant [17 x i8] c"Random Value: %d\00", align 1
/llvm-project/llvm/lib/Target/ARM/
H A DREADME-Thumb2.txt2 // Random ideas for the ARM backend (Thumb2 specific).
/llvm-project/libc/AOR_v20.02/math/test/testcases/random/
H A Ddouble.tst1 !! double.tst - Random test case specification for DP functions
H A Dfloat.tst1 !! single.tst - Random test case specification for SP functions
/llvm-project/flang/unittests/Runtime/
H A DCMakeLists.txt24 Random.cpp
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest-internal-inl.h304 void ShuffleRange(internal::Random* random, int begin, int end, in ShuffleRange()
328 inline void Shuffle(internal::Random* random, std::vector<E>* v) { in Shuffle()
824 internal::Random* random() { return &random_; } in random()
937 internal::Random random_;
/llvm-project/libcxx/benchmarks/algorithms/
H A Dcommon.h
/llvm-project/third-party/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h855 class GTEST_API_ Random {
859 explicit Random(uint32_t seed) : state_(seed) {} in Random() function
869 Random(const Random&) = delete;
870 Random& operator=(const Random&) = delete;
/llvm-project/polly/test/ScopInfo/
H A Dsimple_nonaffine_loop_not.ll4 @.str = private unnamed_addr constant [17 x i8] c"Random Value: %d\00", align 1
/llvm-project/llvm/lib/Target/X86/
H A DREADME-FPStack.txt2 // Random ideas for the X86 backend: FP stack related stuff

123