| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| H A D | reporter_output_test.cc | 223 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 D | options_test.cc | 37 BENCHMARK(BM_basic)->Repetitions(3);
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| H A D | reporter_output_test.cc | 260 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 D | report_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->ReportAggregatesOnly();
|
| H A D | display_aggregates_only_test.cc | 17 BENCHMARK(BM_SummaryRepeat)->Repetitions(3)->DisplayAggregatesOnly();
|
| H A D | options_test.cc | 37 BENCHMARK(BM_basic)->Repetitions(3);
|
| H A D | user_counters_thousands_test.cc | 28 BENCHMARK(BM_Counters_Thousands)->Repetitions(2);
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| H A D | benchmark_register.cc | 370 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| H A D | benchmark_register.cc | 365 Benchmark* Benchmark::Repetitions(int n) { in Repetitions() function in benchmark::internal::Benchmark
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | MasmParser.cpp | 3482 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 D | benchmark.h | 831 Benchmark* Repetitions(int n);
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/ |
| H A D | benchmark.h | 866 Benchmark* Repetitions(int n);
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/ |
| H A D | README.md | 565 `Repetitions` on the registered benchmark object. When a benchmark is run more
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/ |
| H A D | README.md | 541 `Repetitions` on the registered benchmark object. When a benchmark is run more
|
| /netbsd-src/external/historical/nawk/dist/testdir/ |
| H A D | funstack.ok | 273 with Repetitions . . . . . . . . . . . . 368--369
|
| H A D | funstack.in | 1863 title = "{ACM} Algorithm 383: Permutations of a Set with Repetitions",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 6899 unsigned Repetitions = 1u << (NumStages - 1); in createPackShuffleMask() local 6904 for (unsigned Stage = 0; Stage != Repetitions; ++Stage) { in createPackShuffleMask()
|