Searched refs:expr (Results 26 - 50 of 846) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/calc/
H A Dcalcalg2.el41 n expr)
44 expr (calc-top-n 2)
46 (setq var (math-read-expr var))
50 expr (calc-top-n 1)))
52 (setq expr (list func expr var)))
53 (calc-enter-result n "derv" expr))))
64 (let ((var (math-read-expr var)))
98 (let (var (low nil) (high nil) (step nil) stepname stepnum (num 1) expr)
107 (setq var (if (stringp varname) (math-read-expr varnam
[all...]
H A Dcalc-rewr.el50 (expr (car entry))
68 (let ((rhs (math-read-expr
80 (setq expr (calc-replace-sub-formula (car entry)
83 (setq expr (car entry)
86 (setq expr (calc-encase-atoms
89 (calc-normalize expr)
92 expr (calc-locate-select-marker expr))
95 (calc-pop-push-record-list 1 (or prefix "rwrt") (list expr)
100 (defun calc-locate-select-marker (expr)
[all...]
H A Dcalc-units.el310 (expr (calc-top-n 1)))
317 (if (math-units-in-expr-p expr nil)
319 (math-convert-units expr (nth pos units)))
322 (math-mul expr (nth pos units))))))))
327 (let ((expr (calc-top-n 1))
331 (unless (math-units-in-expr-p expr t)
341 (math-read-expr uoldname))))))
344 (setq expr (mat
[all...]
H A Dcalc-poly.el35 (defun calcFunc-pcont (expr &optional var)
36 (cond ((Math-primp expr)
37 (cond ((Math-zerop expr) 1)
38 ((Math-messy-integerp expr) (math-trunc expr))
39 ((Math-objectp expr) expr)
40 ((or (equal expr var) (not var)) 1)
41 (t expr)))
42 ((eq (car expr) '*)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/masterfile/
H A Dtests.sh27 n=`expr $n + 1`
39 status=`expr $status + $ret`
42 n=`expr $n + 1`
47 status=`expr $status + $ret`
50 n=`expr $n + 1`
55 status=`expr $status + $ret`
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dxpathleak.py42 for expr in badexprs:
44 ctxt.xpathEval(expr)
48 print("Unexpectedly legal expression:", expr)
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
6 type expr = type
14 | Binary of char * expr * expr
17 | Call of string * expr array
25 type func = Function of proto * expr
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
6 type expr = type
14 | Binary of char * expr * expr
17 | Call of string * expr array
25 type func = Function of proto * expr
/macosx-10.9.5/llvmCore-3425.0.33/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml5 (* expr - Base type for all expression nodes. *)
6 type expr = type
14 | Binary of char * expr * expr
17 | Call of string * expr array
25 type func = Function of proto * expr
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Dassertverify.h47 #define chASSERTFAIL(file,line,expr)
56 #define chASSERTFAIL(file,line,expr) { \
58 wsprintf(sz, __TEXT("File %hs, line %d : %hs"), file, line, expr); \
/macosx-10.9.5/dtrace-118.1/libdwarf/
H A Dpro_expr.c74 dwarf_add_expr_gen(Dwarf_P_Expr expr, argument
86 Dwarf_P_Debug dbg = expr->ex_dbg;
113 if (expr == NULL) {
118 if (expr->ex_dbg == NULL) {
198 _dwarf_p_error(expr->ex_dbg, error, DW_DLE_EXPR_LENGTH_BAD);
209 _dwarf_p_error(expr->ex_dbg, error, DW_DLE_EXPR_LENGTH_BAD);
250 _dwarf_p_error(expr->ex_dbg, error, DW_DLE_BAD_EXPR_OPCODE);
287 _dwarf_p_error(expr->ex_dbg, error, DW_DLE_EXPR_LENGTH_BAD);
299 _dwarf_p_error(expr->ex_dbg, error, DW_DLE_EXPR_LENGTH_BAD);
311 _dwarf_p_error(expr
497 dwarf_add_expr_addr_b(Dwarf_P_Expr expr, Dwarf_Unsigned addr, Dwarf_Unsigned sym_index, Dwarf_Error * error) argument
545 dwarf_add_expr_addr(Dwarf_P_Expr expr, Dwarf_Unsigned addr, Dwarf_Signed sym_index, Dwarf_Error * error) argument
556 dwarf_expr_current_offset(Dwarf_P_Expr expr, Dwarf_Error * error) argument
573 dwarf_expr_into_block(Dwarf_P_Expr expr, Dwarf_Unsigned * length, Dwarf_Error * error) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/checkzone/
H A Dtests.sh28 n=`expr $n + 1`
30 status=`expr $status + $ret`
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/dlv/
H A Dtests.sh33 n=`expr $n + 1`
35 status=`expr $status + $ret`
41 n=`expr $n + 1`
43 status=`expr $status + $ret`
49 n=`expr $n + 1`
51 status=`expr $status + $ret`
57 n=`expr $n + 1`
59 status=`expr $status + $ret`
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/staticstub/
H A Dtests.sh27 n=`expr $n + 1`
32 status=`expr $status + $ret`
37 n=`expr $n + 1`
42 status=`expr $status + $ret`
45 n=`expr $n + 1`
51 status=`expr $status + $ret`
53 n=`expr $n + 1`
60 status=`expr $status + $ret`
62 n=`expr $n + 1`
69 status=`expr
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/tests/
H A Dcallbacks.test39 proc $func.$type {a b} { expr {$a+$b} }
42 set a [expr {int(64*rand())}]
43 set b [expr {int(64*rand())}]
46 set a [expr {int(16384*rand())}]
47 set b [expr {int(16384*rand())}]
51 set a [expr {int(1000000*rand())}]
52 set b [expr {int(1000000*rand())}]
55 set a [expr {int(1000000*rand())}]
56 set b [expr {int(1000000*rand())}]
59 set a [expr {in
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/tests/
H A DTESTrun.sh17 passed=`expr $passed + 1`
20 failed=`expr $failed + 1`
39 passed=`expr $passed + 1`
43 failed=`expr $failed + 1`
/macosx-10.9.5/OpenSSH-186/openssh/regress/
H A Dintegrity.sh39 skip=`expr $skip - 1`
55 ecnt=`expr $ecnt + 1`
59 Bad?packet*) elen=`expr $elen + 1`; skip=3;;
61 emac=`expr $emac + 1`; skip=0;;
62 padding*) epad=`expr $epad + 1`; skip=0;;
70 expect=`expr $ecnt - $epad - $elen`
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dwebjump.el362 (expr (cdr item)))
364 (cond ((not expr) "")
365 ((stringp expr) expr)
366 ((vectorp expr) (webjump-builtin expr name))
367 ((listp expr) (eval expr))
368 ((symbolp expr)
369 (if (fboundp expr)
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/database/
H A Dtests.sh36 n=`expr $n + 1`
38 status=`expr $status + $ret`
52 try=`expr $try + 1`
55 n=`expr $n + 1`
57 status=`expr $status + $ret`
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstrexpr.c76 expr(register Expr_t* ex, register int precedence) function
92 n = -expr(ex, 13);
95 n = expr(ex, 13);
98 n = !expr(ex, 13);
101 n = ~expr(ex, 13);
119 n = expr(ex, 1);
134 x = expr(ex, 2);
139 x = expr(ex, 2);
148 expr(ex, 2);
150 else n = expr(e
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dtcolor150 set red [format %.0f [expr {[.scale1 get]*65.535}]]
151 set green [format %.0f [expr {[.scale2 get]*65.535}]]
152 set blue [format %.0f [expr {[.scale3 get]*65.535}]]
155 set red [format %.0f [expr {65535 - [.scale1 get]*65.535}]]
156 set green [format %.0f [expr {65535 - [.scale2 get]*65.535}]]
157 set blue [format %.0f [expr {65535 - [.scale3 get]*65.535}]]
160 set list [hsbToRgb [expr {[.scale1 get]/1000.0}] \
161 [expr {[.scale2 get]/1000.0}] \
162 [expr {[.scale3 get]/1000.0}]]
184 .scale1 set [format %.0f [expr {
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dtcolor156 set red [format %.0f [expr {[.scale1 get]*65.535}]]
157 set green [format %.0f [expr {[.scale2 get]*65.535}]]
158 set blue [format %.0f [expr {[.scale3 get]*65.535}]]
161 set red [format %.0f [expr {65535 - [.scale1 get]*65.535}]]
162 set green [format %.0f [expr {65535 - [.scale2 get]*65.535}]]
163 set blue [format %.0f [expr {65535 - [.scale3 get]*65.535}]]
166 set list [hsbToRgb [expr {[.scale1 get]/1000.0}] \
167 [expr {[.scale2 get]/1000.0}] \
168 [expr {[.scale3 get]/1000.0}]]
190 .scale1 set [format %.0f [expr {
[all...]
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dgrep.sh49 -e*) shift;expr="$1";;
50 -f*) shift;expr=$(< $1);;
53 if test "$expr" = ''
54 then expr="$1";shift
56 test "$xflag" || expr="*${expr}*"
72 $expr) # line matches pattern
/macosx-10.9.5/libxml2-26/libxml2/
H A DtestRegexp.c92 xmlExpNodePtr expr = NULL, sub; local
116 if (expr != NULL) {
117 xmlExpFree(ctxt, expr);
121 expr = NULL;
124 expr = xmlExpParse(ctxt, str);
125 if (expr == NULL) {
129 } else if (expr != NULL) {
147 ret = xmlExpSubsume(ctxt, expr, sub);
175 if (expr != NULL) {
176 xmlExpFree(ctxt, expr);
185 testReduce(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const char *tst) argument
217 exprDebug(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr) argument
273 xmlExpNodePtr expr = NULL; local
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A DtestRegexp.c92 xmlExpNodePtr expr = NULL, sub; local
116 if (expr != NULL) {
117 xmlExpFree(ctxt, expr);
121 expr = NULL;
124 expr = xmlExpParse(ctxt, str);
125 if (expr == NULL) {
129 } else if (expr != NULL) {
147 ret = xmlExpSubsume(ctxt, expr, sub);
175 if (expr != NULL) {
176 xmlExpFree(ctxt, expr);
185 testReduce(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const char *tst) argument
217 exprDebug(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr) argument
273 xmlExpNodePtr expr = NULL; local
[all...]

Completed in 181 milliseconds

1234567891011>>