HomeSort by relevance Sort by last modified time
    Searched refs:estimate_period (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/include/
specnorm.h 53 int estimate_period; member in struct:__anon28330
76 int estimate_period, int estimate_percentile,
  /external/srec/srec/clib/
specnorm.c 63 if (spec->estimate_period > 0 && spec->count >= spec->estimate_period)
217 int forget_factor, int estimate_period,
227 if (estimate_period == 0) /* basically disable 0 as an estimate period */
228 spec->estimate_period = 1;
230 spec->estimate_period = estimate_period;
301 /* remember= 100 - (forget_factor * spec->count)/spec->estimate_period; */

Completed in 600 milliseconds