Home
last modified time | relevance | path

Searched refs:op_t (Results 176 – 200 of 294) sorted by relevance

12345678910>>...12

/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dvm_x86_64_assembler.c198 } op_t; typedef
900 static op_t ops[] = {
973 const op_t* a = A; in opsort()
974 const op_t* b = B; in opsort()
978 static op_t* getop(const char* n) in getop()
981 op_t* o = ops; in getop()
1301 op_t* o; in assemble_line()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dvm_x86_64_assembler.c198 } op_t; typedef
900 static op_t ops[] = {
973 const op_t* a = A; in opsort()
974 const op_t* b = B; in opsort()
978 static op_t* getop(const char* n) in getop()
981 op_t* o = ops; in getop()
1301 op_t* o; in assemble_line()
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64_assembler.c208 } op_t; typedef
926 static op_t ops[] = {
999 const op_t* a = A; in opsort()
1000 const op_t* b = B; in opsort()
1004 static op_t* getop(const char* n) in getop()
1007 op_t* o = ops; in getop()
1327 op_t* o; in assemble_line()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dvm_x86_64_assembler.c208 } op_t; typedef
926 static op_t ops[] = {
999 const op_t* a = A; in opsort()
1000 const op_t* b = B; in opsort()
1004 static op_t* getop(const char* n) in getop()
1007 op_t* o = ops; in getop()
1327 op_t* o; in assemble_line()
/dports/games/evq3/evq3/code/qcommon/
H A Dvm_x86_64_assembler.c198 } op_t; typedef
900 static op_t ops[] = {
973 const op_t* a = A; in opsort()
974 const op_t* b = B; in opsort()
978 static op_t* getop(const char* n) in getop()
981 op_t* o = ops; in getop()
1301 op_t* o; in assemble_line()
/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dinstr.c104 struct s_instr *instr_alloc(op_t op, classtype_t type, in instr_alloc()
/dports/net/qadsl/qadsl-1.3.3/src/
H A Dprocess.c39 process (config_data_t *config, op_t operation, int verbose) in process()
H A Dmain.c72 op_t operation = NOP; in main()
/dports/devel/py-qutip/qutip-4.6.2/qutip/
H A Dqobjevo.py503 if all([op_t == 0 for op_t in op_type]):
649 op_t = self.__call__(t, data=data)
654 op_t = self.cte.data.copy()
656 op_t = self.cte.copy()
658 op_t = self.compiled_qobjevo.call(t, data)
660 op_t = self.cte.data.copy()
662 op_t += part.qobj.data * part.get_coeff(t, self.args)
664 op_t = self.cte.copy()
666 op_t += part.qobj * part.get_coeff(t, self.args)
668 return op_t
/dports/math/e-antic/flint2-ae7ec89/flintxx/
H A Dmatrix.h422 typedef typename Expr::operation_t op_t; \
424 matrices::outsize<op_t>::rows(e), \
425 matrices::outsize<op_t>::cols(e)); \
/dports/math/flint2/flint-2.8.4/flintxx/
H A Dmatrix.h422 typedef typename Expr::operation_t op_t; \
424 matrices::outsize<op_t>::rows(e), \
425 matrices::outsize<op_t>::cols(e)); \
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/
H A Dmatrix.h422 typedef typename Expr::operation_t op_t; \
424 matrices::outsize<op_t>::rows(e), \
425 matrices::outsize<op_t>::cols(e)); \
/dports/emulators/mess/mame-mame0226/src/devices/cpu/sm510/
H A Dsm590op.cpp151 void sm590_device::op_t() in op_t() function in sm590_device
H A Dsm590.h189 virtual void op_t() override; // aka TR
H A Dsm510core.cpp108 op_t(); break; in execute_one()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/sm510/
H A Dsm590op.cpp151 void sm590_device::op_t() in op_t() function in sm590_device
H A Dsm590.h189 virtual void op_t() override; // aka TR
H A Dsm510core.cpp108 op_t(); break; in execute_one()
/dports/finance/ledger/ledger-3.2.1/src/
H A Doption.h224 expr_t::op_t::wrap_functor(bind(&option_t<type>::handler, x, _1))
227 expr_t::op_t::wrap_functor(bind(&option_t<type>::operator(), x, _1))
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dgtkpixcomm.c57 enum op_t { enum
64 enum op_t type;
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Dgtkpixcomm.c57 enum op_t { enum
64 enum op_t type;
/dports/cad/py-pymtl/pymtl3-3.1.6/pymtl3/passes/backends/verilog/translation/behavioral/
H A DVBehavioralTranslatorL1.py395 op_t = type(node.op)
397 if op_t not in reduce_ops:
401 op = reduce_ops[ op_t ]
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/wiiuse/
H A Devents.c34 struct op_t *op; in event_data_read()
45 op = (struct op_t*)cmd->data; in event_data_read()
/dports/devel/ga/ga-5.8/comex/src-mpi/
H A DNOTES.md13op_t` represents the types of operations, for example `OP_PUT`, `OP_ACC_INT`, `OP_BARRIER_REQUEST`…
/dports/x11/xbacklight/xbacklight-1.2.3/
H A Dxbacklight.c40 typedef enum { Get, Set, Inc, Dec } op_t; typedef
137 op_t op = Get; in main()

12345678910>>...12