Home
last modified time | relevance | path

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

/external/srec/srec/clib/
Dspecnorm.c47 else if (spec_val > spec->high_entry) spec->high_counts += UNIT_SIZE; in add_distribution_data()
104 for (ii = 0; ii <= (spec->high_entry - spec->low_entry); ii++) in estimate_percentile()
109 for (ii = 0; ii <= (spec->high_entry - spec->low_entry) in estimate_percentile()
114 for (jj = ii; jj <= (spec->high_entry - spec->low_entry); jj++) in estimate_percentile()
137 span = spec->high_entry - spec->low_entry; in estimate_sv6()
138 for (ii = 0, jj = spec->high_entry - spec->low_entry; in estimate_sv6()
158 spec->sv6 = spec->high_entry - accum / count; in estimate_sv6()
216 int low_entry, int high_entry, in create_spectrum_distribution() argument
223 if (high_entry < low_entry) return(NULL); in create_spectrum_distribution()
235 spec->hist = (long *) CALLOC_CLR(high_entry - low_entry + 1, in create_spectrum_distribution()
[all …]
/external/srec/srec/include/
Dspecnorm.h57 int high_entry; member
74 int low_entry, int high_entry,