Home
last modified time | relevance | path

Searched defs:square_avg (Results 1 – 1 of 1) sorted by relevance

/system/extras/micro_bench/
Dmicro_bench.cpp143 static inline double computeRunningSquareAvg(double avg, double square_avg, size_t cur_idx) { in computeRunningSquareAvg()
147 static inline double computeStdDev(double square_avg, double running_avg) { in computeStdDev()
192 double running_avg, double square_avg, double min, double max) { in printColdSummary()