Home
last modified time | relevance | path

Searched refs:classify_outliers (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp211 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
219 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
227 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
235 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
243 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
251 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp211 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
219 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
227 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
235 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
243 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
251 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp211 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
219 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
227 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
235 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
243 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
251 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp211 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
219 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
227 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
235 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
243 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
251 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp211 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
219 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
227 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
235 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
243 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
251 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp211 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
219 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
227 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
235 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
243 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
251 auto o = Catch::Benchmark::Detail::classify_outliers(x.begin(), x.end());
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/detail/
H A Dcatch_estimate_clock.hpp66 classify_outliers(r.begin(), r.end()), in estimate_clock_resolution()
93 classify_outliers(times.begin(), times.end()), in estimate_clock_cost()
H A Dcatch_analyse.hpp33 … auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); in analyse()
H A Dcatch_stats.hpp37 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers() function
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/detail/
H A Dcatch_estimate_clock.hpp66 classify_outliers(r.begin(), r.end()), in estimate_clock_resolution()
91 classify_outliers(times.begin(), times.end()), in estimate_clock_cost()
H A Dcatch_analyse.hpp33 … auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); in analyse()
H A Dcatch_stats.hpp37 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers() function
/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/detail/
H A Dcatch_estimate_clock.hpp66 classify_outliers(r.begin(), r.end()), in estimate_clock_resolution()
91 classify_outliers(times.begin(), times.end()), in estimate_clock_cost()
H A Dcatch_analyse.hpp33 … auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); in analyse()
H A Dcatch_stats.hpp37 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers() function
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/detail/
H A Dcatch_estimate_clock.hpp66 classify_outliers(r.begin(), r.end()), in estimate_clock_resolution()
91 classify_outliers(times.begin(), times.end()), in estimate_clock_cost()
H A Dcatch_analyse.hpp33 … auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); in analyse()
H A Dcatch_stats.hpp35 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers() function
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_estimate_clock.hpp66 classify_outliers(r.begin(), r.end()), in estimate_clock_resolution()
93 classify_outliers(times.begin(), times.end()), in estimate_clock_cost()
H A Dcatch_analyse.hpp33 … auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); in analyse()
H A Dcatch_stats.hpp37 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_estimate_clock.hpp66 classify_outliers(r.begin(), r.end()), in estimate_clock_resolution()
93 classify_outliers(times.begin(), times.end()), in estimate_clock_cost()
H A Dcatch_analyse.hpp33 … auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); in analyse()
H A Dcatch_stats.hpp37 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers() function
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/tests/cpp/tests/vendor/
H A Dcatch.hpp6962 OutlierClassification classify_outliers(Iterator first, Iterator last) { in classify_outliers() function
7131 classify_outliers(r.begin(), r.end()), in estimate_clock_resolution()
7156 classify_outliers(times.begin(), times.end()), in estimate_clock_cost()
7237 … auto outliers = Catch::Benchmark::Detail::classify_outliers(samples.begin(), samples.end()); in analyse()

1234