Home
last modified time | relevance | path

Searched refs:low_mild (Results 1 – 6 of 6) sorted by relevance

/external/catch2/include/internal/benchmark/
Dcatch_outlier_classification.hpp18 int low_mild = 0; // 1.5 to 3 times IQR below Q1 member
23 return low_severe + low_mild + high_mild + high_severe; in total()
/external/catch2/projects/SelfTest/IntrospectiveTests/
DInternalBenchmark.tests.cpp202 REQUIRE(o.low_mild == lom); in __anon1f2f8e720702()
289 CHECK(analysis.outliers.low_mild == 0);
325 CHECK(analysis.outliers.low_mild == 0);
/external/catch2/include/internal/benchmark/detail/
Dcatch_stats.hpp52 else if (t < lom) ++o.low_mild; in classify_outliers()
/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp252 .writeAttribute("lowMild", benchmarkStats.outliers.low_mild) in benchmarkEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp5414 int low_mild = 0; // 1.5 to 3 times IQR below Q1 member
5419 return low_severe + low_mild + high_mild + high_severe; in total()
6937 else if (t < lom) ++o.low_mild; in classify_outliers()
17139 .writeAttribute("lowMild", benchmarkStats.outliers.low_mild) in benchmarkEnded()
/external/libabigail/tests/lib/
Dcatch.hpp5447 int low_mild = 0; // 1.5 to 3 times IQR below Q1 member
5452 return low_severe + low_mild + high_mild + high_severe; in total()
6969 else if (t < lom) ++o.low_mild; in classify_outliers()
17405 .writeAttribute("lowMild", benchmarkStats.outliers.low_mild) in benchmarkEnded()