Home
last modified time | relevance | path

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

/system/extras/micro_bench/
Dmicro_bench.cpp130 static inline double computeRunningAvg(double avg, double running_avg, size_t cur_idx) { in computeRunningAvg()
134 static inline double computeRunningSquareAvg(double avg, double square_avg, size_t cur_idx) { in computeRunningSquareAvg()