Lines Matching refs:percent_max
2347 double percent, percent_max = 0.0; in print_summary() local
2358 if (percent > percent_max) in print_summary()
2359 percent_max = percent; in print_summary()
2363 color = get_percent_color(percent_max); in print_summary()
2780 double percent_max = 0.0; in annotation__calc_lines() local
2789 if (percent > percent_max) in annotation__calc_lines()
2790 percent_max = percent; in annotation__calc_lines()
2793 if (percent_max <= 0.5) in annotation__calc_lines()
2891 double percent_max = 0.0; in annotation_line__max_percent() local
2900 if (percent > percent_max) in annotation_line__max_percent()
2901 percent_max = percent; in annotation_line__max_percent()
2904 return percent_max; in annotation_line__max_percent()
2964 double percent_max = annotation_line__max_percent(al, notes, percent_type); in __annotation_line__write() local
2971 if (first_line && (al->offset == -1 || percent_max == 0.0)) { in __annotation_line__write()
2979 if (al->offset != -1 && percent_max != 0.0) { in __annotation_line__write()