Home
last modified time | relevance | path

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

/external/bison/lib/
Dbitset_stats.c108 unsigned int n_bins, unsigned int *bins) in bitset_percent_histogram_print() argument
114 for (i = 0; i < n_bins; i++) in bitset_percent_histogram_print()
121 for (i = 0; i < n_bins; i++) in bitset_percent_histogram_print()
123 i * 100.0 / n_bins, in bitset_percent_histogram_print()
124 (i + 1) * 100.0 / n_bins, bins[i], in bitset_percent_histogram_print()
132 unsigned int n_bins, unsigned int *bins) in bitset_log_histogram_print() argument
139 for (i = 0; i < n_bins; i++) in bitset_log_histogram_print()
146 for (i = n_bins; i > 3 && ! bins[i - 1]; i--) in bitset_log_histogram_print()
148 n_bins = i; in bitset_log_histogram_print()
151 max_width = 2 * (unsigned int) (0.30103 * (n_bins - 1) + 0.9999) + 1; in bitset_log_histogram_print()
[all …]