Searched refs:MIN_COUNT (Results 1 – 2 of 2) sorted by relevance
100 if (spec->count < MIN_COUNT) return(spec->median); in estimate_percentile()134 if (spec->count < MIN_COUNT) return; in estimate_sv6()168 if (spec->count < MIN_COUNT) return; in estimate_mean()
39 #define MIN_COUNT 1 /* was 20 */ macro