Searched defs:ewma_add (Results 1 – 2 of 2) sorted by relevance
54 struct ewma *ewma_add(struct ewma *avg, unsigned long val) in ewma_add() function
444 #define ewma_add(ewma, val, weight, factor) \ macro