Home
last modified time | relevance | path

Searched refs:high_mild (Results 1 – 25 of 80) sorted by relevance

1234

/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/
H A Dcatch_outlier_classification.hpp19 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/
H A Dcatch_outlier_classification.hpp19 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/
H A Dcatch_outlier_classification.hpp19 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_outlier_classification.hpp19 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/
H A Dcatch_outlier_classification.hpp19 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/
H A Dcatch_outlier_classification.hpp19 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp203 REQUIRE(o.high_mild == him); in __anonf0366a520702()
291 CHECK(analysis.outliers.high_mild == 0);
327 CHECK(analysis.outliers.high_mild == 0);
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp203 REQUIRE(o.high_mild == him); in __anon5cf57d8d0702()
291 CHECK(analysis.outliers.high_mild == 0);
327 CHECK(analysis.outliers.high_mild == 0);
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp203 REQUIRE(o.high_mild == him); in __anonbb64ebc30702()
291 CHECK(analysis.outliers.high_mild == 0);
327 CHECK(analysis.outliers.high_mild == 0);
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp203 REQUIRE(o.high_mild == him); in __anon5364d0520702()
291 CHECK(analysis.outliers.high_mild == 0);
327 CHECK(analysis.outliers.high_mild == 0);
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp203 REQUIRE(o.high_mild == him); in __anon9683ea250702()
291 CHECK(analysis.outliers.high_mild == 0);
327 CHECK(analysis.outliers.high_mild == 0);
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp203 REQUIRE(o.high_mild == him); in __anon41c95bec0702()
291 CHECK(analysis.outliers.high_mild == 0);
327 CHECK(analysis.outliers.high_mild == 0);
/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/detail/
H A Dcatch_stats.hpp54 else if (t > him) ++o.high_mild; in classify_outliers()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/detail/
H A Dcatch_stats.hpp54 else if (t > him) ++o.high_mild; in classify_outliers()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp52 else if (t > him) ++o.high_mild; in classify_outliers()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp54 else if (t > him) ++o.high_mild; in classify_outliers()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp54 else if (t > him) ++o.high_mild; in classify_outliers()
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/detail/
H A Dcatch_stats.hpp54 else if (t > him) ++o.high_mild; in classify_outliers()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/reporters/
H A Dcatch_reporter_xml.cpp262 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/dports/math/e-antic/Catch2-ff349a5/include/reporters/
H A Dcatch_reporter_xml.cpp262 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/dports/www/restbed/restbed-4.8/dependency/catch/include/reporters/
H A Dcatch_reporter_xml.cpp254 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_xml.cpp262 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/reporters/
H A Dcatch_reporter_xml.cpp262 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/dports/devel/catch/Catch2-2.13.7/include/reporters/
H A Dcatch_reporter_xml.cpp262 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/3rd_party/nonius-1.1.2/nonius/
H A Dhtml_group_reporter.h263 std::cout << "high mild" << o.high_mild << " " << o.samples_seen; in print_outliers()

1234