Home
last modified time | relevance | path

Searched refs:DIV_OP (Results 1 – 25 of 40) sorted by relevance

12

/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/calculation/
H A Dfinvar.h62 #define DIV_OP '/' macro
H A Dexpression_parser.c1029 while ((pe->Token == MUL_OP) || (pe->Token == DIV_OP)) in multiply_divide_op()
/dports/science/minc2/minc-release-2.2.00/progs/mincmath/
H A Dmincmath.c145 UNSPECIFIED_OP = 0, ADD_OP, SUB_OP, MULT_OP, DIV_OP, SQRT_OP, SQUARE_OP, enumerator
332 {"-div", ARGV_CONSTANT, (char *) DIV_OP, (char *) &operation,
628 case DIV_OP: in do_math()
/dports/devel/dev86/dev86-0.16.20/copt/
H A Dcopt.c328 #define DIV_OP 4 macro
350 case DIV_OP: retval /= num * sign; in doretval()
424 case '/': op = DIV_OP; in eval()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1529 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1540 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1551 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1562 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1527 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1538 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1549 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1560 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/mips64/
H A Ddisasm-mips64.cc1527 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1538 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1549 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1560 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
/dports/www/node10/node-v10.24.1/deps/v8/src/mips64/
H A Ddisasm-mips64.cc1582 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1593 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1604 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1615 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
H A Dassembler-mips64.cc1859 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, DIV_MOD); in div()
1876 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, DIV_MOD_U); in divu()
1913 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, D_DIV_MOD); in ddiv()
1930 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, D_DIV_MOD_U); in ddivu()
H A Dconstants-mips64.h549 DIV_OP = ((0U << 3) + 2), enumerator
/dports/finance/gnucash/gnucash-4.9/libgnucash/app-utils/
H A Dgnc-exp-parser.c414 case DIV_OP: in numeric_ops()
/dports/devel/cccc/cccc-3.1.6/cccc/
H A Dcccc.g259 #tokclass DIV_OP { "\/" "%" }
1172 | ASTERISK | DIV_OP | PM_OP | INCR_OP | ADD_OP | QUERY_OP
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/mips/
H A Ddisasm-mips.cc1328 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1339 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1325 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1336 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1325 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1336 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
/dports/www/node10/node-v10.24.1/deps/v8/src/mips/
H A Ddisasm-mips.cc1377 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
1388 if (instr->SaValue() == DIV_OP) { in DecodeTypeRegisterSPECIAL()
H A Dconstants-mips.h545 DIV_OP = ((0U << 3) + 2), enumerator
/dports/lang/v8/v8-9.6.180.12/src/codegen/mips/
H A Dconstants-mips.h563 DIV_OP = ((0U << 3) + 2), enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/mips/
H A Dconstants-mips.h543 DIV_OP = ((0U << 3) + 2), enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/mips/
H A Dconstants-mips.h543 DIV_OP = ((0U << 3) + 2), enumerator
/dports/lang/v8/v8-9.6.180.12/src/codegen/mips64/
H A Dconstants-mips64.h583 DIV_OP = ((0U << 3) + 2), enumerator
H A Dassembler-mips64.cc1794 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, DIV_MOD); in div()
1808 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, DIV_MOD_U); in divu()
1838 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, D_DIV_MOD); in ddiv()
1852 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, D_DIV_MOD_U); in ddivu()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/mips64/
H A Dconstants-mips64.h548 DIV_OP = ((0U << 3) + 2), enumerator
H A Dassembler-mips64.cc1775 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, DIV_MOD); in div()
1789 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, DIV_MOD_U); in divu()
1819 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, D_DIV_MOD); in ddiv()
1833 GenInstrRegister(SPECIAL, rs, rt, rd, DIV_OP, D_DIV_MOD_U); in ddivu()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/mips64/
H A Dconstants-mips64.h548 DIV_OP = ((0U << 3) + 2), enumerator

12