Home
last modified time | relevance | path

Searched refs:first_out (Results 1 – 25 of 72) sorted by relevance

123

/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Dlist_graph.h41 int first_in, first_out; member
141 e.id = nodes[v.id].first_out; in firstOut()
489 nodes[b.id].first_out=nodes[n.id].first_out;
490 nodes[n.id].first_out=-1;
797 int first_out; member
1037 nodes[n].first_out = -1; in addNode()
1062 nodes[v.id].first_out = n; in addEdge()
1608 int first_out; member
1916 nodes[n].first_out = -1; in addRedNode()
1944 nodes[n].first_out = -1; in addBlueNode()
[all …]
H A Dedge_set.h42 int first_out, first_in; member
111 (*_nodes)[u].first_out = n; in addArc()
143 (*_nodes)[node].first_out = -1; in clear()
365 int first_out; member
366 NodeT() : first_out(-1) {} in NodeT()
451 (*_nodes)[v].first_out = n; in addEdge()
792 int first_out, first_in; member
845 (*_nodes)[u].first_out = n; in addArc()
1078 int first_out; member
1079 NodeT() : first_out(-1) {} in NodeT()
[all …]
H A Dsmart_graph.h41 int first_in, first_out; member
79 nodes[n].first_out = -1; in addNode()
269 nodes[b._id].first_out=nodes[n._id].first_out;
270 nodes[n._id].first_out=-1;
397 int first_out; member
578 nodes[n].first_out = -1; in addNode()
592 nodes[v._id].first_out = n; in addEdge()
817 int first_out; member
1061 nodes[n].first_out = -1; in addRedNode()
1073 nodes[n].first_out = -1; in addBlueNode()
[all …]
/dports/math/lemon/lemon-1.3.1/lemon/
H A Dlist_graph.h41 int first_in, first_out; member
141 e.id = nodes[v.id].first_out; in firstOut()
489 nodes[b.id].first_out=nodes[n.id].first_out;
490 nodes[n.id].first_out=-1;
797 int first_out; member
1037 nodes[n].first_out = -1; in addNode()
1062 nodes[v.id].first_out = n; in addEdge()
1608 int first_out; member
1916 nodes[n].first_out = -1; in addRedNode()
1944 nodes[n].first_out = -1; in addBlueNode()
[all …]
H A Dedge_set.h42 int first_out, first_in; member
111 (*_nodes)[u].first_out = n; in addArc()
143 (*_nodes)[node].first_out = -1; in clear()
365 int first_out; member
366 NodeT() : first_out(-1) {} in NodeT()
451 (*_nodes)[v].first_out = n; in addEdge()
792 int first_out, first_in; member
845 (*_nodes)[u].first_out = n; in addArc()
1078 int first_out; member
1079 NodeT() : first_out(-1) {} in NodeT()
[all …]
H A Dsmart_graph.h41 int first_in, first_out; member
79 nodes[n].first_out = -1; in addNode()
269 nodes[b._id].first_out=nodes[n._id].first_out;
270 nodes[n._id].first_out=-1;
397 int first_out; member
578 nodes[n].first_out = -1; in addNode()
592 nodes[v._id].first_out = n; in addEdge()
817 int first_out; member
1061 nodes[n].first_out = -1; in addRedNode()
1073 nodes[n].first_out = -1; in addBlueNode()
[all …]
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Dlist_graph.h41 int first_in, first_out; member
141 e.id = nodes[v.id].first_out; in firstOut()
489 nodes[b.id].first_out=nodes[n.id].first_out;
490 nodes[n.id].first_out=-1;
797 int first_out; member
1037 nodes[n].first_out = -1; in addNode()
1062 nodes[v.id].first_out = n; in addEdge()
1608 int first_out; member
1916 nodes[n].first_out = -1; in addRedNode()
1944 nodes[n].first_out = -1; in addBlueNode()
[all …]
H A Dedge_set.h42 int first_out, first_in; member
111 (*_nodes)[u].first_out = n; in addArc()
143 (*_nodes)[node].first_out = -1; in clear()
365 int first_out; member
366 NodeT() : first_out(-1) {} in NodeT()
451 (*_nodes)[v].first_out = n; in addEdge()
792 int first_out, first_in; member
845 (*_nodes)[u].first_out = n; in addArc()
1078 int first_out; member
1079 NodeT() : first_out(-1) {} in NodeT()
[all …]
H A Dsmart_graph.h41 int first_in, first_out; member
79 nodes[n].first_out = -1; in addNode()
269 nodes[b._id].first_out=nodes[n._id].first_out;
270 nodes[n._id].first_out=-1;
397 int first_out; member
578 nodes[n].first_out = -1; in addNode()
592 nodes[v._id].first_out = n; in addEdge()
817 int first_out; member
1061 nodes[n].first_out = -1; in addRedNode()
1073 nodes[n].first_out = -1; in addBlueNode()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/maxflow-v2.21.src/forward_star/
H A Dgraph.cpp54 i -> first_out = (arc_forward *) 0; in add_node()
99 ((node *)from) -> first_out = in add_edge()
100 (arc_forward *) ((int)(((node *)from) -> first_out) + 1); in add_edge()
166 k = (int) i -> first_out; in prepare_graph()
195 i -> first_out = a_for; in prepare_graph()
225 i -> first_out = a_for; in prepare_graph()
232 ab_for -> current = ab_for -> last_node -> first_out; in prepare_graph()
269 af = -- from -> first_out; in prepare_graph()
285 a_for = i -> first_out; in prepare_graph()
304 a_for_first = i -> first_out; in prepare_graph()
[all …]
H A Dmaxflow.cpp277 a0_for_first = i -> first_out; in process_source_orphan()
283 else a0_for_last = (i + 1) -> first_out; in process_source_orphan()
460 a0_for_first = i -> first_out; in process_sink_orphan()
466 else a0_for_last = (i + 1) -> first_out; in process_sink_orphan()
662 a_for_first = i -> first_out; in maxflow()
668 else a_for_last = (i + 1) -> first_out; in maxflow()
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/lemon/
H A Dsmart_graph.h50 int first_in, first_out; member
91 nodes[n].first_out = -1; in addNode()
169 edge.id = nodes[node.id].first_out; in firstOut()
294 nodes[b.id].first_out=nodes[n.id].first_out;
295 nodes[n.id].first_out=-1;
396 int first_out; member
513 edge.id = nodes[v.id].first_out; in firstOut()
529 int de = nodes[v.id].first_out; in firstInc()
560 nodes[n].first_out = -1; in addNode()
574 nodes[v.id].first_out = n; in addEdge()
[all …]
H A Dlist_graph.h40 int first_in, first_out; member
138 e.id = nodes[v.id].first_out; in firstOut()
194 if(nodes[u.id].first_out != -1) { in addEdge()
292 nodes[n.id].first_out = e.id; in changeSource()
730 int first_out; member
860 e.id = nodes[n].first_out; in first()
885 e.id = nodes[n].first_out; in next()
899 e.id = nodes[v.id].first_out; in firstOut()
915 int de = nodes[v.id].first_out; in firstInc()
959 nodes[n].first_out = -1; in addNode()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/internal/auxiliary/
H A Dgraph.h742 i -> first_out = (arc_forward *) 0;
796 ((node *)from) -> first_out =
893 i -> first_out = a_for;
927 i -> first_out = a_for;
967 af = -- from -> first_out;
981 a_for = i -> first_out;
998 a_for_first = i -> first_out;
1267 a0_for_first = i -> first_out;
1271 } else a0_for_last = (i + 1) -> first_out;
1427 a0_for_first = i -> first_out;
[all …]
/dports/textproc/p5-XML-TreePP/XML-TreePP-0.43/t/
H A D30_first_out.t23 $tpp->set( first_out => [qw( one two three )] );
31 $tpp->set( first_out => [qw( seven eight nine )] );
/dports/net/samba412/samba-4.12.15/ctdb/utils/ceph/
H A Dtest_ceph_rados_reclock.sh59 first_out=$(cat ${TMP_DIR}/first)
60 [ "$first_out" == "0" ] \
61 || _fail "expected lock acquisition (0), but got $first_out"
/dports/databases/spatialite/libspatialite-5.0.1/src/geopackage/
H A Dgaia_cvt_gpkg.c450 int first_out = 1; in create_Spatialite2GPKG_statements() local
506 if (first_out) in create_Spatialite2GPKG_statements()
511 first_out = 0; in create_Spatialite2GPKG_statements()
537 if (first_out) in create_Spatialite2GPKG_statements()
541 first_out = 0; in create_Spatialite2GPKG_statements()
621 int first_out = 1; in create_GPKG2Spatialite_statements() local
677 if (first_out) in create_GPKG2Spatialite_statements()
682 first_out = 0; in create_GPKG2Spatialite_statements()
708 if (first_out) in create_GPKG2Spatialite_statements()
712 first_out = 0; in create_GPKG2Spatialite_statements()
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dscsi-layer.c1888 { int last_valid, first_out; in query_size() local
1914 if(last_valid == 0 && first_out == 0) in query_size()
1917 if(!first_out) in query_size()
1918 first_out = check_sector(dh, warning, test_sector+16, 16); in query_size()
1919 if(!first_out) in query_size()
1920 first_out = check_sector(dh, warning, test_sector+32, 16); in query_size()
1921 if(!first_out) in query_size()
1937 if(last_valid == 0 && first_out == 0) in query_size()
1940 if(!first_out) in query_size()
1942 if(!first_out) in query_size()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DKVStore.pm297 my $first_out = $out;
303 $first_out = [$out->[0]];
305 my ($ckeys, $cvals) = _key_value($key, $first_out);
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/perl-package/AI-MXNet/lib/AI/MXNet/
H A DKVStore.pm297 my $first_out = $out;
303 $first_out = [$out->[0]];
305 my ($ckeys, $cvals) = _key_value($key, $first_out);
/dports/net/p5-XML-Compile-WSDL11/XML-Compile-WSDL11-3.08/lib/XML/Compile/
H A DWSDL11.pm361 my ($first_in, $first_out);
364 $first_out = $i if !defined $first_out && $order[$i] eq 'output';
369 : !defined $first_out ? 'one-way'
370 : $first_in < $first_out ? 'request-response'
/dports/math/octave-forge-control/control-3.3.1/inst/@ss/
H A Dss2ss.m95 function [first_out, second_out, third_out, fourth_out] = ss2ss(first_in, second_in, third_in, four…
127 first_out = ss(A_TRANSFORMED,B_TRANSFORMED,C_TRANSFORMED,D_TRANSFORMED); variable
132 first_out = A_TRANSFORMED; variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/python/mxnet/kvstore/
H A Dkvstore.py475 first_out = out
480 first_out = [out[0]]
481 ckeys, cvals, use_str_keys = _ctype_key_value(key, first_out)
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/python/mxnet/kvstore/
H A Dkvstore.py475 first_out = out
480 first_out = [out[0]]
481 ckeys, cvals, use_str_keys = _ctype_key_value(key, first_out)
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/calf/src/
H A Dplugin.cpp236 int first_out = mod->ladspa->input_count; in cb_connect() local
237 int first_param = first_out + mod->ladspa->output_count; in cb_connect()
240 if ((int)port < first_out) in cb_connect()
243 mod->outs[port - first_out] = DataLocation; in cb_connect()

123