Home
last modified time | relevance | path

Searched refs:Repetitions (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dreporter_output_test.cc223 BENCHMARK(BM_Repeat)->Repetitions(2);
240 BENCHMARK(BM_Repeat)->Repetitions(3);
260 BENCHMARK(BM_Repeat)->Repetitions(4);
289 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
299 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
319 ->Repetitions(3)
352 ->Repetitions(3)
H A Doptions_test.cc37 BENCHMARK(BM_basic)->Repetitions(3);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dreporter_output_test.cc260 BENCHMARK(BM_Repeat)->Repetitions(2);
294 BENCHMARK(BM_Repeat)->Repetitions(3);
333 BENCHMARK(BM_Repeat)->Repetitions(4);
383 BENCHMARK(BM_RepeatOnce)->Repetitions(1)->ReportAggregatesOnly();
395 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
431 BENCHMARK(BM_SummaryDisplay)->Repetitions(2)->DisplayAggregatesOnly();
467 ->Repetitions(3)
518 ->Repetitions(3)
H A Dreport_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
H A Ddisplay_aggregates_only_test.cc17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
H A Doptions_test.cc37 BENCHMARK(BM_basic)->Repetitions(3);
H A Duser_counters_thousands_test.cc28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
H A Dbenchmark_register.cc370 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
H A Dbenchmark_register.cc365 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3482 const int64_t Repetitions = MCE->getValue(); in parseScalarInitializer() local
3483 if (Repetitions < 0) in parseScalarInitializer()
3494 for (int i = 0; i < Repetitions; ++i) in parseScalarInitializer()
3688 const int64_t Repetitions = MCE->getValue(); in parseRealInstList() local
3689 if (Repetitions < 0) in parseRealInstList()
3700 for (int i = 0; i < Repetitions; ++i) in parseRealInstList()
4052 const int64_t Repetitions = MCE->getValue(); in parseStructInstList() local
4053 if (Repetitions < 0) in parseStructInstList()
4064 for (int i = 0; i < Repetitions; ++i) in parseStructInstList()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
H A Dbenchmark.h831 Benchmark* Repetitions(int n);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
H A Dbenchmark.h866 Benchmark* Repetitions(int n);
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/
H A DREADME.md565 `Repetitions` on the registered benchmark object. When a benchmark is run more
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/
H A DREADME.md541 `Repetitions` on the registered benchmark object. When a benchmark is run more
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dfunstack.ok273 with Repetitions . . . . . . . . . . . . 368--369
H A Dfunstack.in1863 title = "{ACM} Algorithm 383: Permutations of a Set with Repetitions",
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6899 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local
6904 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()