Searched refs:expt (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/generic/rs-ecc/
H A Dgflib.c84 unsigned char expt; local
86 expt = 0;
88 expt = e2v[(v2e[mant] * powr) % 255];
89 return (expt);
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dxprintf_float.c166 int expt; /* integer value of exponent */ local
231 &expt, &signflag, &dtoaend);
236 &expt, &signflag, &dtoaend);
240 if (expt == INT_MAX)
271 &expt, &signflag, &dtoaend);
276 &expt, &signflag, &dtoaend);
277 if (expt == 9999)
278 expt = INT_MAX;
283 if (expt == INT_MAX) { /* inf or nan */
295 if (expt >
[all...]
H A Dvfprintf.c350 int expt; /* integer value of exponent */ local
708 &expt, &signflag, &dtoaend);
713 &expt, &signflag, &dtoaend);
717 if (expt == INT_MAX)
764 &expt, &signflag, &dtoaend);
769 &expt, &signflag, &dtoaend);
770 if (expt == 9999)
771 expt = INT_MAX;
776 if (expt == INT_MAX) { /* inf or nan */
789 if (expt >
[all...]
H A Dvfwprintf.c424 int expt; /* integer value of exponent */ local
763 &expt, &signflag, &dtoaend);
768 &expt, &signflag, &dtoaend);
772 if (expt == INT_MAX)
824 &expt, &signflag, &dtoaend);
829 &expt, &signflag, &dtoaend);
830 if (expt == 9999)
831 expt = INT_MAX;
839 if (expt == INT_MAX) { /* inf or nan */
851 if (expt >
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dvsnprintf.c552 int expt; /* integer value of exponent */ local
896 &expt, ch, &ndig, buf);
898 if (expt <= -4 || (expt > prec && expt > 1))
905 --expt;
906 expsize = exponent(expstr, expt, ch + 'p' - 'a');
913 --expt;
914 expsize = exponent(expstr, expt, ch);
919 if (expt >
[all...]
H A Dcomplex.c195 fun2(expt)
H A Drational.c167 fun2(expt)
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dfloat.el68 (defconst expt-digits 2
432 (let* ((expt-subst (extract-match str 9))
433 (expt-sign (equal (extract-match str 8) "-"))
434 (expt 0) (chunks 0) (tens 0) (exponent _f1)
437 (setq expt (+ (* (string-to-number
438 (substring expt-subst 0
439 (min expt-digits (length expt-subst))))
440 (if expt-sign -1 1))
442 (if (< expt
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclStrToD.c2334 int expt;
2350 fract = frexp(d,&expt);
2351 if (expt <= 0) {
2356 int shift = expt - mantBits;
2619 int expt = *machexp;
2628 expt += j;
2632 expt += j;
2641 expt += j;
2645 expt += j;
2650 *machexp = expt;
2322 int expt; local
2604 int expt = *machexp; local
2658 SafeLdExp( double fract, int expt) argument
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/play/
H A Dhanoi.el128 for x = (/ start (expt 2.0 31)) then (* x 2.0)
142 for x = (/ start (expt 2.0 63)) then (* x 2.0)
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dnnsoup.el526 (setq len (+ (* (char-after (point)) (expt 2.0 24))
527 (* (char-after (+ (point) 1)) (expt 2 16))
528 (* (char-after (+ (point) 2)) (expt 2 8))
H A Dnnimap.el1390 (list (- ms 1) (+ (expt 2 16) ls))
H A Dmessage.el4935 (setcar current (+ (car current) (round (/ future (expt 2 16)))))
4936 (setcar (cdr current) (+ (nth 1 current) (% (round future) (expt 2 16))))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmonk.vim82 syn keyword monkFunc tan asin acos atan sqrt expt make-rectangular make-polar
H A Dmaxima.vim81 syn keyword maximaFunc explose expon exponentialize expop express expt exptdispflag
H A Dscheme.vim88 syn keyword schemeFunc tan asin acos atan sqrt expt make-rectangular make-polar
H A Dlisp.vim368 syn keyword lispFunc expt parse-integer with-accessors
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dcalculator.el281 ("^" ^ expt 2 7)
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dbyte-opt.el1192 elt exp expt encode-time error-message-string
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc-prog.el1967 (expt . math-pow)

Completed in 313 milliseconds