Home
last modified time | relevance | path

Searched refs:op_type_t (Results 1 – 15 of 15) sorted by relevance

/dports/devel/z88dk/z88dk/src/z80asm/
H A Dexpr.h37 } op_type_t; typedef
47 op_type_t op_type; /* UNARY_OP, BINARY_OP, TERNARY_OP */
59 extern Operator* Operator_get(tokid_t tok, op_type_t op_type);
66 op_type_t op_type; /* select type of operator / operand */
H A Dexpr.c53 static void ExprOp_init_operator(ExprOp* self, tokid_t tok, op_type_t op_type);
131 static const char* operator_hash_key(tokid_t tok, op_type_t op_type) in operator_hash_key()
174 Operator* Operator_get(tokid_t tok, op_type_t op_type) in Operator_get()
264 void ExprOp_init_operator(ExprOp* self, tokid_t tok, op_type_t op_type) in ExprOp_init_operator()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_mul_substeps_base.hpp8 enum op_type_t { OP_MP, OP_MUL } op_type; enum
9 static const char * op_name(op_type_t op_type) { in op_name()
H A Dlingen_call_companion.hpp40 op_mul_or_mp_base::op_type_t op_type;
58 mul_or_mp_times(op_mul_or_mp_base::op_type_t op_type) : op_type(op_type) {} in mul_or_mp_times()
107 mul_or_mp_times operator[](op_mul_or_mp_base::op_type_t op_type) const { in operator []()
H A Dlingen_tuning_cache.hpp23 op_mul_or_mp_base::op_type_t op_type;
H A Dlingen_substep_characteristics.hpp47 op_mul_or_mp_base::op_type_t op_type;
111 …d ab, gmp_randstate_t & rstate, size_t input_length, op_mul_or_mp_base::op_type_t op_type, unsigne… in lingen_substep_characteristics()
H A Dlingen_tuning.cpp494 …lingen_substep_characteristics substep(weighted_call_t const & cw, op_mul_or_mp_base::op_type_t op… in substep()
569 op_mul_or_mp_base::op_type_t op_type)/*{{{*/ in tune_local_at_depth_mp_or_mul()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmidtunit.h55 enum op_type_t enum
81 …template <int BitsPerPixel, bool XFlip, bool Skip, bool Scale, op_type_t Zero, op_type_t NonZero> …
H A Dmidtunit.cpp425 …Flip, bool Skip, bool Scale, midtunit_video_device::op_type_t Zero, midtunit_video_device::op_type…
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmidtunit.h55 enum op_type_t enum
81 …template <int BitsPerPixel, bool XFlip, bool Skip, bool Scale, op_type_t Zero, op_type_t NonZero> …
H A Dmidtunit.cpp425 …Flip, bool Skip, bool Scale, midtunit_video_device::op_type_t Zero, midtunit_video_device::op_type…
/dports/devel/ga/ga-5.8/comex/src-ofi/
H A Dcomex_impl.h261 typedef enum op_type_t enum
265 } op_type_t; typedef
H A Dcomex.c249 static inline ofi_ep_t* get_ep(op_type_t op_type) in get_ep()
257 void* context, op_type_t op_type) in mr_reg()
287 static inline uint64_t get_remote_addr(uint64_t base_addr, void* ptr, op_type_t op_type) in get_remote_addr()
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dop.h21 } op_type_t; typedef
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/tests/
H A Dtest-mongoc-bulk.c3417 typedef enum { INSERT, UPDATE, REMOVE, OP_TYPE_LAST } op_type_t; typedef
3421 op_type_str (op_type_t op_type) in op_type_str()
3453 op_type_t op_type;
4174 op_type_t op_type; in test_bulk_install()
4183 for (op_type = (op_type_t) 0; op_type < OP_TYPE_LAST; op_type++) { in test_bulk_install()