Home
last modified time | relevance | path

Searched refs:citer (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/dports/devel/xtl-quant-stack/xtl-0.7.4/test/
H A Dtest_xcomplex_sequence.cpp93 EXPECT_EQ(*citer, c0); in TEST()
95 ++iter, ++citer; in TEST()
97 EXPECT_EQ(*citer, c1); in TEST()
99 ++iter, ++citer; in TEST()
101 EXPECT_EQ(*citer, c2); in TEST()
103 ++iter, ++citer; in TEST()
107 ++iter, ++citer; in TEST()
126 ++iter, ++citer; in TEST()
130 ++iter, ++citer; in TEST()
134 ++iter, ++citer; in TEST()
[all …]
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Dtask.cc102 typedef SymbolList::const_iterator citer; in add() typedef
103 citer end = symbols.end(); in add()
104 for(citer s=symbols.begin(); s!=end; ++s) { in add()
112 typedef RRList::const_iterator citer; in add() typedef
113 citer end = rrlist.end(); in add()
123 typedef Symbols::const_iterator citer; in symbols() typedef
124 citer end = symbols_.end(); in symbols()
135 typedef RRmap::const_iterator citer; in find() typedef
136 citer found = rrmap_.find(rrid); in find()
143 typedef RRmap::const_iterator citer; in rrlist() typedef
[all …]
/dports/math/gambit/gambit-16.0.1/library/include/gambit/nash/
H A Denumpure.h51 for (StrategyProfileIterator citer(p_game); !citer.AtEnd(); citer++) { in Solve()
52 if ((*citer)->IsNash()) { in Solve()
53 MixedStrategyProfile<Rational> profile = (*citer)->ToMixedStrategyProfile(); in Solve()
81 for (BehaviorProfileIterator citer(p_support); !citer.AtEnd(); citer++) { in Solve()
82 if (citer->IsAgentNash()) { in Solve()
83 MixedBehaviorProfile<Rational> profile = citer->ToMixedBehaviorProfile(); in Solve()
/dports/editors/gedit-plugins/gedit-plugins-40.1/plugins/commander/modules/
H A Dgoto.py36 citer = buf.get_iter_at_mark(ins)
40 linnum = citer.get_line() + int(line[1:])
42 linnum = citer.get_line() - int(line[1:])
51 citer = buf.get_iter_at_line(linnum)
53 column = min(max(0, column), citer.get_chars_in_line() - 1)
55 citer = buf.get_iter_at_line(linnum)
56 citer.forward_chars(column)
58 buf.place_cursor(citer)
59 view.scroll_to_iter(citer, 0.0, True, 0, 0.5)
/dports/misc/gnome-devel-docs/gnome-devel-docs-40.3/platform-demos/C/samples/
H A Dtreeview_cellrenderertoggle.py70 citer = self.store.iter_children(piter)
73 while citer is not None:
74 self.store[citer][1] = current_value
75 citer = self.store.iter_next(citer)
81 citer = self.store.get_iter(path)
82 piter = self.store.iter_parent(citer)
83 citer = self.store.iter_children(piter)
86 while citer is not None:
87 if self.store[citer][1] == False:
90 citer = self.store.iter_next(citer)
/dports/devel/mstch/mstch-1.0.2-1-g0fde1cf/src/
H A Dutils.cpp4 mstch::citer mstch::first_not_ws(mstch::citer begin, mstch::citer end) { in first_not_ws()
10 mstch::citer mstch::first_not_ws(mstch::criter begin, mstch::criter end) { in first_not_ws()
16 mstch::criter mstch::reverse(mstch::citer it) { in reverse()
17 return std::reverse_iterator<mstch::citer>(it); in reverse()
25 citer start = str.begin(); in html_escape()
27 auto add_escape = [&out, &start](const std::string& escaped, citer& it) { in html_escape()
H A Dutils.hpp8 using citer = std::string::const_iterator; typedef
11 citer first_not_ws(citer begin, citer end);
12 citer first_not_ws(criter begin, criter end);
14 criter reverse(citer it);
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/detail/mustache/
H A Dutils.cpp36 citer first_not_ws(citer begin, citer end) { in first_not_ws()
45 citer first_not_ws(criter begin, criter end) { in first_not_ws()
54 criter reverse(citer it) { in reverse()
55 return std::reverse_iterator<citer>(it); in reverse()
H A Dutils.h38 using citer = std::string::const_iterator; variable
41 citer first_not_ws(citer begin, citer end);
42 citer first_not_ws(criter begin, criter end);
43 criter reverse(citer it);
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dlanguage.hy29 (for [val citer]
37 (let [[citer (iter coll)]]
39 (next citer))
41 citer))
50 (let [[citer (iter coll)]]
51 (for [val citer]
114 (let [[citer (iter coll)]]
115 (for [val citer]
143 (for [val citer]
146 (next citer))))
[all …]
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dlanguage.hy29 (for [val citer]
37 (let [[citer (iter coll)]]
39 (next citer))
41 citer))
50 (let [[citer (iter coll)]]
51 (for [val citer]
114 (let [[citer (iter coll)]]
115 (for [val citer]
143 (for [val citer]
146 (next citer))))
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/acpi/
H A Dacpi_srat.c233 struct cpulist *citer; in acpisrat_parse() local
235 CPU_REM(citer); in acpisrat_parse()
236 cpu_free(citer); in acpisrat_parse()
265 struct cpulist *citer; in acpisrat_quirks() local
279 CPU_FOREACH(citer) { in acpisrat_quirks()
280 mem = mem_get(citer->cpu.nodeid); in acpisrat_quirks()
312 struct cpulist *citer; in acpisrat_refresh() local
334 CPU_FOREACH(citer) { in acpisrat_refresh()
363 CPU_FOREACH(citer) { in acpisrat_refresh()
402 CPU_REM(citer); in acpisrat_refresh()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/devel/boost-python-libs/boost_1_72_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/databases/percona57-server/boost_1_59_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/databases/xtrabackup/boost_1_59_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/databases/percona57-client/boost_1_59_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/devel/boost-libs/boost_1_72_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/bimap/test/
H A Dtest_bimap_project.cpp54 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
86 BOOST_CHECK( cbm.project_up (citer) == citer ); in test_bimap_project()
87 BOOST_CHECK( cbm.project_left (citer) == left_citer ); in test_bimap_project()
88 BOOST_CHECK( cbm.project_right(citer) == right_citer ); in test_bimap_project()
90 BOOST_CHECK( cbm.project_up (left_citer) == citer ); in test_bimap_project()
94 BOOST_CHECK( cbm.project_up (right_citer) == citer ); in test_bimap_project()
104 BOOST_CHECK( cbm.project_up (right_iter) == citer ); in test_bimap_project()
110 bm.project_right( citer)->first = "r"; in test_bimap_project()
123 BOOST_CHECK( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
124 BOOST_CHECK( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/devel/hyperscan/boost_1_75_0/libs/bimap/test/
H A Dtest_bimap_project.cpp53 bm_type:: const_iterator citer = cbm.begin(); in test_bimap_project() local
85 BOOST_TEST( cbm.project_up (citer) == citer ); in test_bimap_project()
86 BOOST_TEST( cbm.project_left (citer) == left_citer ); in test_bimap_project()
87 BOOST_TEST( cbm.project_right(citer) == right_citer ); in test_bimap_project()
89 BOOST_TEST( cbm.project_up (left_citer) == citer ); in test_bimap_project()
93 BOOST_TEST( cbm.project_up (right_citer) == citer ); in test_bimap_project()
103 BOOST_TEST( cbm.project_up (right_iter) == citer ); in test_bimap_project()
109 bm.project_right( citer)->first = "r"; in test_bimap_project()
122 BOOST_TEST( cbm.project< left_tag>(citer) == left_citer ); in test_bimap_project()
123 BOOST_TEST( cbm.project<right_tag>(citer) == right_citer ); in test_bimap_project()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Mesh/include/
H A DitkConnectedRegionsMeshFilter.hxx231 typename std::set< InputMeshCellIdentifier >::iterator citer; in GenerateData() local
237 for ( citer = links.begin(); citer != links.end(); in GenerateData()
238 ++citer ) in GenerateData()
240 m_Wave->push_back(*citer); in GenerateData()
279 for ( citer = links.begin(); citer != links.end(); in GenerateData()
280 ++citer ) in GenerateData()
282 m_Wave->push_back(*citer); in GenerateData()
444 typename std::set< InputMeshCellIdentifier >::iterator citer; in PropagateConnectedWave() local
462 for ( citer = links.begin(); citer != links.end(); ++citer ) in PropagateConnectedWave()
464 if ( m_Visited[*citer] < 0 ) in PropagateConnectedWave()
[all …]
/dports/devel/atf/atf-0.21/atf-c/detail/
H A Dmap.c76 atf_map_citer_key(const atf_map_citer_t citer) in atf_map_citer_key() argument
78 const struct map_entry *me = citer.m_entry; in atf_map_citer_key()
84 atf_map_citer_data(const atf_map_citer_t citer) in atf_map_citer_data() argument
86 const struct map_entry *me = citer.m_entry; in atf_map_citer_data()
92 atf_map_citer_next(const atf_map_citer_t citer) in atf_map_citer_next() argument
96 newciter = citer; in atf_map_citer_next()
234 atf_map_citer_t citer; in atf_map_begin_c() local
235 citer.m_map = m; in atf_map_begin_c()
236 citer.m_listiter = atf_list_begin_c(&m->m_list); in atf_map_begin_c()
237 citer.m_entry = atf_list_citer_data(citer.m_listiter); in atf_map_begin_c()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractSelectedBlock.cxx145 vtkCompositeDataIterator* citer = cd->NewIterator(); in RequestData() local
146 for (citer->InitTraversal(); !citer->IsDoneWithTraversal(); in RequestData()
147 citer->GoToNextItem()) in RequestData()
150 blocks.find(citer->GetCurrentFlatIndex()); in RequestData()
153 output->SetDataSet(citer, citer->GetCurrentDataObject()); in RequestData()
156 citer->Delete(); in RequestData()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-math/src/test/java/de/lmu/ifi/dbs/elki/math/linearalgebra/
H A DVMathOperationsTest.java337 final int[] citer = { 0, 1, 2 }; in testGet() local
338 …m1, riter[0], riter[riter.length - 1] + 1, citer[0], citer[citer.length - 1] + 1), getMatrix(m1, r… in testGet()
339 …sertTrue(VMath.equals(getMatrix(m1, riter, citer[0], citer[citer.length - 1] + 1), getMatrix(m1, r… in testGet()
340 ….equals(getMatrix(m1, riter[0], riter[riter.length - 1] + 1, citer), getMatrix(m1, riter, citer))); in testGet()
441 final int[] riter = { 0, 1, 2, 3 }, citer = { 0, 1, 2, 3, 4 }; in testSet() local
442 final double[][] res2 = new double[riter.length][citer.length]; in testSet()
444 … setMatrix(res2, riter[0], riter[riter.length - 1] + 1, citer[0], citer[citer.length - 1] + 1, m2); in testSet()
445 assertTrue(VMath.equals(res2, getMatrix(m2, riter, citer))); in testSet()
448 setMatrix(res2, riter, citer[0], citer[citer.length - 1] + 1, m2); in testSet()
449 assertTrue(VMath.equals(res2, getMatrix(m2, riter, citer))); in testSet()
[all …]

12345678910>>...28