Searched +refs:math +refs:max +refs:list (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dmath.test2 # math.test
15 # $Id: math.test,v 1.2 2002/04/02 02:29:43 hobbs Exp $
26 Test math-1.1.$i {random tests} {
32 Test math-1.2 {random tests} {
36 Test math-1.3 {random tests} {
39 list [catch {random 0} msg] [lrange $msg 0 6]
42 Test math-1.4 {random tests} {
46 Test math-2.1 {max tests} {
47 max
[all...]
/macosx-10.10.1/zsh-61/zsh/StartupFiles/
H A Dzshrc69 hosts=(`hostname` ftp.math.gatech.edu prep.ai.mit.edu wuarchive.wustl.edu)
126 # list of completers to use
130 zstyle -e ':completion:*:approximate:*' max-errors \
145 zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
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-bin.el42 (calc-top-list-n 2)
43 (and n (list (prefix-numeric-value n)))))))
50 (calc-top-list-n 2)
51 (and n (list (prefix-numeric-value n)))))))
58 (calc-top-list-n 2)
59 (and n (list (prefix-numeric-value n)))))))
66 (calc-top-list-n 2)
67 (and n (list (prefix-numeric-value n)))))))
74 (calc-top-list-n 1)
75 (and n (list (prefi
[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-aent.el36 "The history list for quick-calc.")
53 (alg-exp (mapcar 'math-evaluate-expr entry)))
60 (setq alg-exp (list (nth 2 (car alg-exp)))))
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)
103 (math-expr-opers math-standard-opers)
165 (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
150 ;; Could you add logistic curve fitting to the current list
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dvhdl-mode.el50 ;; - Sensitivity list updating
342 Each list entry specifies the following items for a compiler:
404 in the choice list of option `vhdl-compiler' by restarting Emacs."
406 (list :tag "Compiler" :indent 2
422 (list :tag "Error message" :indent 4
427 (list :tag "File message" :indent 4
433 (list :tag "To string" :indent 4
450 :type (let ((alist vhdl-compiler-alist) list)
452 (setq list (cons (list 'cons
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundProc.c25 #include <math.h>
199 Tcl_Obj *list; local
480 list = Tcl_NewListObj(0, NULL);
482 Tcl_ListObjAppendElement(interp, list, Tcl_NewDoubleObj(ffts[i]));
485 Tcl_SetObjResult(interp, list);
647 Tcl_Obj *list; local
922 list = Tcl_NewListObj(0, NULL);
924 Tcl_ListObjAppendElement(interp, list, Tcl_NewDoubleObj(ffts[i]));
927 Tcl_SetObjResult(interp, list);
945 Tcl_Obj *list; local
1620 float max = -1000000.0f, min; local
1823 Tcl_Obj *list = Tcl_NewListObj(0, NULL); local
1874 Tcl_Obj *list, *listInv, *listFlow; local
[all...]
H A DjkGetF0.c20 #include <math.h>
56 Tcl_Obj *list; local
201 fdata = (float *) ckalloc(sizeof(float) * max(buff_size, sdstep));
202 list = Tcl_NewListObj(0, NULL);
219 Tcl_ListObjAppendElement(interp, list, frameList);
255 Tcl_SetObjResult(interp, list);
289 "ERROR: min(max)_f0 parameter inconsistent with sampling frequency.",NULL);
332 cp->maxval = *maxval; /* max. correlation value (found at maxloc) */
369 cp->maxval = *maxval; /* max. correlation value (found at maxloc) */
1107 Fprintf(stderr,"%d engref:%10.0f max
1627 Tcl_Obj *list; local
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dcompile.c14 #include <math.h>
358 LINK_ELEMENT *list, *plist; local
362 list = anchor->anchor.next;
364 while (list) {
365 if (plist != list->prev) {
368 plist = list;
369 list = list->next;
377 rb_bug("list verify error: %08x (%s)", flag, info);
838 /* null list */
864 LINK_ELEMENT *list = FIRST_ELEMENT(anchor); local
1372 LINK_ELEMENT *list; local
1729 LINK_ELEMENT *list; local
1744 LINK_ELEMENT *list = iobj->link.next; local
1758 LINK_ELEMENT *list = iobj->link.prev; local
1770 iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcallopt) argument
1956 LINK_ELEMENT *list; local
1986 LINK_ELEMENT *list = seq_list; local
2025 LINK_ELEMENT *list; local
2139 LINK_ELEMENT *list; local
2234 NODE *list = node->nd_next; local
2355 const int max = 0x100; local
[all...]
/macosx-10.10.1/msdosfs-209.1.1/
H A Dmsdosfs.py27 import math
128 # "entries" is a list of raw directory entry structures
219 frac, whole = math.modf(second)
376 """Return a list of <count> free clusters"""
440 self.entries = list(struct.unpack("<%dI" % self.entriesPerSector, self.bytes))
535 self.entries = list(struct.unpack("<%dH" % self.entriesPerSector, self.bytes))
1216 Given a chain of extents (a list of the clusters in the chain), generate
1217 a list of extents in the form (start, count).
1245 -v a second time to see the list of extents for that file/directory.
1246 Pass -v a third time to see the list o
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dautoconf189 Please add writable directories to the list. You should only add directories
846 test -z "$i11" && grepfor math.h "#define MATH_H_MISSING" && i11=I
957 size_t len,last,max=BLKSIZ*64; /* 1M on non-SMALLHEAP systems */
959 for(last=len=INITIAL;len<=max+INITIAL;len+=BLKSIZ)
969 count,count==1?"":"s",(int)(max/BLKSIZ),BLKSIZ);
970 if(BLKSIZ*(10*count+1)>max)
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dcalccard.tex175 % we won't be using math mode much, so redefine some of the characters
525 \key{length of vector (list)}{v l}
581 \key{list of solutions}{a P}
603 \key{find local min, max of formula}{a N\, a X}
/macosx-10.10.1/emacs-93/emacs/lisp/textmodes/
H A Dtexinfmt.el71 (defvar texinfo-enclosure-list)
72 (defvar texinfo-alias-list)
226 (max region-beginning header-end)
270 (goto-char (point-max))
272 (delete-region (point) (point-max)))
276 ;; Don't use a previous value of texinfo-enclosure-list.
277 (setq texinfo-enclosure-list nil)
278 (setq texinfo-alias-list nil)
340 (copy-to-buffer temp-buffer (point-min) (point-max))
375 (setq texinfo-enclosure-list ni
[all...]
/macosx-10.10.1/gnudiff-19/diffutils/config/
H A Dtexinfo.tex506 % penalty on the vertical list instead of in the new paragraph.
538 % max (\topskip - \ht (first item), 0). If that height is large,
632 % main vertical list is 10000 or more. But in order to see if the
839 % @math outputs its argument in math mode.
840 % We don't use $'s directly in the definition of \math because we need
842 % superscripts, special math chars, etc.
844 % @math does not do math typesetting in section titles, index
846 % @math get
[all...]
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex204 % vertical list for the beginning and end of each change).
632 % penalty on the vertical list instead of in the new paragraph.
667 % max (\topskip - \ht (first item), 0). If that height is large,
762 % main vertical list is 10000 or more. But in order to see if the
1027 % @math outputs its argument in math mode.
1030 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
1048 \def\math{%
1057 % Some active characters (such as <) are spaced differently in math.
1058 % We have to reset their definitions in case the @math wa
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex204 % vertical list for the beginning and end of each change).
632 % penalty on the vertical list instead of in the new paragraph.
667 % max (\topskip - \ht (first item), 0). If that height is large,
762 % main vertical list is 10000 or more. But in order to see if the
1027 % @math outputs its argument in math mode.
1030 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
1048 \def\math{%
1057 % Some active characters (such as <) are spaced differently in math.
1058 % We have to reset their definitions in case the @math wa
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex201 % vertical list for the beginning and end of each change).
629 % penalty on the vertical list instead of in the new paragraph.
664 % max (\topskip - \ht (first item), 0). If that height is large,
759 % main vertical list is 10000 or more. But in order to see if the
1024 % @math outputs its argument in math mode.
1027 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
1045 \def\math{%
1054 % Some active characters (such as <) are spaced differently in math.
1055 % We have to reset their definitions in case the @math wa
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex525 % penalty on the vertical list instead of in the new paragraph.
557 % max (\topskip - \ht (first item), 0). If that height is large,
673 % main vertical list is 10000 or more. But in order to see if the
886 % @math outputs its argument in math mode.
887 % We don't use $'s directly in the definition of \math because we need
889 % superscripts, special math chars, etc.
894 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
895 % _ within @math be active (mathcode "8000), and distinguish by seeing
912 \def\math{
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxpath.c26 #include <math.h>
332 "?? Unknown error ??\n" /* Must be last in the list! */
478 * Pointer-list for various purposes.
488 * TODO: Since such a list-handling is used in xmlschemas.c and libxslt
492 xmlPointerListAddSize(xmlPointerListPtr list, argument
496 if (list->items == NULL) {
499 list->items = (void **) xmlMalloc(initialSize * sizeof(void *));
500 if (list->items == NULL) {
505 list->number = 0;
506 list
560 xmlPointerListFree(xmlPointerListPtr list) argument
1891 xmlXPathCacheFreeObjectList(xmlPointerListPtr list) argument
9389 int offset, max; local
10013 int max = len * 2; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c26 #include <math.h>
255 "?? Unknown error ??\n" /* Must be last in the list! */
401 * Pointer-list for various purposes.
411 * TODO: Since such a list-handling is used in xmlschemas.c and libxslt
415 xmlPointerListAddSize(xmlPointerListPtr list, argument
419 if (list->items == NULL) {
422 list->items = (void **) xmlMalloc(
424 if (list->items == NULL) {
429 list->number = 0;
430 list
479 xmlPointerListFree(xmlPointerListPtr list) argument
1810 xmlXPathCacheFreeObjectList(xmlPointerListPtr list) argument
9251 int offset, max; local
9869 int max = len * 2; local
[all...]
/macosx-10.10.1/bc-21/bc/doc/
H A Dtexinfo.tex36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
492 % penalty on the vertical list instead of in the new paragraph.
524 % max (\topskip - \ht (first item), 0). If that height is large,
618 % main vertical list is 10000 or more. But in order to see if the
787 % @math means output in math mode.
788 % We don't use $'s directly in the definition of \math because control
789 % sequences like \math are expanded when the toc file is written. Then,
792 % control sequence to switch into and out of math mode.
794 % This isn't quite enough for @math t
[all...]
/macosx-10.10.1/uucp-11/uucp/
H A Dtexinfo.tex36 % (and all CTAN mirrors, finger ctan@us.ctan.org for a list).
493 % penalty on the vertical list instead of in the new paragraph.
525 % max (\topskip - \ht (first item), 0). If that height is large,
619 % main vertical list is 10000 or more. But in order to see if the
826 % @math means output in math mode.
827 % We don't use $'s directly in the definition of \math because control
828 % sequences like \math are expanded when the toc file is written. Then,
831 % control sequence to switch into and out of math mode.
833 % This isn't quite enough for @math t
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex67 % penalty on the vertical list instead of in the new paragraph.
398 % max (\topskip - \ht (first item), 0). If that height is large,
487 % main vertical list is 10000 or more. But in order to see if the
729 % might have that installed. Therefore, math mode will still
855 % @math means output in math mode.
856 % We don't use $'s directly in the definition of \math because control
857 % sequences like \math are expanded when the toc file is written. Then,
860 % control sequence to switch into and out of math mode.
862 % This isn't quite enough for @math t
[all...]

Completed in 688 milliseconds

12