Lines Matching refs:percent_max
1164 double percent, percent_max = 0.0; in print_summary() local
1175 if (percent > percent_max) in print_summary()
1176 percent_max = percent; in print_summary()
1180 color = get_percent_color(percent_max); in print_summary()
1618 double percent_max = 0.0; in annotation__calc_lines() local
1628 if (percent > percent_max) in annotation__calc_lines()
1629 percent_max = percent; in annotation__calc_lines()
1632 if (percent_max <= 0.5) in annotation__calc_lines()
1729 double percent_max = 0.0; in annotation_line__max_percent() local
1738 if (percent > percent_max) in annotation_line__max_percent()
1739 percent_max = percent; in annotation_line__max_percent()
1742 return percent_max; in annotation_line__max_percent()
1947 double percent_max = annotation_line__max_percent(al, percent_type); in __annotation_line__write() local
1954 if (first_line && (al->offset == -1 || percent_max == 0.0)) { in __annotation_line__write()
1962 if (al->offset != -1 && percent_max != 0.0) { in __annotation_line__write()