Home | History | Annotate | Download | only in extensions

Lines Matching defs:ewma_log

16 	unsigned int ewma_log;
104 if (RATEEST_get_time(&udata->ewma_log, cb->arg) < 0)
127 for (info->ewma_log = 1; info->ewma_log < 32; info->ewma_log++) {
128 double w = 1.0 - 1.0 / (1 << info->ewma_log);
129 if (udata->interval / (-log(w)) > udata->ewma_log)
132 info->ewma_log--;
134 if (info->ewma_log == 0 || info->ewma_log >= 31)
147 local_ewma_log = local_interval * (1 << (info->ewma_log));