Searched defs:avg (Results 1 – 3 of 3) sorted by relevance
/system/extras/tests/schedtest/ |
D | schedtest.c | 30 long avg = 0; in main() local
|
/system/extras/micro_bench/ |
D | micro_bench.cpp | 139 static inline double computeRunningAvg(double avg, double running_avg, size_t cur_idx) { in computeRunningAvg() 143 static inline double computeRunningSquareAvg(double avg, double square_avg, size_t cur_idx) { in computeRunningSquareAvg() 151 …inline void printIter(uint64_t time_ns, const char *name, size_t size, size_t copies, double avg) { in printIter() 185 …r(uint64_t time_ns, const char *name, size_t size, size_t copies, size_t num_buffers, double avg) { in printColdIter()
|
/system/core/storaged/tests/ |
D | storaged_test.cpp | 134 double avg = mean(nums); in standard_deviation() local
|