HomeSort by relevance Sort by last modified time
    Searched defs:StatisticsMean (Results 1 - 2 of 2) sorted by null

  /external/google-benchmark/src/
statistics.cc 32 double StatisticsMean(const std::vector<double>& v) {
38 if (v.size() < 3) return StatisticsMean(v);
67 const auto mean = StatisticsMean(v);
  /external/libcxx/utils/google-benchmark/src/
statistics.cc 32 double StatisticsMean(const std::vector<double>& v) {
38 if (v.size() < 3) return StatisticsMean(v);
67 const auto mean = StatisticsMean(v);

Completed in 1156 milliseconds