Home
last modified time | relevance | path

Searched refs:v_begin (Results 1 – 25 of 53) sorted by relevance

123

/dports/math/graphthing/graphthing-1.3.2/src/
H A Dgraph2.cc59 for (vit = v_begin (); vit != v_end (); ++vit) in is_connected()
104 for (vit = v_begin (); vit != v_end (); ++vit) { in is_strongly_connected()
128 for (vit = v_begin (); vit != v_end (); ++vit) { in eulericity()
147 for (vit = v_begin (); vit != v_end (); ++vit) { in eulericity()
232 for (vit = v_begin (); vit != v_end (); ++vit) in mark_shortest_path()
238 for (vit = v_begin (); vit != v_end (); ++vit) in mark_shortest_path()
290 for (vit = v_begin (); vit != v_end (); ++vit) { in mark_shortest_path()
423 for (vit = v_begin (); vit != v_end (); ++vit) in bfs()
450 for (vit = v_begin (); vit != v_end (); ++vit) in dfs()
811 for (vit = v_begin (); vit != v_end (); ++vit) in chromatic_poly()
[all …]
H A Dexporter.cc67 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in output()
149 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in output()
150 if (vit != g->v_begin ()) in output()
192 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in output()
336 for (vit2 = g->v_begin (); vit2 != g->v_end (); ++vit2) { in output()
H A Dgraph.cc25 for (vit = v_begin (); vit != v_end (); ++vit) in reindex()
45 for (vit = other.v_begin (); vit != other.v_end (); ++vit) { in Graph()
79 for (vit = g.v_begin (); vit != g.v_end (); ++vit) in operator <<()
292 for (vit = v_begin (); vit != v_end (); ++vit) { in remove()
470 for (vit = v_begin (); vit != v_end (); ++vit) in subgraph_marked()
498 for (vit = v_begin (); vit != v_end (); ++vit) { in line_graph()
520 for (vit = v_begin (); vit != v_end (); ++vit) in flattened()
544 Graph::v_iterator Graph::v_begin () in v_begin() function in Graph
564 Graph::v_const_iterator Graph::v_begin () const in v_begin() function in Graph
H A Dgui_cb.cc101 for (vit = graph->v_begin (); vit != graph->v_end (); ++vit) in cb_Edit_SelectAll()
117 for (vit = graph->v_begin (); vit != graph->v_end (); ++vit) { in cb_Edit_InvertSelectionVertices()
173 for (vit = orig->v_begin (); vit != orig->v_end (); ++vit) in cb_Graph_Complement()
177 for (vit = graph->v_begin (); vit != graph->v_end (); ++vit) in cb_Graph_Complement()
214 for (vit = graph->v_begin (); vit != graph->v_end (); ++vit) { in cb_Graph_Subgraph()
404 for (vit = graph->v_begin (); vit != graph->v_end (); ++vit) in cb_Graph_Properties_Connectivity()
457 for (vit = graph->v_begin (); vit != graph->v_end (); ++vit) in cb_Graph_Statistics_DegreeSequence()
520 for (vit = graph->v_begin (); vit != graph->v_end (); ++vit) { in cb_Graph_Statistics_ChromaticNumber()
H A Dgraph.h88 v_iterator v_begin ();
92 v_const_iterator v_begin () const;
H A Dfactory.cc99 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in C()
185 for (vit1 = g->v_begin (); vit1 != g->v_end (); ++vit1) in K()
236 vit1 = g->v_begin (); in L()
292 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in S()
316 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in W()
H A Dcanvas.cc147 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in findVertex()
350 for (vit = g->v_begin (); vit != g->v_end (); ++vit) { in OnPaint()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/util/
H A Dautocrop.cpp24 v_begin, v_op, v_final, v_add, U, V, var) \ in get_shrink_rect() argument
27 for (v = v_begin; v v_op v_final; v v_add) { \ in get_shrink_rect()
69 v_begin, v_op, v_final, v_add, U, V, var) \ in get_shrink_rect2() argument
72 for (v = v_begin; v v_op v_final; v v_add) { \ in get_shrink_rect2()
/dports/devel/ppl/ppl-1.2/interfaces/Java/jni/
H A Dppl_java_common.cc481 for (Variables_Set::const_iterator v_begin = v_set.begin(), in build_java_variables_set() local
482 v_end = v_set.end(); v_begin != v_end; ++v_begin) { in build_java_variables_set()
483 Variable var(*v_begin); in build_java_variables_set()
1138 for (Constraint_System::const_iterator v_begin = cs.begin(), in build_java_constraint_system() local
1139 v_end = cs.end(); v_begin != v_end; ++v_begin) { in build_java_constraint_system()
1154 for (Generator_System::const_iterator v_begin = gs.begin(), in build_java_generator_system() local
1155 v_end = gs.end(); v_begin != v_end; ++v_begin) { in build_java_generator_system()
1156 jobject j_generator = build_java_generator(env, *v_begin); in build_java_generator_system()
1172 v_end = gs.end(); v_begin != v_end; ++v_begin) { in build_java_grid_generator_system()
1187 for (Congruence_System::const_iterator v_begin = cgs.begin(), in build_java_congruence_system() local
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/math/statistics/
H A Dbivariate_statistics.hpp34 …seq_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator …
40 ForwardIterator v_it = v_begin;
68 …lel_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator …
73 const auto v_elements = std::distance(v_begin, v_end);
91 return means_and_covariance_seq_impl<ReturnType>(u_begin, u_end, v_begin, v_end);
113 ForwardIterator v_it = v_begin;
160 …seq_impl(ForwardIterator u_begin, ForwardIterator u_end, ForwardIterator v_begin, ForwardIterator …
167 ForwardIterator v_it = v_begin;
220 const auto v_elements = std::distance(v_begin, v_end);
238 return correlation_coefficient_seq_impl<ReturnType>(u_begin, u_end, v_begin, v_end);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/third_party/quiche/src/spdy/core/
H A Dspdy_alt_svc_wire_format.cc167 quiche::QuicheStringPiece::const_iterator v_begin = in ParseHeaderFieldValue() local
169 while (v_begin < c) { in ParseHeaderFieldValue()
170 quiche::QuicheStringPiece::const_iterator v_end = v_begin; in ParseHeaderFieldValue()
175 if (!ParsePositiveInteger16(v_begin, v_end, &v)) { in ParseHeaderFieldValue()
179 v_begin = v_end + 1; in ParseHeaderFieldValue()
180 if (v_begin == c - 1) { in ParseHeaderFieldValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/third_party/quiche/src/spdy/core/
H A Dspdy_alt_svc_wire_format.cc167 absl::string_view::const_iterator v_begin = parameter_value_begin + 1; in ParseHeaderFieldValue() local
168 while (v_begin < c) { in ParseHeaderFieldValue()
169 absl::string_view::const_iterator v_end = v_begin; in ParseHeaderFieldValue()
174 if (!ParsePositiveInteger16(v_begin, v_end, &v)) { in ParseHeaderFieldValue()
178 v_begin = v_end + 1; in ParseHeaderFieldValue()
179 if (v_begin == c - 1) { in ParseHeaderFieldValue()
/dports/net/sems/sems-f89581a/core/
H A DAmUtils.cpp793 v_begin=0, v_end=0; in get_header_keyvalue_single() local
883 v_begin=p; in get_header_keyvalue_single()
887 v_begin=p; in get_header_keyvalue_single()
920 if (v_begin && v_end) { in get_header_keyvalue_single()
921 if ((v_end - v_begin > 1) && in get_header_keyvalue_single()
922 (param_hdr[v_begin] == param_hdr[v_end-1]) && in get_header_keyvalue_single()
923 ((param_hdr[v_begin] == '\'') || (param_hdr[v_begin] == '"'))) in get_header_keyvalue_single()
924 return param_hdr.substr(v_begin+1, v_end-v_begin-2); // whole value quoted in get_header_keyvalue_single()
926 return param_hdr.substr(v_begin, v_end-v_begin); in get_header_keyvalue_single()
/dports/devel/ppl/ppl-1.2/interfaces/OCaml/
H A Dppl_ocaml_common.cc516 v_end = ppl_cgs.end(); v_begin != v_end; ++v_begin) { in build_ocaml_congruence_system()
518 Store_field(new_tail, 0, build_ocaml_congruence(*v_begin)); in build_ocaml_congruence_system()
530 for (Constraint_System::const_iterator v_begin = ppl_cs.begin(), in build_ocaml_constraint_system() local
531 v_end = ppl_cs.end(); v_begin != v_end; ++v_begin) { in build_ocaml_constraint_system()
533 Store_field(new_tail, 0, build_ocaml_constraint(*v_begin)); in build_ocaml_constraint_system()
545 for (Generator_System::const_iterator v_begin = ppl_gs.begin(), in build_ocaml_generator_system() local
546 v_end = ppl_gs.end(); v_begin != v_end; ++v_begin) { in build_ocaml_generator_system()
548 Store_field(new_tail, 0, build_ocaml_generator(*v_begin)); in build_ocaml_generator_system()
561 v_end = ppl_ggs.end(); v_begin != v_end; ++v_begin) { in build_ocaml_grid_generator_system()
1510 v_begin = ppl_node->art_parameter_begin(), in ppl_PIP_Tree_Node_artificials() local
[all …]
/dports/math/minizinc-ide/MiniZincIDE-2.5.5/cp-profiler/src/cpprofiler/pixel_views/
H A Dpt_canvas.cpp193 const auto v_begin = all ? 0 : pwidget_->horizontalScrollBar()->value(); in drawPixelTree() local
196 const auto v_end = all ? totalSlices() : v_begin + visible_slices; in drawPixelTree()
200 for (auto slice = v_begin; slice < v_end && !end_reached; ++slice) in drawPixelTree()
202 int x = slice - v_begin; in drawPixelTree()
/dports/devel/hpx/hpx-1.2.1/hpx/components/containers/partitioned_vector/
H A Dpartitioned_vector_view.hpp58 pvector_iterator && v_begin, in partitioned_vector_view()
64 traits::segment(std::forward<pvector_iterator>(v_begin)),
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dalpha_expansion_graphcut.h236 Vertex_iterator v_begin, v_end; in init_vertices() local
238 for(boost::tie(v_begin, v_end) = vertices(graph); v_begin != v_end; ++v_begin) { in init_vertices()
239 boost::put(boost::vertex_index, graph, *v_begin, index++); in init_vertices()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DStatic_filter_with_scaling.cpp737 … std::set<Variable*>::iterator v_begin = add_bounds->group_cache.reverse_mapping[ maxvar ].begin(); in make_max_computation() local
741 std::copy( v_begin, v_end, std::inserter( vars_tmp, vars_tmp.begin() ) ); in make_max_computation()
757 for( ; v_begin != v_end; ++v_begin ) { in make_max_computation()
759 max_var_cover[maxvar].find( *v_begin ) == max_var_cover[maxvar].end() ) in make_max_computation()
761 MSG("var left: " << (*v_begin)->id ) in make_max_computation()
762 compute_max_from( maxvar, *v_begin, scope ); in make_max_computation()
763 max_var_cover[maxvar].insert( *v_begin ); in make_max_computation()
/dports/science/tfel/tfel-3.4.0/bindings/python/mtest/
H A DCurrentState.cxx43 v_begin(tfel::math::vector<mtest::CurrentState>& s){ in TFEL_PYTHON_CURRENTSTATEGETTER()
240 boost::python::range<return_internal_reference<>>(&v_begin,&v_end)) in declareCurrentState()
/dports/science/tfel-edf/tfel-3.2.1/bindings/python/mtest/
H A DCurrentState.cxx43 v_begin(tfel::math::vector<mtest::CurrentState>& s){ in TFEL_PYTHON_CURRENTSTATEGETTER()
240 boost::python::range<return_internal_reference<>>(&v_begin,&v_end)) in declareCurrentState()
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/src/
H A Dknuth-bendix-impl.hpp626 internal_string_type::iterator const& v_begin = u->begin(); in internal_rewrite() local
639 auto it = _set_rules.find(lookup(v_begin, v_end)); in internal_rewrite()
642 if (rule->lhs()->size() <= static_cast<size_t>(v_end - v_begin)) { in internal_rewrite()
644 v_begin, v_end, rule->lhs()->cbegin(), rule->lhs()->cend())); in internal_rewrite()
653 > static_cast<size_t>((v_end - v_begin))) { in internal_rewrite()
/dports/math/libsemigroups/libsemigroups-1.3.7/src/
H A Dknuth-bendix-impl.hpp635 internal_string_type::iterator const& v_begin = u->begin(); in internal_rewrite() local
648 auto it = _set_rules.find(lookup(v_begin, v_end)); in internal_rewrite()
651 if (rule->lhs()->size() <= static_cast<size_t>(v_end - v_begin)) { in internal_rewrite()
653 v_begin, v_end, rule->lhs()->cbegin(), rule->lhs()->cend())); in internal_rewrite()
662 > static_cast<size_t>((v_end - v_begin))) { in internal_rewrite()
/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem.cc2064 for (Variables_Set::const_iterator v_begin = i_vars.begin(), in solve_mip() local
2065 v_end = i_vars.end(); v_begin != v_end; ++v_begin) { in solve_mip()
2066 gcd_assign(gcd, p.coefficient(Variable(*v_begin)), p_divisor); in solve_mip()
2068 non_int_dim = *v_begin; in solve_mip()
2252 for (Variables_Set::const_iterator v_begin = i_vars.begin(), in is_mip_satisfiable() local
2253 v_end = i_vars.end(); v_begin != v_end; ++v_begin) { in is_mip_satisfiable()
2254 gcd_assign(gcd, p.coefficient(Variable(*v_begin)), p_divisor); in is_mip_satisfiable()
2256 non_int_dim = *v_begin; in is_mip_satisfiable()
/dports/devel/ppl/ppl-1.2/demos/ppl_pips/
H A Dppl_pips.cc160 v_begin = vars.begin(), in pip_display_sol() local
162 i = v_begin; i != v_end; ++i) { in pip_display_sol()
163 out << ((i == v_begin) ? "" : " ; ") in pip_display_sol()
/dports/graphics/aseprite/aseprite-1.2.9/src/doc/
H A Dmask.cpp441 v_begin, v_op, v_final, v_add, U, V, var) \ in shrink() argument
444 for (v = v_begin; v v_op v_final; v v_add) { \ in shrink()

123