Home
last modified time | relevance | path

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

/third_party/benchmark/src/
Dstatistics.cc56 auto SumSquares = [](const std::vector<double>& v) { in __anona65f99b10202() variable
74 const double avg_squares = SumSquares(v) * (1.0 / v.size()); in StatisticsStdDev()