Lines Matching defs:percent_max
2317 double percent, percent_max = 0.0;
2328 if (percent > percent_max)
2329 percent_max = percent;
2333 color = get_percent_color(percent_max);
2750 double percent_max = 0.0;
2759 if (percent > percent_max)
2760 percent_max = percent;
2763 if (percent_max <= 0.5)
2845 double percent_max = 0.0;
2854 if (percent > percent_max)
2855 percent_max = percent;
2858 return percent_max;
2918 double percent_max = annotation_line__max_percent(al, notes, percent_type);
2925 if (first_line && (al->offset == -1 || percent_max == 0.0)) {
2933 if (al->offset != -1 && percent_max != 0.0) {