Home
last modified time | relevance | path

Searched refs:kReps (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/
H A Drobust_statistics_test.cc21 constexpr size_t kReps = 15000; in TEST() local
32 values.reserve(kReps); in TEST()
37 for (size_t rep = 0; rep < kReps; ++rep) { in TEST()
93 constexpr size_t kReps = 100000; in TEST() local
95 constexpr size_t kReps = 100; in TEST() local
97 for (size_t i = 0; i < kReps; ++i) { in TEST()
H A Dxorshift128plus_test.cc304 const size_t kReps = 2000; in TestFloat() local
305 for (size_t reps = 0; reps < kReps; ++reps) { in TestFloat()
H A Dans_test.cc90 constexpr size_t kReps = 10; variable
92 constexpr size_t kReps = 100; variable
95 void RoundtripRandomStream(int alphabet_size, size_t reps = kReps, in RoundtripRandomStream()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Drobust_statistics_test.cc21 constexpr size_t kReps = 15000; in TEST() local
32 values.reserve(kReps); in TEST()
37 for (size_t rep = 0; rep < kReps; ++rep) { in TEST()
93 constexpr size_t kReps = 100000; in TEST() local
95 constexpr size_t kReps = 100; in TEST() local
97 for (size_t i = 0; i < kReps; ++i) { in TEST()
H A Dxorshift128plus_test.cc304 const size_t kReps = 2000; in TestFloat() local
305 for (size_t reps = 0; reps < kReps; ++reps) { in TestFloat()
H A Dans_test.cc90 constexpr size_t kReps = 10; variable
92 constexpr size_t kReps = 100; variable
95 void RoundtripRandomStream(int alphabet_size, size_t reps = kReps, in RoundtripRandomStream()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/
H A Drobust_statistics_test.cc21 constexpr size_t kReps = 15000; in TEST() local
32 values.reserve(kReps); in TEST()
37 for (size_t rep = 0; rep < kReps; ++rep) { in TEST()
93 constexpr size_t kReps = 100000; in TEST() local
95 constexpr size_t kReps = 100; in TEST() local
97 for (size_t i = 0; i < kReps; ++i) { in TEST()
H A Dxorshift128plus_test.cc304 const size_t kReps = 2000; in TestFloat() local
305 for (size_t reps = 0; reps < kReps; ++reps) { in TestFloat()
H A Dans_test.cc90 constexpr size_t kReps = 10; variable
92 constexpr size_t kReps = 100; variable
95 void RoundtripRandomStream(int alphabet_size, size_t reps = kReps, in RoundtripRandomStream()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/profiler/
H A Dprofiler.cc372 const size_t kReps = 10000; in ComputeOverhead() local
374 HWY_ASSERT(kReps * 2 < max_packets_); in ComputeOverhead()
377 for (size_t i = 0; i < kReps; ++i) { in ComputeOverhead()
382 HWY_ASSERT(num_packets_ + buffer_size_ == kReps * 2); in ComputeOverhead()
385 const uint64_t avg_duration = (t1 - t0 + kReps / 2) / kReps; in ComputeOverhead()
/dports/graphics/libjxl/libjxl-0.6.1/lib/profiler/
H A Dprofiler.cc372 const size_t kReps = 10000; in ComputeOverhead() local
374 HWY_ASSERT(kReps * 2 < max_packets_); in ComputeOverhead()
377 for (size_t i = 0; i < kReps; ++i) { in ComputeOverhead()
382 HWY_ASSERT(num_packets_ + buffer_size_ == kReps * 2); in ComputeOverhead()
385 const uint64_t avg_duration = (t1 - t0 + kReps / 2) / kReps; in ComputeOverhead()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/profiler/
H A Dprofiler.cc372 const size_t kReps = 10000; in ComputeOverhead() local
374 HWY_ASSERT(kReps * 2 < max_packets_); in ComputeOverhead()
377 for (size_t i = 0; i < kReps; ++i) { in ComputeOverhead()
382 HWY_ASSERT(num_packets_ + buffer_size_ == kReps * 2); in ComputeOverhead()
385 const uint64_t avg_duration = (t1 - t0 + kReps / 2) / kReps; in ComputeOverhead()
/dports/www/firefox/firefox-99.0/third_party/highway/hwy/contrib/sort/
H A Dresult-inl.h41 constexpr size_t kReps = 30; variable
49 for (size_t i = kReps / 4; i < seconds.size() - kReps / 2; ++i) { in SummarizeMeasurements()
H A Dbench_sort.cc65 const size_t num_reps = (1ull << (14 - log2 / 2)) * kReps; in BenchPartition()
117 for (size_t rep = 0; rep < kReps; ++rep) { in BenchBase()
181 for (size_t rep = 0; rep < kReps; ++rep) { in BenchSort()
H A Dsort_test.cc390 constexpr size_t kReps = 10000; in TestRandomGenerator() local
391 for (size_t rep = 0; rep < kReps; ++rep) { in TestRandomGenerator()
402 const double actual = double(sum) / kReps; in TestRandomGenerator()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/profiler/
H A Dprofiler.cc448 const size_t kReps = 10000; in ComputeOverhead() local
450 HWY_ASSERT(kReps * 2 < max_packets_); in ComputeOverhead()
453 for (size_t i = 0; i < kReps; ++i) { in ComputeOverhead()
458 HWY_ASSERT(num_packets_ + buffer_size_ == kReps * 2); in ComputeOverhead()
461 const uint64_t avg_duration = (t1 - t0 + kReps / 2) / kReps; in ComputeOverhead()
/dports/security/highwayhash/highwayhash-bdd572de8cfa3a1fbef6ba32307c2629db7c4773/highwayhash/
H A Dprofiler.h718 const size_t kReps = 10000; in ComputeOverhead() local
720 PROFILER_CHECK(kReps * 2 < max_packets_); in ComputeOverhead()
725 for (size_t i = 0; i < kReps; ++i) { in ComputeOverhead()
733 PROFILER_CHECK(num_packets_ + buffer_size_ == kReps * 2); in ComputeOverhead()
736 PROFILER_CHECK(num_packets_ == kReps * 2); in ComputeOverhead()
739 const uint64_t avg_duration = (t1 - t0 + kReps / 2) / kReps; in ComputeOverhead()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/
H A Dans_test.cc90 constexpr size_t kReps = 3; variable
92 constexpr size_t kReps = 10; variable
95 void RoundtripRandomStream(int alphabet_size, size_t reps = kReps, in RoundtripRandomStream()
114 for (size_t i = 0; i < kReps; i++) { in RoundtripRandomUnbalancedStream()
H A Dxorshift128plus_test.cc305 const size_t kReps = 2000; in TestFloat() local
306 for (size_t reps = 0; reps < kReps; ++reps) { in TestFloat()