Searched refs:percent (Results 1 – 2 of 2) sorted by relevance
387 int percent; in print_position() local391 percent = (page - buf) * 100 / strlen(buf); in print_position()393 wprintw(win, "(%3d%%)", percent); in print_position()
2182 my $percent = $sign_offs * 100 / $divisor;2184 $percent = 100 if ($percent > 100);2189 $percent < $email_git_min_percent);2192 my $fmt_percent = sprintf("%.0f", $percent);
Completed in 10 milliseconds