Lines Matching defs:percent_max
2447 double percent, percent_max = 0.0;
2458 if (percent > percent_max)
2459 percent_max = percent;
2463 color = get_percent_color(percent_max);
2894 double percent_max = 0.0;
2903 if (percent > percent_max)
2904 percent_max = percent;
2907 if (percent_max <= 0.5)
3005 double percent_max = 0.0;
3014 if (percent > percent_max)
3015 percent_max = percent;
3018 return percent_max;
3078 double percent_max = annotation_line__max_percent(al, notes, percent_type);
3085 if (first_line && (al->offset == -1 || percent_max == 0.0)) {
3093 if (al->offset != -1 && percent_max != 0.0) {