Searched refs:SumSquares (Results 1 - 1 of 1) sorted by relevance
/third_party/benchmark/src/ | ||
H A D | statistics.cc | 56 auto SumSquares = [](const std::vector<double>& v) { member 74 const double avg_squares = SumSquares(v) * (1.0 / v.size()); in StatisticsStdDev() |
Completed in 1 milliseconds