Home
last modified time | relevance | path

Searched refs:low_counts (Results 1 – 2 of 2) sorted by relevance

/external/srec/srec/clib/
Dspecnorm.c46 if (spec_val < spec->low_entry) spec->low_counts += UNIT_SIZE; in add_distribution_data()
103 count = spec->low_counts + spec->high_counts; in estimate_percentile()
108 cumval = spec->low_counts; in estimate_percentile()
271 spec->low_counts = 0; in clear_distribution_counts()
290 spec->low_counts = base->low_counts; in copy_distribution_counts()
304 spec->low_counts = (spec->low_counts * remember) / 100; in forget_distribution_counts()
334 spec->low_counts += spec->hist[ii]; in shift_distribution_counts()
/external/srec/srec/include/
Dspecnorm.h59 long low_counts; member