summaryrefslogtreecommitdiffstats
path: root/lib/average.c
Commit message (Expand)AuthorAgeFilesLines
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+2
* lib: Improve EWMA efficiency by using bitshiftsBruno Randolf2010-12-061-8/+12
* lib: Add generic exponentially weighted moving average (EWMA) functionBruno Randolf2010-11-181-0/+57