Searched refs:DIV (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y43 %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 Dndr_parse.y49 %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 Dhsearch.c36 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 Descparse.y81 %left '*' '%' DIV '/'
168 | norkexpr DIV norkexpr
230 | numexpr DIV numexpr
319 | cexpr DIV cexpr
H A Desclex.c101 { "div", DIV },
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dhsearch.c34 * 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 Dexpr.c53 #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 Dldefs.h115 #define DIV 0x400b macro
H A Dsub2.c113 case BAR: case RCAT: case DIV: case RNEWE:
192 case RCAT: case DIV:
300 case RCAT: case DIV:
H A Dparser.y210 $$.i = mn2(DIV,i,$3.i);
277 $$.i = mn2(DIV,k,i);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y67 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC
267 $$ = node(DIV, $1, $3);
H A Dawk3.c1142 case DIV:
1183 asn_oper->n_type = DIV;
1307 case DIV:
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l142 "/" {return (DIV);}
H A Dgeniconvtbl.c1609 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 Diconv_tm.h706 ITM_EXPR_BIN(DIV), /* A / B */
H A Ditm_comp.y161 %left MUL DIV MOD
1189 | expr DIV expr
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h328 #define DIV(x,y) ((y) == 8 ? ((x)>>3) : (x)/(y) ) macro
329 #define INDEX(s) DIV((s)-TINYSIZE,ALIGN)

Completed in 2778 milliseconds