Home
last modified time | relevance | path

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

/external/catch2/include/internal/benchmark/
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()
/external/catch2/projects/SelfTest/IntrospectiveTests/
DInternalBenchmark.tests.cpp203 REQUIRE(o.high_mild == him); in __anon1f2f8e720702()
291 CHECK(analysis.outliers.high_mild == 0);
327 CHECK(analysis.outliers.high_mild == 0);
/external/catch2/include/internal/benchmark/detail/
Dcatch_stats.hpp54 else if (t > him) ++o.high_mild; in classify_outliers()
/external/catch2/include/reporters/
Dcatch_reporter_xml.cpp254 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/external/catch2/single_include/catch2/
Dcatch.hpp5415 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
5419 return low_severe + low_mild + high_mild + high_severe; in total()
6939 else if (t > him) ++o.high_mild; in classify_outliers()
17141 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()
/external/libabigail/tests/lib/
Dcatch.hpp5448 int high_mild = 0; // 1.5 to 3 times IQR above Q3 member
5452 return low_severe + low_mild + high_mild + high_severe; in total()
6971 else if (t > him) ++o.high_mild; in classify_outliers()
17407 .writeAttribute("highMild", benchmarkStats.outliers.high_mild) in benchmarkEnded()