Home
last modified time | relevance | path

Searched defs:Mean (Results 1 – 6 of 6) sorted by relevance

/llvm-project/third-party/benchmark/test/
H A Dstatistics_gtest.cc9 TEST(StatisticsTest, Mean) { in TEST() argument
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DLatencyBenchmarkRunner.cpp43 const double Mean = Sum / Values.size(); in computeVariance() local
H A DBenchmarkResult.h126 enum ResultAggregationModeE { Min, Max, Mean, MinVariance }; enumerator
/llvm-project/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp188 bool BigRadixFloatingPointNumber<PREC, LOG10RADIX>::Mean( in Mean() function in Fortran::decimal::BigRadixFloatingPointNumber
/llvm-project/bolt/lib/Passes/
H A DBinaryPasses.cpp1318 double Mean = 0.0; runOnFunctions() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp15893 uint64_t Mean = Sum / Num; checkTreeSizes() local