Searched refs:percent_max (Results 1 – 1 of 1) sorted by relevance
2347 double percent, percent_max = 0.0; in print_summary() local2358 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() local2789 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() local2900 if (percent > percent_max) in annotation_line__max_percent()[all …]