Home
last modified time | relevance | path

Searched refs:DIV (Results 1 – 22 of 22) sorted by relevance

/mirbsd/src/bin/expr/
Dexpr.c37 OR, AND, EQ, LT, GT, ADD, SUB, MUL, DIV, MOD, MATCH, RP, LP, enumerator
323 while ((op = token) == MUL || op == DIV || op == MOD) { in eval4()
337 if (op == DIV) { in eval4()
/mirbsd/src/usr.bin/xlint/lint1/
Dop.h76 DIV, enumerator
Dtree.c123 { DIV, { 1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,1,1, in initmtab()
2415 ntn = mktnode(DIV, tp, ntn, ctn); in bldplmi()
2589 case DIV: in chkdbz()
2733 case DIV: in fold()
2911 case DIV: in foldflt()
Dscan.l137 "/" return (operator(T_DIVOP, DIV));
/mirbsd/src/lib/libkeynote/
Dkeynote.y41 %left MULT DIV MOD
348 | numex DIV numex { if ($3 == 0)
386 | floatex DIV floatex { if ($3 == 0)
Dkeynote.l101 <ACTIONSTRING>"/" return DIV;
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dm2-exp.y193 %left '*' '/' DIV MOD
420 exp : exp DIV exp
797 {"DIV", DIV },
Dp-exp.y220 %left LSH RSH DIV MOD
374 exp : exp DIV exp
1030 {"div", DIV, BINOP_END},
/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dm88k.h316 #define DIV MUL +2 macro
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
Dsrc0_HTMLDTD.h466 { ATTR_TYPE(DIV) },
2185 #undef DIV
2320 { P(CENTER), ATTR_DATA(DIV), SGML_MIXED, T_CENTER},
2331 { P(DIV), ATTR_DATA(DIV), SGML_MIXED, T_DIV},
Dsrc1_HTMLDTD.h466 { ATTR_TYPE(DIV) },
2185 #undef DIV
2320 { P(CENTER), ATTR_DATA(DIV), SGML_MIXED, T_CENTER},
2331 { P(DIV), ATTR_DATA(DIV), SGML_MIXED, T_DIV},
Dsrc0_HTMLDTD.txt146 19:DIV
1141 DIV
1401 34:DIV
1416 DIV
Dsrc1_HTMLDTD.txt146 19:DIV
1141 DIV
1401 34:DIV
1416 DIV
/mirbsd/src/share/doc/papers/px/
Dfig2.3.raw31 DIV* 2.7 Fixed division
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dm88k-dis.c134 …{0xf4007800,"divs ",{21,5,REG} ,{16,5,REG} ,{0,5,REG} , {32,32,PINT,DIV , 0,1,1,1,0…
144 …{0x78000000,"divs ",{21,5,REG} ,{16,5,REG} ,{0,16,HEX}, {32,32,PINT,DIV, i16bit,1,0,1,0…
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dfrv.opc294 /* MULT-DIV */ UNIT_I0, /* multiply and divide only in I0 unit. */
329 /* MULT-DIV */ UNIT_I0, /* multiply and divide only in I0 unit. */
361 /* MULT-DIV */ UNIT_I01, /* multiply and divide in I0 or I1 unit. */
393 /* MULT-DIV */ UNIT_I01, /* multiply and divide in I0 or I1 unit. */
Dfrv.cpu1774 MULT-DIV ; multiply/division slotted differently on different machines
3473 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3487 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3500 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3514 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2) NON-EXCEPTING
3530 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3686 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3698 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3713 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
3852 ((UNIT MULT-DIV) (FR500-MAJOR I-1) (FR550-MAJOR I-2)
[all …]
/mirbsd/src/gnu/usr.bin/binutils/gas/doc/
Dc-pdp11.texi88 consists of these instructions: @code{ASHC}, @code{ASH}, @code{DIV},
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-mips.c1339 CONFLICT (MACC, DIV); in init_vr4120_conflicts()
1340 CONFLICT (DMACC, DIV); in init_vr4120_conflicts()
1366 CONFLICT (DIV, MACC); in init_vr4120_conflicts()
1367 CONFLICT (DIV, DMACC); in init_vr4120_conflicts()
/mirbsd/src/gnu/usr.bin/lynx/
DCHANGES3385 <DIV>
3387 </DIV></FORM>
5970 * in a list, render a <DIV> that doesn't have an ALIGN="center" or
5974 * other changes for DIV: it's a block element, so make sure its contents
5976 alignment. Try to avoid improperly kept change of DIV styles' alignment by a
/mirbsd/src/share/misc/
Dacronyms3129 DIV division
/mirbsd/src/gnu/usr.bin/binutils/gdb/doc/
Dgdb.texinfo9231 @item DIV@r{, }MOD