| /netbsd/src/usr.bin/m4/TEST/ |
| D | math.m4 | 6 dnl first level of precedence 17 dnl next level of precedence 32 dnl next level of precedence 41 dnl next level of precedence 46 dnl next level of precedence 71 dnl next level of precedence 80 dnl next level of precedence 85 dnl next level of precedence 90 dnl next level of precedence 97 dnl next level of precedence [all …]
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/expr/ |
| D | expr.c | 141 (op->precedence == 0 \ 224 if (op_found->precedence == 0) in lookahead() 468 if (PRECEDENCE_TEST_REDUCE (p->token_op->precedence, CP->op->precedence, in mpexpr_evaluate() 473 p->token_op->precedence, CP->op->precedence, in mpexpr_evaluate() 482 if (CP->op->precedence != 0) in mpexpr_evaluate() 602 if (CP->op->precedence == 0) in mpexpr_evaluate() 648 && CP->op->precedence == 0 in mpexpr_evaluate()
|
| D | README | 124 "**" for exponentiation at the highest precedence (and right associative). 142 precedence numbers are of interest in the advanced usage described below. 231 int precedence; 243 "precedence" sets its operator precedence. 262 Notice the low precedence on "mod", so that for instance "45+26 mod 7" 266 Functions are designated by a precedence of 0. They always occur as 267 "foo(expr)" and so have no need for a precedence level. mpq_abs in the 323 it calls, or perhaps its precedence level. The following would change mpz 417 preserve the standard precedence values, anything can be used so long as 419 entries in precedence order, but it's convenient to do so to show what comes [all …]
|
| D | expr.h | 122 int precedence; member
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | rust-parse.c | 1306 precedence (precedence_), in rustop_item() 1315 int precedence; member 1372 int precedence = -2; in parse_binop() local 1378 precedence = PRECEDENCE; \ in parse_binop() 1390 precedence = ASSIGN_PREC; in parse_binop() 1408 precedence = -2; in parse_binop() 1414 while ((precedence == ASSIGN_PREC in parse_binop() 1415 ? precedence < operator_stack.back ().precedence in parse_binop() 1416 : precedence <= operator_stack.back ().precedence) in parse_binop() 1460 if (precedence == -2) in parse_binop() [all …]
|
| /netbsd/src/tests/bin/expr/ |
| D | t_expr.sh | 226 atf_test_case precedence 307 atf_add_test_case precedence
|
| /netbsd/src/bin/sh/ |
| D | arithmetic.c | 269 binop2(intmax_t a, int op, int precedence, int noeval) in binop2() argument 277 a, op, precedence, noeval ? " noeval" : "")); in binop2() 295 arith_prec(op2) >= precedence) in binop2()
|
| /netbsd/src/external/bsd/openldap/dist/doc/drafts/ |
| D | draft-legg-ldap-acm-bac-xx.txt | 439 precedence Precedence, 513 precedence Precedence OPTIONAL, 514 -- defaults to precedence in ACIItem 519 precedence Precedence OPTIONAL, 520 -- defaults to precedence in ACIItem 592 using the ACDF. ACI items having higher precedence values prevail 593 over others with lower precedence values, other factors being equal. 823 grantsAndDenials is considered to have the precedence level 824 specified in precedence for the purpose of the ACDF. If 825 precedence is omitted within ItemPermission, then precedence is [all …]
|
| D | draft-ietf-ldapext-acl-model-xx.txt | 973 precedence over group entry). 975 - Deny takes precedence over Grant. 978 precedence over grant. 1010 ldapACI values with a scope of 'entry' take precedence 1038 level. Subjects of the same precedence are combined 1045 permission), then deny takes precedence over grant. 1056 precedence over the less specific value of "[ all ] ". 1884 Read (r) access; authzID is higher precedence than 1897 subjects (group) have same precedence. 1907 Read access; write is denied (deny has precedence over [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | pgsql_table | 182 # The precedence of this parameter has changed with Postfix 2.2, 183 # in prior releases the precedence was, from highest to lowest, 186 # With Postfix 2.2 the \fBquery\fR parameter has highest precedence, 295 # parameter has highest precedence, and the \fBselect_function\fR 298 # The following parameters (with lower precedence than the 315 # general \fBquery\fR interface described above. If higher precedence
|
| D | relocated | 62 # Matches \fIuser\fR@\fIdomain\fR. This form has precedence over all 70 # precedence.
|
| D | generic | 79 # has the highest precedence. 87 # This form has the lowest precedence.
|
| D | canonical | 87 # has the highest precedence. 102 # This form has the lowest precedence.
|
| /netbsd/src/tests/usr.sbin/mtree/ |
| D | d_merge.in | 1 # The last entry for any duplicate node should take precedence.
|
| /netbsd/src/external/ibm-public/postfix/dist/conf/ |
| D | relocated | 65 # Matches user@domain. This form has precedence over 74 # the lowest precedence.
|
| D | generic | 85 # highest precedence. 95 # form has the lowest precedence.
|
| D | canonical | 95 # highest precedence. 113 # form has the lowest precedence.
|
| D | transport | 39 # precedence, the nexthop destination is taken from 45 # destinations. In order of decreasing precedence,
|
| D | virtual | 100 # form has the highest precedence. 115 # This form has the lowest precedence.
|
| /netbsd/src/tests/lib/libc/regex/data/att/ |
| D | categorization.dat | 10 …(ab)*)((b*)(a*)) aba (0,3)(0,2)(0,0)(0,2)(2,3)(2,2)(2,3) SUBEXPRESSION=precedence
|
| /netbsd/src/external/gpl2/lvm2/dist/scripts/lvm2create_initrd/ |
| D | lvm2create_initrd.pod | 59 precedence. 121 situations where both are set, then the command-line options take precedence.
|
| /netbsd/src/external/gpl3/binutils/dist/gprof/ |
| D | README | 187 precedence than --annotated-source 206 has lower precedence than --flat-profile. 223 is suppressed. This option has lower precedence 241 has lower precedence than --exec-counts.
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | README | 31 order of decreasing precedence:
|
| /netbsd/src/external/ibm-public/postfix/dist/src/global/ |
| D | mail_addr_find.in | 62 echo ==== localpart_at has less precedence than domain test
|
| D | mail_addr_find.ref | 49 ==== localpart_at has less precedence than domain test
|