Searched refs:perc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/
H A Derb.rb670 perc = mode.include?('%')
672 return [perc, '-']
674 return [perc, '<>']
676 return [perc, '>']
678 [perc, nil]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpanedwindow.itk423 set perc 0.0
426 set _frac($i) $perc
427 set perc [expr {$perc + [expr {[lindex $args $i] / 100.0}]}]
704 set perc 0.0
710 set _frac($i) $perc
711 set perc [expr {$perc + $percIncr}]
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-win.el260 perc out)
265 (setq perc (if (= i 2)
269 (list (nth i types) perc 'point)
270 (list (nth i types) perc))
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-util.el246 (defun url-display-percentage (fmt perc &rest args)
251 (if (and (fboundp 'progress-display) perc)
252 (apply 'progress-display fmt perc args)
/macosx-10.10/ICU-531.30/icuSources/test/perf/perldriver/
H A DOutput.pm24 my $perc = 100; #for percent
/macosx-10.10/emacs-93/emacs/lisp/emulation/
H A Dtpu-edt.el2195 (defun tpu-goto-percent (perc)
2198 (if (or (> perc 100) (< perc 0))
2199 (tpu-error "Percentage %d out of range 0 < percent < 100." perc)
2200 (goto-char (/ (* (point-max) perc) 100))))
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dbibtex.el1702 (perc (if (= size 0)
1705 (when (>= perc (+ bibtex-progress-lastperc
1707 (setq bibtex-progress-lastperc perc)
1708 (message "%s (%d%%)" bibtex-progress-lastmes perc))))))
/macosx-10.10/vim-55/src/
H A Dspell.c7757 int perc; local
7771 perc = (tot - n) / (tot / 100);
7773 perc = 0;
7775 perc = (tot - n) * 100 / tot;
7778 n, tot, tot - n, perc);

Completed in 195 milliseconds