Searched refs:computeRunningSquareAvg (Results 1 - 1 of 1) sorted by relevance

/system/extras/micro_bench/
H A Dmicro_bench.cpp134 static inline double computeRunningSquareAvg(double avg, double square_avg, size_t cur_idx) { function
203 square_avg = computeRunningSquareAvg(avg, square_avg, i); \

Completed in 29 milliseconds