Searched +refs:math +refs:concat (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dlua.vim191 syn match luaFunc /table\.concat/
195 syn match luaFunc /math\.abs/
196 syn match luaFunc /math\.acos/
197 syn match luaFunc /math\.asin/
198 syn match luaFunc /math\.atan/
199 syn match luaFunc /math\.atan2/
200 syn match luaFunc /math\.ceil/
201 syn match luaFunc /math\.sin/
202 syn match luaFunc /math\.cos/
203 syn match luaFunc /math\
[all...]
H A Dpostscr.vim172 syn keyword postscrOperator concat concatmatrix transform dtransform itransform idtransform invertmatrix
690 " GS relational operators (seem like math ones to me!)
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dtclmanpages32 {concat.n tcl/lists/concat}
41 {expr.n tcl/math/expr}
58 {incr.n tcl/math/incr}
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dtexinfo.el346 (concat "^@" (regexp-opt (cons "end" texinfo-environments) t) "\\>")
372 ("@\\(samp\\|code\\|var\\|math\\|env\\|command\\|option\\){\\([^}]+\\)"
381 (,(concat "^@" (regexp-opt (mapcar 'car texinfo-section-list) t)
399 (concat (regexp-quote (buffer-substring start end)) "\\>"))
588 (concat
598 (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate))
600 (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
628 (mapcar (lambda (x) (cons (concat "@" (car x)) (cadr x)))
631 (concat (regexp-opt (mapcar 'car outline-heading-alist) t)
649 (concat aut
[all...]
H A Dtexinfmt.el134 (message (concat lastmessage
245 (let ((filename (concat input-directory
305 (concat "`"
310 (concat "buffer `" (buffer-name input-buffer) "'"))
337 (let ((temp-buffer (concat "*--" (buffer-name) "--temporary-buffer*" )))
406 (let ((filename (concat input-directory
451 (concat " `"
456 (concat "buffer `" (buffer-name input-buffer) "'"))
489 (concat
521 (concat
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dvhdl-mode.el682 (const :tag "Math packages" math)))
755 (concat
767 (concat
782 (concat
794 (concat
1121 (concat
1133 (concat
1147 (concat
1241 (concat
1251 (concat
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalc-aent.el53 (alg-exp (mapcar 'math-evaluate-expr entry)))
63 (math-format-value x 1000)))
71 (setq buf (concat buf " ("
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)
103 (math-expr-opers math-standard-opers)
165 (math
[all...]
H A Dcalc-bin.el143 (if (> (math-abs n) 100)
146 (list n (math-power-of-2 (math-abs n)))
191 (math-compute-max-digits (math-abs calc-word-size)
197 (defvar math-power-of-2-cache (list 1 2 4 8 16 32 64 128 256 512 1024))
198 (defvar math-big-power-of-2-cache nil)
199 (defun math-power-of-2 (n) ; [I I] [Public]
201 (or (nth n math-power-of-2-cache)
202 (let* ((i (length math
[all...]
H A Dcalccomp.el35 (defconst math-eqn-special-funcs
65 ;; math-comp-just and math-comp-comma-spc are local to
66 ;; math-compose-expr, but are used by math-compose-matrix, which is
67 ;; called by math-compose-expr
68 (defvar math-comp-just)
69 (defvar math-comp-comma-spc)
71 ;; math-comp-vector-prec is local to math
[all...]
H A Dcalc-lang.el38 (setq math-expr-opers (or (get lang 'math-oper-table) math-standard-opers)
39 math-expr-function-mapping (get lang 'math-function-table)
40 math-expr-special-function-mapping (get lang 'math-special-function-table)
41 math-expr-variable-mapping (get lang 'math-variable-table)
42 calc-language-input-filter (get lang 'math
[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
602 math Us
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py14 from math import sin, cos, sqrt, atan2, pi
290 trans.concat()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DJoystickView.py14 from math import sin, cos, sqrt, atan2, pi
290 trans.concat()
/macosx-10.9.5/emacs-92/emacs/lisp/play/
H A Ddoctor.el512 ((doc$ describe) (doc$ something) about math \.)
841 (doctor-put-meaning math 'math)
842 (doctor-put-meaning mathematics 'math)
843 (doctor-put-meaning mathematical 'math)
844 (doctor-put-meaning theorem 'math)
845 (doctor-put-meaning axiom 'math)
846 (doctor-put-meaning lemma 'math)
847 (doctor-put-meaning algebra 'math)
848 (doctor-put-meaning algebraic 'math)
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c69 #include <math.h>
1199 else if (strcmp (funcName, "concat")==0) return f_concat;

Completed in 172 milliseconds