Home
last modified time | relevance | path

Searched defs:op (Results 26 – 50 of 13052) sorted by relevance

12345678910>>...523

/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Darith-compare.cpp2426 bool Onep::op(Rat a) in op() function in Onep
2430 bool Onep::op(Cpx a) in op() function in Onep
2434 bool Onep::op(SFlt a) in op() function in Onep
2438 bool Onep::op(Flt a) in op() function in Onep
2446 bool Onep::op(LFlt a) in op() function in Onep
2498 bool Zerop::op(Rat a) in op() function in Zerop
2502 bool Zerop::op(Cpx a) in op() function in Zerop
2506 bool Zerop::op(SFlt a) in op() function in Zerop
2510 bool Zerop::op(Flt a) in op() function in Zerop
2518 bool Zerop::op(LFlt a) in op() function in Zerop
[all …]
H A Darith-plus.cpp219 LispObject Plus::op(Rat a, Rat b) in op() function in Plus
233 LispObject Plus::op(Cpx a, Rat b) in op() function in Plus
241 LispObject Plus::op(Flt a, Rat b) in op() function in Plus
262 LispObject Plus::op(Rat a, Cpx b) in op() function in Plus
821 LispObject Minus::op(Fixnum a) in op() function in Minus
829 LispObject Minus::op(Rat a) in op() function in Minus
833 LispObject Minus::op(Cpx a) in op() function in Minus
838 LispObject Minus::op(SFlt a) in op() function in Minus
842 LispObject Minus::op(Flt a) in op() function in Minus
846 LispObject Minus::op(double a) in op() function in Minus
[all …]
H A Darith-modular.cpp80 LispObject ModularPlus::op(Fixnum a, Fixnum b) in op() function in ModularPlus
271 LispObject ModularReciprocal::op(Fixnum a) in op() function in ModularReciprocal
279 LispObject ModularMinus::op(LispObject a) in op() function in ModularMinus
286 LispObject ModularMinus::op(Fixnum a) in op() function in ModularMinus
290 LispObject ModularMinus::op(uint64_t *a) in op() function in ModularMinus
294 LispObject SetModulus::op(LispObject a) in op() function in SetModulus
300 LispObject SetModulus::op(Fixnum a) in op() function in SetModulus
304 LispObject SetModulus::op(uint64_t *a) in op() function in SetModulus
308 LispObject ModularNumber::op(LispObject a) in op() function in ModularNumber
315 LispObject ModularNumber::op(Fixnum a) in op() function in ModularNumber
[all …]
H A Darith-logops.cpp74 LispObject Logand::op(Fixnum a, Fixnum b) in op() function in Logand
112 LispObject Logor::op(Fixnum a, Fixnum b) in op() function in Logor
116 LispObject Logor::op(uint64_t *a, Fixnum b) in op() function in Logor
150 LispObject Logxor::op(Fixnum a, Fixnum b) in op() function in Logxor
188 LispObject Logeqv::op(Fixnum a, Fixnum b) in op() function in Logeqv
203 LispObject Lognot::op(LispObject a) in op() function in Lognot
206 LispObject Lognot::op(Fixnum a) in op() function in Lognot
209 LispObject Lognot::op(uint64_t *a) in op() function in Lognot
213 LispObject Logcount::op(LispObject a) in op() function in Logcount
217 LispObject Logcount::op(Fixnum a) in op() function in Logcount
[all …]
/dports/devel/libfirm/libfirm-1.21.0/ir/ir/
H A Dirop_t.h59 static inline bool is_op_cfopcode(const ir_op *op) in is_op_cfopcode()
76 static inline bool is_op_fragile(const ir_op *op) in is_op_fragile()
82 static inline bool is_op_forking(const ir_op *op) in is_op_forking()
105 static inline bool is_op_keep(const ir_op *op) in is_op_keep()
147 static inline ir_op_ops *get_op_ops_(ir_op *op) in get_op_ops_()
167 static inline void *get_op_attr_(const ir_op *op) in get_op_attr_()
172 #define get_op_code(op) get_op_code_(op) argument
173 #define get_op_ident(op) get_op_ident_(op) argument
175 #define get_op_ops(op) get_op_ops_(op) argument
177 #define get_op_tag(op) get_op_tag_(op) argument
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/pass/
H A Drewrite_unsafe_select.cc39 bool VisitExpr_(const Select* op) { in VisitExpr_()
42 bool VisitExpr_(const Call* op) { in VisitExpr_()
57 bool VisitExpr_(const Load* op) { in VisitExpr_()
78 bool VisitExpr_(const Not* op) final { in VisitExpr_()
81 bool VisitExpr_(const Let* op) final { in VisitExpr_()
84 bool VisitExpr_(const Cast* op) final { in VisitExpr_()
87 bool VisitExpr_(const Broadcast* op) final { in VisitExpr_()
90 bool VisitExpr_(const Ramp* op) final { in VisitExpr_()
93 bool VisitExpr_(const Shuffle* op) final { in VisitExpr_()
107 bool BinaryOp(const T* op) { in BinaryOp()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/pass/
H A Drewrite_unsafe_select.cc39 bool VisitExpr_(const Select* op) { in VisitExpr_()
42 bool VisitExpr_(const Call* op) { in VisitExpr_()
57 bool VisitExpr_(const Load* op) { in VisitExpr_()
78 bool VisitExpr_(const Not* op) final { in VisitExpr_()
81 bool VisitExpr_(const Let* op) final { in VisitExpr_()
84 bool VisitExpr_(const Cast* op) final { in VisitExpr_()
87 bool VisitExpr_(const Broadcast* op) final { in VisitExpr_()
90 bool VisitExpr_(const Ramp* op) final { in VisitExpr_()
93 bool VisitExpr_(const Shuffle* op) final { in VisitExpr_()
107 bool BinaryOp(const T* op) { in BinaryOp()
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/data/ExtendedSpecs/us-west-1/
H A D06_ssm_service_removal.json3 "op": "remove", string
7 "op": "remove", string
11 "op": "remove", string
15 "op": "remove", string
19 "op": "remove", string
23 "op": "remove", string
27 "op": "remove", string
31 "op": "remove", string
35 "op": "remove", string
39 "op": "remove", string
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/data/ExtendedSpecs/ap-east-1/
H A D06_ssm_service_removal.json3 "op": "remove", string
7 "op": "remove", string
11 "op": "remove", string
15 "op": "remove", string
19 "op": "remove", string
23 "op": "remove", string
27 "op": "remove", string
31 "op": "remove", string
35 "op": "remove", string
39 "op": "remove", string
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/data/ExtendedSpecs/us-gov-east-1/
H A D06_ssm_service_removal.json3 "op": "remove", string
7 "op": "remove", string
11 "op": "remove", string
15 "op": "remove", string
19 "op": "remove", string
23 "op": "remove", string
27 "op": "remove", string
31 "op": "remove", string
35 "op": "remove", string
39 "op": "remove", string
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/z180/
H A Dz180op.c186 OP(op,a0) { AND(_B); } /* AND B */ in OP() argument
187 OP(op,a1) { AND(_C); } /* AND C */ in OP() argument
188 OP(op,a2) { AND(_D); } /* AND D */ in OP() argument
189 OP(op,a3) { AND(_E); } /* AND E */ in OP() argument
190 OP(op,a4) { AND(_H); } /* AND H */ in OP() argument
191 OP(op,a5) { AND(_L); } /* AND L */ in OP() argument
193 OP(op,a7) { AND(_A); } /* AND A */ in OP() argument
195 OP(op,a8) { XOR(_B); } /* XOR B */ in OP() argument
225 OP(op,c3) { JP; } /* JP a */ in OP() argument
250 OP(op,d9) { EXX; } /* EXX */ in OP() argument
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/z180/
H A Dz180op.hxx187 OP(op,a0) { AND(_B); } /* AND B */ in OP() argument
188 OP(op,a1) { AND(_C); } /* AND C */ in OP() argument
189 OP(op,a2) { AND(_D); } /* AND D */ in OP() argument
190 OP(op,a3) { AND(_E); } /* AND E */ in OP() argument
191 OP(op,a4) { AND(_H); } /* AND H */ in OP() argument
192 OP(op,a5) { AND(_L); } /* AND L */ in OP() argument
194 OP(op,a7) { AND(_A); } /* AND A */ in OP() argument
196 OP(op,a8) { XOR(_B); } /* XOR B */ in OP() argument
197 OP(op,a9) { XOR(_C); } /* XOR C */ in OP() argument
244 OP(op,d3) { unsigned n = ARG() | (_A << 8); OUT(n, _A ); } /* OUT (n),A */ in OP() argument
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/z180/
H A Dz180op.hxx187 OP(op,a0) { AND(_B); } /* AND B */ in OP() argument
188 OP(op,a1) { AND(_C); } /* AND C */ in OP() argument
189 OP(op,a2) { AND(_D); } /* AND D */ in OP() argument
190 OP(op,a3) { AND(_E); } /* AND E */ in OP() argument
191 OP(op,a4) { AND(_H); } /* AND H */ in OP() argument
192 OP(op,a5) { AND(_L); } /* AND L */ in OP() argument
194 OP(op,a7) { AND(_A); } /* AND A */ in OP() argument
196 OP(op,a8) { XOR(_B); } /* XOR B */ in OP() argument
197 OP(op,a9) { XOR(_C); } /* XOR C */ in OP() argument
244 OP(op,d3) { unsigned n = ARG() | (_A << 8); OUT(n, _A ); } /* OUT (n),A */ in OP() argument
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/z180/
H A Dz180op.c186 OP(op,a0) { AND(_B); } /* AND B */ in OP() argument
187 OP(op,a1) { AND(_C); } /* AND C */ in OP() argument
188 OP(op,a2) { AND(_D); } /* AND D */ in OP() argument
189 OP(op,a3) { AND(_E); } /* AND E */ in OP() argument
190 OP(op,a4) { AND(_H); } /* AND H */ in OP() argument
191 OP(op,a5) { AND(_L); } /* AND L */ in OP() argument
193 OP(op,a7) { AND(_A); } /* AND A */ in OP() argument
195 OP(op,a8) { XOR(_B); } /* XOR B */ in OP() argument
225 OP(op,c3) { JP; } /* JP a */ in OP() argument
250 OP(op,d9) { EXX; } /* EXX */ in OP() argument
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/cpu/z180/
H A Dz180op.c323 OP(op,a0) { AND(_B); } /* AND B */ in OP() argument
324 OP(op,a1) { AND(_C); } /* AND C */ in OP() argument
325 OP(op,a2) { AND(_D); } /* AND D */ in OP() argument
326 OP(op,a3) { AND(_E); } /* AND E */ in OP() argument
327 OP(op,a4) { AND(_H); } /* AND H */ in OP() argument
328 OP(op,a5) { AND(_L); } /* AND L */ in OP() argument
330 OP(op,a7) { AND(_A); } /* AND A */ in OP() argument
332 OP(op,a8) { XOR(_B); } /* XOR B */ in OP() argument
362 OP(op,c3) { JP; } /* JP a */ in OP() argument
387 OP(op,d9) { EXX; } /* EXX */ in OP() argument
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/cpu/z180/
H A Dz180op.c324 OP(op,a0) { AND(_B); } /* AND B */ in OP() argument
325 OP(op,a1) { AND(_C); } /* AND C */ in OP() argument
326 OP(op,a2) { AND(_D); } /* AND D */ in OP() argument
327 OP(op,a3) { AND(_E); } /* AND E */ in OP() argument
328 OP(op,a4) { AND(_H); } /* AND H */ in OP() argument
329 OP(op,a5) { AND(_L); } /* AND L */ in OP() argument
331 OP(op,a7) { AND(_A); } /* AND A */ in OP() argument
333 OP(op,a8) { XOR(_B); } /* XOR B */ in OP() argument
363 OP(op,c3) { JP; } /* JP a */ in OP() argument
388 OP(op,d9) { EXX; } /* EXX */ in OP() argument
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Query/InternalTrees/
H A DVisitors.cs144 public virtual void Visit(Op op, Node n) in Visit()
170 public virtual void Visit(NullOp op, Node n) in Visit()
240 public virtual void Visit(CaseOp op, Node n) in Visit()
260 public virtual void Visit(LikeOp op, Node n) in Visit()
330 public virtual void Visit(RefOp op, Node n) in Visit()
340 public virtual void Visit(VarRefOp op, Node n) in Visit()
370 public virtual void Visit(TreatOp op, Node n) in Visit()
380 public virtual void Visit(CastOp op, Node n) in Visit()
399 public virtual void Visit(IsOfOp op, Node n) in Visit()
454 public virtual void Visit(DerefOp op, Node n) in Visit()
[all …]
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4instr_moth_p.h60 #define INSTRUCTION(op, name, nargs, ...) \ argument
64 #define INSTR_Nop(op) INSTRUCTION(op, Nop, 0) argument
65 #define INSTR_Ret(op) INSTRUCTION(op, Ret, 0) argument
66 #define INSTR_Debug(op) INSTRUCTION(op, Debug, 0) argument
94 #define INSTR_Yield(op) INSTRUCTION(op, Yield, 0) argument
169 #define INSTR_UNot(op) INSTRUCTION(op, UNot, 0) argument
170 #define INSTR_UPlus(op) INSTRUCTION(op, UPlus, 0) argument
175 #define INSTR_Add(op) INSTRUCTION(op, Add, 1, lhs) argument
180 #define INSTR_Shr(op) INSTRUCTION(op, Shr, 1, lhs) argument
181 #define INSTR_Shl(op) INSTRUCTION(op, Shl, 1, lhs) argument
[all …]
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/compiler/
H A Dqv4instr_moth_p.h60 #define INSTRUCTION(op, name, nargs, ...) \ argument
64 #define INSTR_Nop(op) INSTRUCTION(op, Nop, 0) argument
65 #define INSTR_Ret(op) INSTRUCTION(op, Ret, 0) argument
66 #define INSTR_Debug(op) INSTRUCTION(op, Debug, 0) argument
94 #define INSTR_Yield(op) INSTRUCTION(op, Yield, 0) argument
169 #define INSTR_UNot(op) INSTRUCTION(op, UNot, 0) argument
170 #define INSTR_UPlus(op) INSTRUCTION(op, UPlus, 0) argument
175 #define INSTR_Add(op) INSTRUCTION(op, Add, 1, lhs) argument
180 #define INSTR_Shr(op) INSTRUCTION(op, Shr, 1, lhs) argument
181 #define INSTR_Shl(op) INSTRUCTION(op, Shl, 1, lhs) argument
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/avr8/
H A Davr8ops.hxx13 for (uint32_t op = 0; op < 0x10000; op++) in populate_ops() local
629 void avr8_device::op_nop(uint16_t op) in op_nop()
684 void avr8_device::op_cpc(uint16_t op) in op_cpc()
694 void avr8_device::op_sbc(uint16_t op) in op_sbc()
706 void avr8_device::op_add(uint16_t op) in op_add()
728 void avr8_device::op_cp(uint16_t op) in op_cp()
736 void avr8_device::op_sub(uint16_t op) in op_sub()
746 void avr8_device::op_adc(uint16_t op) in op_adc()
757 void avr8_device::op_and(uint16_t op) in op_and()
773 void avr8_device::op_or(uint16_t op) in op_or()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/avr8/
H A Davr8ops.hxx13 for (uint32_t op = 0; op < 0x10000; op++) in populate_ops() local
629 void avr8_device::op_nop(uint16_t op) in op_nop()
684 void avr8_device::op_cpc(uint16_t op) in op_cpc()
694 void avr8_device::op_sbc(uint16_t op) in op_sbc()
706 void avr8_device::op_add(uint16_t op) in op_add()
728 void avr8_device::op_cp(uint16_t op) in op_cp()
736 void avr8_device::op_sub(uint16_t op) in op_sub()
746 void avr8_device::op_adc(uint16_t op) in op_adc()
757 void avr8_device::op_and(uint16_t op) in op_and()
773 void avr8_device::op_or(uint16_t op) in op_or()
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/data/ExtendedSpecs/ap-northeast-3/
H A D06_ssm_service_removal.json3 "op": "remove", string
7 "op": "remove", string
11 "op": "remove", string
15 "op": "remove", string
19 "op": "remove", string
23 "op": "remove", string
27 "op": "remove", string
31 "op": "remove", string
35 "op": "remove", string
39 "op": "remove", string
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/data/ExtendedSpecs/af-south-1/
H A D06_ssm_service_removal.json3 "op": "remove", string
7 "op": "remove", string
11 "op": "remove", string
15 "op": "remove", string
19 "op": "remove", string
23 "op": "remove", string
27 "op": "remove", string
31 "op": "remove", string
35 "op": "remove", string
39 "op": "remove", string
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/data/ExtendedSpecs/eu-south-1/
H A D06_ssm_service_removal.json3 "op": "remove", string
7 "op": "remove", string
11 "op": "remove", string
15 "op": "remove", string
19 "op": "remove", string
23 "op": "remove", string
27 "op": "remove", string
31 "op": "remove", string
35 "op": "remove", string
39 "op": "remove", string
[all …]
/dports/devel/py-cfn-lint/cfn-lint-0.54.2/src/cfnlint/data/ExtendedSpecs/us-gov-west-1/
H A D06_ssm_service_removal.json3 "op": "remove", string
7 "op": "remove", string
11 "op": "remove", string
15 "op": "remove", string
19 "op": "remove", string
23 "op": "remove", string
27 "op": "remove", string
31 "op": "remove", string
35 "op": "remove", string
39 "op": "remove", string
[all …]

12345678910>>...523