Searched refs:DIV (Results 1 - 17 of 17) sorted by relevance
/illumos-gate/usr/src/ucbcmd/expr/ |
H A D | expr.y | 43 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ 51 %left MULT DIV REM 79 | expr DIV expr = { $$ = arith(DIV, $1, $3); } 117 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH, 192 case DIV:
|
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_parse.y | 49 %token LC RC SEMI STAR DIV MOD PLUS MINUS AND OR XOR LB RB LP RP 161 | DIV
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | hsearch.c | 36 DIV - use the remainder mod table size as a hashing function. 69 # undef DIV macro 71 #ifndef DIV 101 #ifdef DIV 433 #ifdef DIV
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | escparse.y | 81 %left '*' '%' DIV '/' 168 | norkexpr DIV norkexpr 230 | numexpr DIV numexpr 319 | cexpr DIV cexpr
|
H A D | esclex.c | 101 { "div", DIV },
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | hsearch.c | 34 * DIV - use the remainder mod table size as a hashing function. 78 #undef DIV macro 80 #ifndef DIV 109 #ifdef DIV 476 #ifdef DIV
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 53 #define DIV 271 macro 99 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH, 282 case DIV: 570 case DIV:
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | ldefs.h | 115 #define DIV 0x400b macro
|
H A D | sub2.c | 113 case BAR: case RCAT: case DIV: case RNEWE: 192 case RCAT: case DIV: 300 case RCAT: case DIV:
|
H A D | parser.y | 210 $$.i = mn2(DIV,i,$3.i); 277 $$.i = mn2(DIV,k,i);
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC 267 $$ = node(DIV, $1, $3);
|
H A D | awk3.c | 1142 case DIV: 1183 asn_oper->n_type = DIV; 1307 case DIV:
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.l | 142 "/" {return (DIV);}
|
H A D | geniconvtbl.c | 1609 EVAL_OP_BIN_PROTECT1(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */ 1610 EVAL_OP_BIN_PROTECT2(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */ 1611 EVAL_OP_BIN_PROTECT3(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */ 1612 EVAL_OP_BIN_PROTECT4(DIV_FOR_CSTYLE_CLEAN, DIV) /* A / B */
|
H A D | iconv_tm.h | 706 ITM_EXPR_BIN(DIV), /* A / B */
|
H A D | itm_comp.y | 161 %left MUL DIV MOD 1189 | expr DIV expr
|
/illumos-gate/usr/src/lib/libast/common/vmalloc/ |
H A D | vmhdr.h | 328 #define DIV(x,y) ((y) == 8 ? ((x)>>3) : (x)/(y) ) macro 329 #define INDEX(s) DIV((s)-TINYSIZE,ALIGN)
|
Completed in 2778 milliseconds