Home
last modified time | relevance | path

Searched refs:OP_DIV (Results 26 – 50 of 1278) sorted by relevance

12345678910>>...52

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/fp/
H A Dfp-bench.c33 OP_DIV,
44 [OP_DIV] = "div",
261 case OP_DIV:
296 case OP_DIV:
331 case OP_DIV:
366 case OP_DIV:
401 case OP_DIV:
448 GEN_BENCH_ALL_TYPES(div, OP_DIV, 2)
479 GEN_BENCH_FUNCS(div, OP_DIV),
/dports/emulators/qemu/qemu-6.2.0/tests/fp/
H A Dfp-bench.c33 OP_DIV, enumerator
44 [OP_DIV] = "div",
261 case OP_DIV: in bench()
296 case OP_DIV: in bench()
331 case OP_DIV: in bench()
366 case OP_DIV: in bench()
401 case OP_DIV: in bench()
448 GEN_BENCH_ALL_TYPES(div, OP_DIV, 2)
479 GEN_BENCH_FUNCS(div, OP_DIV),
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/textscreen/examples/
H A Dcalculator.c30 OP_DIV, enumerator
110 case OP_DIV: in Calculate()
156 AddOperatorButton(table, "/", OP_DIV); in BuildGUI()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/textscreen/examples/
H A Dcalculator.c30 OP_DIV, enumerator
110 case OP_DIV: in Calculate()
156 AddOperatorButton(table, "/", OP_DIV); in BuildGUI()
/dports/games/odamex/odamex-src-0.7.0/libraries/textscreen/examples/
H A Dcalculator.c39 OP_DIV, enumerator
119 case OP_DIV: in Calculate()
165 AddOperatorButton(table, "/", OP_DIV); in BuildGUI()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/
H A Dquote_calc3.y20 %token OP_DIV "DIV-operator"
54 | expr OP_DIV expr
H A Dquote_calc.y20 %token OP_DIV "DIV"
54 | expr OP_DIV expr
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fShaderMatrixTests.cpp129 OP_DIV, enumerator
184 case OP_DIV: return "/"; in getOperationName()
209 case OP_DIV: return OPERATIONTYPE_BINARY_OPERATOR; in getOperationType()
244 case OP_DIV: return TESTMATRIXTYPE_DEFAULT; in getOperationTestMatrixType()
272 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV; in isOperationMatrixScalar()
282 return op == OP_ADD || op == OP_SUB || op == OP_MUL || op == OP_DIV || op == OP_COMP_MUL; in isOperationMatrixMatrix()
477 struct Evaluator<OP_DIV, In0Type, In0DataType, In1Type, In1DataType>
604 MAKE_EVAL_CASE(OP_DIV, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE) in getEvalFunc()
610 MAKE_EVAL_CASE(OP_DIV, IN0TYPE, IN0DATATYPE, IN1TYPE, IN1DATATYPE); \ in getEvalFunc()
1100 { "div", "Matrix division tests", OP_DIV, true }, in init()
[all …]
/dports/math/casadi/casadi-3.5.5/casadi/core/
H A Dunary_mx.cpp172 else if (op==OP_DIV) return -dep()->_get_binary(OP_DIV, y, scX, scY); in _get_binary()
175 if (op==OP_MUL) return y->_get_binary(OP_DIV, dep(), scY, scX); in _get_binary()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexpr.c51 #define OP_DIV 19 macro
126 case OP_DIV: return 10; /* '/' */
164 case OP_DIV: return 2; /* '/' */
472 case OP_DIV:
509 case OP_DIV:
542 case OP_DIV:
570 case OP_DIV:
735 case OP_DIV: in Operate()
736 if (!EvalArithmaticOp(OP_DIV, "/", v, &result)) { in Operate()
1102 op_code = OP_DIV;
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/tools/PsfPlayer/Source/win32_ui/DebugSupport/
H A DDebugExpressionEvaluator.cpp154 opType = OP_DIV; in Evaluate()
183 case OP_DIV: in Evaluate()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_qt/DebugSupport/
H A DDebugExpressionEvaluator.cpp154 opType = OP_DIV; in Evaluate()
183 case OP_DIV: in Evaluate()
/dports/devel/xopcodecalc/XOpcodeCalc-0.03/
H A Dasm_defs.h50 OP_DIV, enumerator
132 {OP_DIV, &op_div, "div", {{"EAX", LIM32}, {"ECX", LIM32}}, {{"EAX"…
188 {OP_DIV, &op_div, "div", {{"RAX", LIM64}, {"RCX", LIM64}}, {{"RAX"…
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/yacc/
H A Dquote_calc-s.tab.h6 #define OP_DIV 263 macro
H A Dquote_calc3-s.tab.h6 #define OP_DIV 263 macro
H A Dquote_calc3.tab.h6 #define OP_DIV 263 macro
H A Dquote_calc2-s.tab.h6 #define OP_DIV 263 macro
H A Dquote_calc4-s.tab.h6 #define OP_DIV 263 macro
H A Dquote_calc4.tab.h6 #define OP_DIV 263 macro
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/byacc/dist/test/btyacc/
H A Dquote_calc4-s.tab.h9 #define OP_DIV 263 macro
H A Dquote_calc2-s.tab.h9 #define OP_DIV 263 macro
H A Dquote_calc3-s.tab.h9 #define OP_DIV 263 macro
H A Dquote_calc3.tab.h9 #define OP_DIV 263 macro
H A Dquote_calc4.tab.h9 #define OP_DIV 263 macro
H A Dquote_calc-s.tab.h9 #define OP_DIV 263 macro

12345678910>>...52