Searched refs:percent (Results 1 – 4 of 4) sorted by relevance
97 percent = (ntot - otot) * 100.0 / otot99 percent = 0100 print("Total: Before=%d, After=%d, chg %+.2f%%" % (otot, ntot, percent))
802 my $percent = $i * 100 / $num_files;808 printf STDERR "%s: processing sysfs files... %i%%: $names[0]", $time, $percent;812 $next_i = int (($percent + 1) * $num_files / 100);
2201 my $percent = $sign_offs * 100 / $divisor;2203 $percent = 100 if ($percent > 100);2208 $percent < $email_git_min_percent);2211 my $fmt_percent = sprintf("%.0f", $percent);
121 int percent; in print_position() local125 percent = (page - buf) * 100 / strlen(buf); in print_position()127 wprintw(win, "(%3d%%)", percent); in print_position()