Searched +refs:math +refs:min +refs:eval (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclBasic.c24 #include <math.h>
38 * The following structure defines the client data for a math function
137 {"eval", Tcl_EvalObjCmd, NULL, 1},
258 * TIP#174's math operators. All are safe.
715 * Register the builtin math functions.
720 Tcl_Panic("Can't create math function namespace");
739 Tcl_Panic("can't create math operator namespace");
754 Tcl_Panic("failed to create math operator %s",
1393 Tcl_DecrRefCount(cfPtr->data.eval.path);
1433 * Location stack for uplevel/eval/
6835 long max = LONG_MAX, min = LONG_MIN; local
[all...]
/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex175 % we won't be using math mode much, so redefine some of the characters
477 \iline{time: \kbd{s} or \kbd{sec}, \kbd{ms}, \kbd{us}, \kbd{ns}, \kbd{min},
593 \iline{Common markers: \kbd{opt}, \kbd{plain}, \kbd{quote}, \kbd{eval},
603 \key{find local min, max of formula}{a N\, a X}
H A Dpt-br-refcard.tex195 % we won't be using math mode much, so redefine some of the characters
466 \key{Palavra para min{\'u}sculas}{M-l}
470 \key{Regi{\~a}o para min{\'u}sculas}{C-x C-l}
638 \metax{avalia a {\bf regi{\~a}o}}{M-x eval-region}
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-aent.el53 (alg-exp (mapcar 'math-evaluate-expr entry)))
63 (math-format-value x 1000)))
73 (math-format-value (car alg-exp) 1000))
76 (math-format-value (car alg-exp) 1000))
85 (let ((long (concat (math-format-value (car entry) 1000)
95 (defun calc-do-calc-eval (str separator args)
103 (math-expr-opers math-standard-opers)
136 (calc-do-calc-eval (car str) separator args)))
137 ((eq separator 'eval)
[all...]
H A Dcalc.el48 ;; of the prefixes "math", "Math", or "calc", with the exceptions of
88 ;; Get math-read-big-expr to read sums, products, etc.
89 ;; Change calc-grab-region to use math-read-big-expr.
97 ;; Test accuracy of advanced math functions over whole complex plane.
99 ;; Extend advanced math functions to handle error forms and intervals.
100 ;; Provide a better implementation for math-sin-cos-raw.
101 ;; Provide a better implementation for math-hypot.
102 ;; Provide a better implementation for math-make-frac.
142 ;; Note: Probably a good idea to call math-simplify-extended before
457 (goto-char (point-min))
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el682 (const :tag "Math packages" math)))
2036 (eval-when-compile
2343 (error (eval restore-prog) ; restore environment on error
2346 (eval restore-prog)
2384 (error (eval restore-prog) ; restore environment on error
2387 (eval restore-prog)
2477 (goto-char (point-min))
2634 (when (vhdl-standard-p 'math)
2635 (define-key vhdl-template-map "\C-pc" 'vhdl-template-package-math-complex)
2636 (define-key vhdl-template-map "\C-pr" 'vhdl-template-package-math
[all...]
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dtexinfmt.el186 (goto-char (point-min))
203 (goto-char (point-min))
213 (min header-beginning region-beginning)
233 (goto-char (point-min))
255 (goto-char (point-min))
263 (goto-char (point-min))
266 (goto-char (point-min))
280 (goto-char (point-min))
285 (goto-char (point-min))
316 (goto-char (point-min))
[all...]
/macosx-10.10/vim-55/src/
H A Deval.c11 * eval.c: Expression evaluation.
34 # include <math.h>
7477 * Puts quotes around strings, so that they can be parsed back by eval().
7704 {"eval", 1, 1, f_eval},
7815 {"min", 1, 1, f_min},
9701 * "eval()" function
11846 "eval", /* always present, of course! */
13797 * "min()" function

Completed in 557 milliseconds