Searched refs:REM (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/common/ficl/test/ |
H A D | core.fr | 342 TESTING DIVIDE: FM/MOD SM/REM UM/MOD */ */MOD / /MOD MOD 379 { 0 S>D 1 SM/REM -> 0 0 } 380 { 1 S>D 1 SM/REM -> 0 1 } 381 { 2 S>D 1 SM/REM -> 0 2 } 382 { -1 S>D 1 SM/REM -> 0 -1 } 383 { -2 S>D 1 SM/REM -> 0 -2 } 384 { 0 S>D -1 SM/REM -> 0 0 } 385 { 1 S>D -1 SM/REM -> 0 -1 } 386 { 2 S>D -1 SM/REM -> 0 -2 } 387 { -1 S>D -1 SM/REM -> 0 1 } [all …]
|
/illumos-gate/usr/src/ucbcmd/expr/ |
H A D | expr.y | 39 %token OR AND ADD SUBT MULT DIV REM EQ GT GEQ LT LEQ NEQ 47 %left MULT DIV REM 76 | expr REM expr { $$ = arith(REM, $1, $3); } 113 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH, 193 case REM: in arith()
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | expr.c | 54 #define REM 272 macro 95 OR, AND, ADD, SUBT, MULT, DIV, REM, MCH, 282 case REM: in arith() 565 case REM: in expres()
|
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk.y | 66 %token <node> ADD SUB MUL DIV REM INC DEC PRE_INC PRE_DEC 269 $$ = node(REM, $1, $3);
|
H A D | awk3.c | 1142 case REM: in exprreduce() 1185 asn_oper->n_type = REM; in exprreduce() 1315 case REM: in arithmetic()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | iffe.sh | 1188 do case $REM in 1191 eval `echo $REM | sed "s,\(.\)\(.*\),OPT='\1' REM='\2',"` 1194 case $REM in 1203 *) OPTARG=$REM
|
H A D | mktest.sh | 208 typeset -A REM
|
/illumos-gate/usr/src/lib/libsqlite/src/ |
H A D | parse.y | 143 %left STAR SLASH REM. 601 expr(A) ::= expr(X) REM expr(Y). {A = sqliteExpr(TK_REM, X, Y, 0);}
|
/illumos-gate/usr/src/data/hwdata/ |
H A D | pci.ids | 38392 108e 7aac STK RAID REM
|