Searched refs:percent_max (Results 1 – 1 of 1) sorted by relevance
1164 double percent, percent_max = 0.0; in print_summary() local1175 if (percent > percent_max) in print_summary()1176 percent_max = percent; in print_summary()1618 double percent_max = 0.0; in annotation__calc_lines() local1628 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() local1738 if (percent > percent_max) in annotation_line__max_percent()1739 percent_max = percent; in annotation_line__max_percent()[all …]