Searched refs:computeRunningSquareAvg (Results 1 – 1 of 1) sorted by relevance
143 static inline double computeRunningSquareAvg(double avg, double square_avg, size_t cur_idx) { in computeRunningSquareAvg() function212 square_avg = computeRunningSquareAvg(avg, square_avg, i); \