Home
last modified time | relevance | path

Searched refs:newop (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryGather.cpp44 std::unique_ptr<OpT> newop(new OpT); in _computeGather() local
45 newop->type = OpType_While; in _computeGather()
46 newop->main.value = new LoopParamT; in _computeGather()
47 newop->main.type = OpParameter_LoopParam; in _computeGather()
48 auto loop = newop->main.AsLoopParam(); in _computeGather()
69 newop->name = op->name()->str(); in _computeGather()
164 std::unique_ptr<OpT> newop(new OpT); in onCompute() local
165 newop->type = OpType_While; in onCompute()
166 newop->main.value = new LoopParamT; in onCompute()
169 newop->name = op->name()->str(); in onCompute()
[all …]
H A DGeometryBatchMatMul.cpp93 std::unique_ptr<OpT> newop(new OpT); in onCompute() local
95 newop->name = op->name()->str(); in onCompute()
97 newop->type = OpType_While; in onCompute()
98 newop->main.value = new LoopParamT; in onCompute()
99 newop->main.type = OpParameter_LoopParam; in onCompute()
100 auto loop = newop->main.AsLoopParam(); in onCompute()
146 builder.Finish(Op::Pack(builder, newop.get())); in onCompute()
153 builder.Finish(Op::Pack(builder, newop.get())); in onCompute()
H A DGeometryLSTM.cpp129 std::unique_ptr<OpT> newop(new OpT); in _ComputeLSTMOnnx() local
130 newop->type = OpType_While; in _ComputeLSTMOnnx()
131 newop->main.value = new LoopParamT; in _ComputeLSTMOnnx()
133 auto loop = newop->main.AsLoopParam(); in _ComputeLSTMOnnx()
317 std::unique_ptr<OpT> newop(new OpT); in _ComputeLSTMOnnx() local
318 newop->type = OpType_While; in _ComputeLSTMOnnx()
319 newop->main.value = new LoopParamT; in _ComputeLSTMOnnx()
373 newop->type = OpType_While; in _ComputeLSTMOnnx()
374 newop->main.value = new LoopParamT; in _ComputeLSTMOnnx()
399 newop->type = OpType_While; in _ComputeLSTMOnnx()
[all …]
/dports/games/tads/tads-3.0.8/tads2/
H A Dtadsrsc.c1153 opdef *newop; in addopdir() local
1186 newop->opnxt = cur; in addopdir()
1189 newop->opres = (char *)(newop + 1); in addopdir()
1191 newop->opfile = newop->opres + strlen(newop->opres) + 1; in addopdir()
1195 cur = newop; in addopdir()
1230 opdef *newop; in addop() local
1351 newop->opnxt = cur; in addop()
1353 newop->opres = (char *)(newop + 1); in addop()
1355 strcpy(newop->opres, p); in addop()
1356 newop->opfile = newop->opres + strlen(newop->opres) + 1; in addop()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/m2sci/macros/percent/
H A D%e_st2sci.sci82 newop=Operation("ext",oplist,tree.out)
83 rhs=size(newop.operands)
84 newop=%e2sci(newop)
85 if typeof(newop)=="operation" then
86 tree.out(1).dims=newop.out(1).dims
87 tree.out(1).type=newop.out(1).type
88 tree.out(1).contents=newop.out(1).contents
90 tree.out(1).dims=newop.lhs(1).dims
91 tree.out(1).type=newop.lhs(1).type
92 tree.out(1).contents=newop.lhs(1).contents
H A D%e_ce2sci.sci83 newop=Operation("ext",oplist,tree.out)
84 rhs=size(newop.operands)
85 newop=%e2sci(newop)
86 if typeof(newop)=="operation" then
87 tree.out(1).dims=newop.out(1).dims
88 tree.out(1).type=newop.out(1).type
89 tree.out(1).contents=newop.out(1).contents
91 tree.out(1).dims=newop.lhs(1).dims
92 tree.out(1).type=newop.lhs(1).type
93 tree.out(1).contents=newop.lhs(1).contents
/dports/lang/intercal/intercal-0.31/etc/
H A Dinterfuzz.pl159 my $newop;
161 $newop = random_operand(16), $expr =~ s/\Q$_\E/$newop/g
163 $newop = random_operand(32), $expr =~ s/\Q$_\E/$newop/g
166 $newop = random_constant, $expr =~ s/\Q$_\E/$newop/g
/dports/www/tikiwiki/tiki-21.2/lib/
H A Ddiff.php585 $newop = $left;
588 $newop = $right;
601 $newop = $right;
613 $newop = $left;
616 $newop = false;
624 unset($newop);
642 $op = $newop;
646 if (! $newop) {
655 } elseif (($op > 0 && $newop > 0) || ($op < 0 && $newop < 0)) {
657 $op += $newop;
[all …]
/dports/graphics/dia/dia-0.97.3/objects/UML/
H A Dumloperation.c200 UMLOperation *newop; in uml_operation_copy() local
202 newop = g_new0(UMLOperation, 1); in uml_operation_copy()
204 uml_operation_copy_into(op, newop); in uml_operation_copy()
206 newop->left_connection = g_new0(ConnectionPoint,1); in uml_operation_copy()
207 *newop->left_connection = *op->left_connection; in uml_operation_copy()
208 newop->left_connection->object = NULL; /* must be setup later */ in uml_operation_copy()
210 newop->right_connection = g_new0(ConnectionPoint,1); in uml_operation_copy()
211 *newop->right_connection = *op->right_connection; in uml_operation_copy()
212 newop->right_connection->object = NULL; /* must be setup later */ in uml_operation_copy()
214 return newop; in uml_operation_copy()
/dports/databases/db18/db-18.1.40/test/tcl/
H A Drecd015.tcl136 set newop [berkdb random_int 1 3]
137 set ret [$txn $opval($newop)]
138 error_check_good txn_$opval($newop):$i $ret 0
139 incr opcnt($newop)
140 incr opicnt($newop)
/dports/databases/db5/db-5.3.28/test/tcl/
H A Drecd015.tcl136 set newop [berkdb random_int 1 3]
137 set ret [$txn $opval($newop)]
138 error_check_good txn_$opval($newop):$i $ret 0
139 incr opcnt($newop)
140 incr opicnt($newop)
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A DEncoder.xs83 OP *pushop, *firstargop, *cvop, *lastargop, *argop, *newop; in THX_ck_entersub_args_sereal_encode_with_object() local
116 newop = newUNOP(OP_NULL, 0, NULL); in THX_ck_entersub_args_sereal_encode_with_object()
123 newop = newUNOP(OP_NULL, 0, firstargop); in THX_ck_entersub_args_sereal_encode_with_object()
127 newop->op_type = OP_CUSTOM; in THX_ck_entersub_args_sereal_encode_with_object()
128 newop->op_private = arity == 3; in THX_ck_entersub_args_sereal_encode_with_object()
129 newop->op_ppaddr = THX_pp_sereal_encode_with_object; in THX_ck_entersub_args_sereal_encode_with_object()
135 op_sibling_splice(newop, NULL, 1, firstargop); in THX_ck_entersub_args_sereal_encode_with_object()
139 return newop; in THX_ck_entersub_args_sereal_encode_with_object()
/dports/print/typetools/lcdf-typetools-2.108/libefont/
H A Dpairop.cc55 PairOp newop(left, right, ki, _left_map[left]); in add_kern() local
57 _op.push_back(newop); in add_kern()
71 PairOp newop(left, right, result, kind, _left_map[left]); in add_lig() local
73 _op.push_back(newop); in add_lig()
/dports/print/tex-dvipsk/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dpairop.cc55 PairOp newop(left, right, ki, _left_map[left]); in add_kern() local
57 _op.push_back(newop); in add_kern()
71 PairOp newop(left, right, result, kind, _left_map[left]); in add_lig() local
73 _op.push_back(newop); in add_lig()
/dports/print/texlive-base/texlive-20150521-source/texk/lcdf-typetools/lcdf-typetools-2.104/libefont/
H A Dpairop.cc55 PairOp newop(left, right, ki, _left_map[left]); in add_kern() local
57 _op.push_back(newop); in add_kern()
71 PairOp newop(left, right, result, kind, _left_map[left]); in add_lig() local
73 _op.push_back(newop); in add_lig()
/dports/math/calc/calc-2.14.0.14/
H A Daddop.c675 long newop; in addopfunction() local
677 if ((op == OP_CALL) && ((newop = builtinopcode(index)) != OP_NOP)) { in addopfunction()
678 if ((newop == OP_SETCONFIG) && (count == 1)) in addopfunction()
679 newop = OP_GETCONFIG; in addopfunction()
680 if ((newop == OP_SETEPSILON) && (count == 0)) in addopfunction()
681 newop = OP_GETEPSILON; in addopfunction()
682 if ((newop == OP_ABS) && (count == 1)) in addopfunction()
684 addop(newop); in addopfunction()
/dports/devel/p5-Ref-Util-XS/Ref-Util-XS-0.117/
H A DXS.xs121 OP *newop = NULL; in call_checker_common() local
179 newop = newUNOP( OP_NULL, 0, arg ); in call_checker_common()
181 newop->op_type = OP_CUSTOM; in call_checker_common()
182 newop->op_ppaddr = op_ppaddr; in call_checker_common()
185 return newop; in call_checker_common()
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A DDecoder.xs189 OP *pushop, *firstargop, *cvop, *lastargop, *argop, *newop; in THX_ck_entersub_args_sereal_decoder() local
233 newop = newUNOP(OP_NULL, 0, NULL); in THX_ck_entersub_args_sereal_decoder()
240 newop = newUNOP(OP_NULL, 0, firstargop); in THX_ck_entersub_args_sereal_decoder()
244 newop->op_type = OP_CUSTOM; in THX_ck_entersub_args_sereal_decoder()
245 newop->op_private = opopt; in THX_ck_entersub_args_sereal_decoder()
246 newop->op_ppaddr = opopt & OPOPT_LOOKS_LIKE ? THX_pp_looks_like_sereal : THX_pp_sereal_decode; in THX_ck_entersub_args_sereal_decoder()
252 op_sibling_splice(newop, NULL, 1, firstargop); in THX_ck_entersub_args_sereal_decoder()
256 return newop; in THX_ck_entersub_args_sereal_decoder()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp176 unsigned newop; in optimize_cc_op2() local
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
189 newop = ALU_OP0_NOP; in optimize_cc_op2()
194 a->bc.set_op(newop); in optimize_cc_op2()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp176 unsigned newop; in optimize_cc_op2() local
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
189 newop = ALU_OP0_NOP; in optimize_cc_op2()
194 a->bc.set_op(newop); in optimize_cc_op2()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp176 unsigned newop; in optimize_cc_op2() local
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
189 newop = ALU_OP0_NOP; in optimize_cc_op2()
194 a->bc.set_op(newop); in optimize_cc_op2()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp176 unsigned newop; in optimize_cc_op2() local
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
189 newop = ALU_OP0_NOP; in optimize_cc_op2()
194 a->bc.set_op(newop); in optimize_cc_op2()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp176 unsigned newop; in optimize_cc_op2() local
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
189 newop = ALU_OP0_NOP; in optimize_cc_op2()
194 a->bc.set_op(newop); in optimize_cc_op2()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp176 unsigned newop; in optimize_cc_op2() local
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
189 newop = ALU_OP0_NOP; in optimize_cc_op2()
194 a->bc.set_op(newop); in optimize_cc_op2()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/r600/sb/
H A Dsb_peephole.cpp176 unsigned newop; in optimize_cc_op2() local
180 newop = get_predsetcc_op(cc, cmp_type); in optimize_cc_op2()
183 newop = get_setcc_op(cc, cmp_type, dst_type != AF_FLOAT_DST); in optimize_cc_op2()
186 newop = get_killcc_op(cc, cmp_type); in optimize_cc_op2()
189 newop = ALU_OP0_NOP; in optimize_cc_op2()
194 a->bc.set_op(newop); in optimize_cc_op2()

12345678910>>...16