Home
last modified time | relevance | path

Searched refs:curr2 (Results 1 – 25 of 98) sorted by relevance

1234

/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_dim.c74 int curr2; in diff_match_dim() local
101 curr2=0; in diff_match_dim()
116 curr2++; in diff_match_dim()
132 curr2++; in diff_match_dim()
154 if (curr2<td1_2->nobjs) in diff_match_dim()
162 curr2++; in diff_match_dim()
194 curr2=0; in diff_match_dim()
209 curr2++; in diff_match_dim()
225 curr2++; in diff_match_dim()
247 if (curr2<td2_2->nobjs) in diff_match_dim()
[all …]
H A Dhdiff.c285 uint32 curr2=0; in match() local
308 list2->objs[curr2].tag, in match()
309 list2->objs[curr2].ref); in match()
312 curr2++; in match()
332 list2->objs[curr2].tag, in match()
333 list2->objs[curr2].ref); in match()
334 curr2++; in match()
359 if (curr2<nobjects2) in match()
361 while ( curr2<nobjects2 ) in match()
368 list2->objs[curr2].tag, in match()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DMinkowski_sum_decomp_2.h294 for (InputIterator2 curr2 = begin2; curr2 != end2; ++curr2) { in operator() local
297 _compute_sum_of_convex(*curr1, *curr2, sub_sum); in operator()
365 Vertex_circulator first2, curr2, next2; in _compute_sum_of_convex() local
369 ++curr2; in _compute_sum_of_convex()
370 while (curr2 != first2) { in _compute_sum_of_convex()
371 res = f_compare_y(*curr2, *bottom_left2); in _compute_sum_of_convex()
375 bottom_left2 = curr2; in _compute_sum_of_convex()
377 ++curr2; in _compute_sum_of_convex()
383 next2 = curr2 = bottom_left2; in _compute_sum_of_convex()
427 if (inc2 && moved_on2 && (curr2 == bottom_left2)) { in _compute_sum_of_convex()
[all …]
H A DMinkowski_sum_conv_2.h209 Vertex_circulator prev2, curr2, next2; in operator() local
215 prev2 = next2 = curr2 = pgn2.vertices_circulator(); in operator()
225 bottom_left = Vertex_ref(curr2, 0); in operator()
227 bottom_left = Vertex_ref(curr2, k2); in operator()
235 dirs2[k2] = f_direction(f_vector(*curr2, *next2)); in operator()
236 prev2 = curr2; in operator()
237 curr2 = next2; in operator()
259 next2 = curr2 = reflex_it->first; in operator()
283 Vertex_ref(curr2, k2))); in operator()
374 Vertex_circulator next2 = curr2; in _convolution_cycle()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/emboss/
H A Dlistor.c62 ajint curr2; in main() local
136 curr2 = 0; in main()
137 while(curr1 < n1 && curr2 < n2) in main()
139 if(lengths1[order1[curr1]] < lengths2[order2[curr2]]) in main()
142 else if(lengths1[order1[curr1]] > lengths2[order2[curr2]]) in main()
144 curr2++; in main()
149 && lengths1[order1[tmp1]] == lengths2[order2[curr2]]; tmp1++) in main()
150 for(tmp2=curr2; tmp2<n2 && lengths2[order2[tmp2]] == in main()
151 lengths2[order2[curr2]]; tmp2++) in main()
163 curr2 = tmp2; in main()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tiio/
H A Dmovsettings.cpp163 QTAtom curr1 = 0, curr2 = 0; in compareAtoms() local
172 if (QTNextChildAnyType(atoms2, parent2, curr2, &curr2) != noErr) in compareAtoms()
174 assert((curr1 != 0 && curr2 != 0) || (curr1 == 0 && curr2 == 0)); in compareAtoms()
176 if (curr1 == 0 || curr2 == 0) break; in compareAtoms()
182 QTGetAtomTypeAndID(atoms2, curr2, &atomType2, &id2); in compareAtoms()
186 int sonCount2 = QTCountChildrenOfType(atoms2, curr2, 0); in compareAtoms()
189 compareAtoms(atoms1, curr1, atoms2, curr2); in compareAtoms()
197 if (QTGetAtomDataPtr(atoms2, curr2, &size2, (char **)&atomData2) != noErr) in compareAtoms()
202 } while (curr1 != 0 && curr2 != 0); in compareAtoms()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemtbp.c1047 TBP *curr2; in resolveGeneric() local
1053 for (curr2 = tbpQueue; curr2; curr2 = curr2->next) { in resolveGeneric()
1054 if (curr != curr2 && curr2->genericType && curr2->dtype == curr->dtype && in resolveGeneric()
1179 TBP *curr2; in resolveBind() local
1677 for (curr2 = tbpQueue; curr2; curr2 = curr2->next) { in inheritTbps()
1781 for (curr2 = tbpQueue; curr2; curr2 = curr2->next) { in inheritTbps()
1895 for (curr2 = tbpQueue; curr2; curr2 = curr2->next) { in addToDtype()
1896 if (curr2 == curr || curr2->dtype != dtype) in addToDtype()
1899 if (!curr2->genericType && !curr2->isInherited && in addToDtype()
2128 for (prev = curr2 = tbpQueue; curr2;) { in enqueueTbp()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/tests/mem/
H A Dmalloc_tracker_test.cpp28 size_t curr2 = mem::malloc_tracker_current(); in TEST() local
31 ASSERT_GE(curr2 + av[0], curr + 10240000); in TEST()
35 ASSERT_LE(curr, curr2); in TEST()
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_dim.c76 int curr2=0; in match_dim() local
109 curr2++; in match_dim()
123 dt2->objs[curr2].dim_name, in match_dim()
124 dt2->objs[curr2].ref); in match_dim()
125 curr2++; in match_dim()
128 more_names_exist = (curr1<dt1->nobjs && curr2<dt1->nobjs) ? 1 : 0; in match_dim()
147 if (curr2<dt2->nobjs) in match_dim()
149 while ( curr2<dt2->nobjs ) in match_dim()
153 dt2->objs[curr2].dim_name, in match_dim()
154 dt2->objs[curr2].ref); in match_dim()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/tools/lib/
H A Dh5diff_attr.c147 size_t curr2 = 0; in build_match_list_attrs() local
169 while(curr1 < oinfo1.num_attrs && curr2 < oinfo2.num_attrs) { in build_match_list_attrs()
171 h5diffdebug3("build_match_list_attrs 2: %ld - %ld\n", curr2, oinfo2.num_attrs); in build_match_list_attrs()
183 …if((attr2_id = H5Aopen_by_idx(loc2_id, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)curr2, H5P_DEFAUL… in build_match_list_attrs()
197 curr2++; in build_match_list_attrs()
211 curr2++; in build_match_list_attrs()
248 while(curr2 < oinfo2.num_attrs) { in build_match_list_attrs()
249 h5diffdebug3("build_match_list_attrs 2: %ld - %ld\n", curr2, oinfo2.num_attrs); in build_match_list_attrs()
252 …if((attr2_id = H5Aopen_by_idx(loc2_id, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)curr2, H5P_DEFAUL… in build_match_list_attrs()
261 curr2++; in build_match_list_attrs()
H A Dh5diff.c266 size_t curr2 = 0; in build_match_list() local
300 while(curr1 < info1->nused && curr2 < info2->nused) { in build_match_list()
302 path2_lp = (info2->paths[curr2].path) + path2_offset; in build_match_list()
304 type2_l = info2->paths[curr2].type; in build_match_list()
316 info1->paths[curr1].objno == info2->paths[curr2].objno) { in build_match_list()
322 curr2++; in build_match_list()
338 curr2++; in build_match_list()
358 while(curr2 < info2->nused) { in build_match_list()
359 path2_lp = (info2->paths[curr2].path) + path2_offset; in build_match_list()
360 type2_l = info2->paths[curr2].type; in build_match_list()
[all …]
/dports/science/hdf5/hdf5-1.10.6/tools/lib/
H A Dh5diff_attr.c147 size_t curr2 = 0; in build_match_list_attrs() local
169 while(curr1 < oinfo1.num_attrs && curr2 < oinfo2.num_attrs) { in build_match_list_attrs()
171 h5diffdebug3("build_match_list_attrs 2: %ld - %ld\n", curr2, oinfo2.num_attrs); in build_match_list_attrs()
183 …if((attr2_id = H5Aopen_by_idx(loc2_id, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)curr2, H5P_DEFAUL… in build_match_list_attrs()
197 curr2++; in build_match_list_attrs()
211 curr2++; in build_match_list_attrs()
248 while(curr2 < oinfo2.num_attrs) { in build_match_list_attrs()
249 h5diffdebug3("build_match_list_attrs 2: %ld - %ld\n", curr2, oinfo2.num_attrs); in build_match_list_attrs()
252 …if((attr2_id = H5Aopen_by_idx(loc2_id, ".", H5_INDEX_NAME, H5_ITER_INC, (hsize_t)curr2, H5P_DEFAUL… in build_match_list_attrs()
261 curr2++; in build_match_list_attrs()
H A Dh5diff.c266 size_t curr2 = 0; in build_match_list() local
303 while(curr1 < info1->nused && curr2 < info2->nused) { in build_match_list()
305 path2_lp = (info2->paths[curr2].path) + path2_offset; in build_match_list()
307 type2_l = info2->paths[curr2].type; in build_match_list()
319 info1->paths[curr1].objno == info2->paths[curr2].objno) { in build_match_list()
325 curr2++; in build_match_list()
341 curr2++; in build_match_list()
361 while(curr2 < info2->nused) { in build_match_list()
362 path2_lp = (info2->paths[curr2].path) + path2_offset; in build_match_list()
363 type2_l = info2->paths[curr2].type; in build_match_list()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/
H A DCodeFormatterUtilTest.java329 String curr2= formatted.substring(pos2.offset, pos2.offset + pos2.length); in testPackageWithPos() local
330 assertEqualString(curr2, word2); in testPackageWithPos()
364 String curr2= formatted.substring(pos2.offset, pos2.offset + pos2.length); in testVarDeclStatemenetWithPos() local
365 assertEqualString(curr2, word2); in testVarDeclStatemenetWithPos()
403 String curr2= formatted.substring(pos2.offset, pos2.offset + pos2.length); in testJavadoc() local
404 assertEqualString(curr2, word2); in testJavadoc()
442 String curr2= formatted.substring(pos2.offset, pos2.offset + pos2.length); in testJavadoc2() local
443 assertEqualString(curr2, word2); in testJavadoc2()
483 assertEqualString(curr2, word2); in testJavadoc3()
521 assertEqualString(curr2, word2); in testCatchClause()
[all …]
/dports/math/SCIP/scip-7.0.3/applications/STP/src/
H A Dmisc_stp.c103 IDX* curr2; in SCIPintListNodeAppendCopy() local
124 curr2 = node2; in SCIPintListNodeAppendCopy()
154 while( curr2 != NULL ) in SCIPintListNodeAppendCopy()
156 curr2idx = curr2->index; in SCIPintListNodeAppendCopy()
171 curr2 = curr2->parent; in SCIPintListNodeAppendCopy()
187 while( curr2 != NULL ) in SCIPintListNodeAppendCopy()
190 new->index = curr2->index; in SCIPintListNodeAppendCopy()
194 curr2 = curr2->parent; in SCIPintListNodeAppendCopy()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/include/
H A DitkVoronoiDiagram2DGenerator.hxx273 EdgeInfo curr2; in ConstructDiagram() local
380 curr2[0] = curr1[1]; in ConstructDiagram()
381 curr2[1] = curr[0]; in ConstructDiagram()
382 buildEdges.push_back(curr2); in ConstructDiagram()
387 curr2[1] = curr[0]; in ConstructDiagram()
388 buildEdges.push_front(curr2); in ConstructDiagram()
389 curr2[1] = curr2[0]; in ConstructDiagram()
390 curr2[0] = curr1[1]; in ConstructDiagram()
396 curr2[1] = curr[0]; in ConstructDiagram()
398 curr2[1] = curr2[0]; in ConstructDiagram()
[all …]
/dports/net-mgmt/py-pyeapi/pyeapi-0.8.4/test/unit/
H A Dtest_api_vrrp.py450 curr2 = '10.10.4.22'
463 'remove': [curr1, curr2, curr3, curr4]}),
466 'remove': [curr1, curr2, curr3]}),
469 'remove': [curr1, curr2, curr3, curr4]}),
669 curr2 = {'name': 'Ethernet1', 'action': 'shutdown'}
686 'remove': [curr2, curr3, curr4]}),
689 'remove': [curr1, curr2, curr3, curr4, curr5, curr6]}),
692 'remove': [curr1, curr2, curr3, curr4, curr5, curr6]}),
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/adaptagrams/libavoid/
H A Dhyperedgeimprover.cpp349 for (ShiftSegmentList::iterator curr2 = segments.begin(); in mergeOverlappingSegments() local
350 curr2 != segments.end(); ) in mergeOverlappingSegments()
352 if (curr2 == curr) in mergeOverlappingSegments()
354 ++curr2; in mergeOverlappingSegments()
358 static_cast<HyperedgeShiftSegment *> (*curr2); in mergeOverlappingSegments()
362 curr2 = segments.erase(curr2); in mergeOverlappingSegments()
366 ++curr2; in mergeOverlappingSegments()
1079 for (std::list<HyperedgeTreeEdge *>::iterator curr2 = in moveJunctionAlongCommonEdge() local
1080 self->edges.begin(); curr2 != self->edges.end(); ++curr2) in moveJunctionAlongCommonEdge()
1082 if (curr == curr2) in moveJunctionAlongCommonEdge()
[all …]
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/streams/
H A Dstreams_tests.h43 auto curr2 = istr.tell(); in test_stream_length() local
51 auto len2 = end2 - curr2; in test_stream_length()
/dports/cad/openscad/openscad-41f58fe57c03457a3a8b4dc541ef5654ec3e8c78/src/
H A DGeometryEvaluator.cc817 Vector2d curr2 = trans2 * o.vertices[i % o.vertices.size()]; in add_slice() local
819 int diff_sign = sgn_vdiff(prev1 - curr2, curr1 - prev2); in add_slice()
839 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
841 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
855 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
857 if (!any_zero || (any_non_zero && prev2 != curr2)) { in add_slice()
859 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
868 if (!any_zero || (any_non_zero && prev2 != curr2)) { in add_slice()
871 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
876 prev2 = curr2; in add_slice()
/dports/cad/openscad-devel/openscad-63a7c77740030c63d646eb0684ba6947eecb0db7/src/
H A DGeometryEvaluator.cc817 Vector2d curr2 = trans2 * o.vertices[i % o.vertices.size()]; in add_slice() local
819 int diff_sign = sgn_vdiff(prev1 - curr2, curr1 - prev2); in add_slice()
839 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
841 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
855 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
857 if (!any_zero || (any_non_zero && prev2 != curr2)) { in add_slice()
859 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
868 if (!any_zero || (any_non_zero && prev2 != curr2)) { in add_slice()
871 ps->insert_vertex(curr2[0], curr2[1], h2); in add_slice()
876 prev2 = curr2; in add_slice()
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/printcreator/wizard/
H A Dadvprintwizard.cpp326 QRect* const curr2 = s->m_layouts.at(count + 1); in previewPhotos() local
327 photo->updateCropRegion(curr2->width(), in previewPhotos()
328 curr2->height(), in previewPhotos()
/dports/lang/parrot/parrot-8.1.0/src/string/
H A Dapi.c1545 const Parrot_UInt1 *curr2 = (Parrot_UInt1 *)s2->strstart; in Parrot_str_bitwise_and() local
1550 *dp++ = *curr1++ & *curr2++; in Parrot_str_bitwise_and()
1562 const type2 *curr2 = NULL; \
1573 curr2 = (type2 *)(s2)->strstart; \
1580 for (; _index < (maxlen) ; ++curr1, ++curr2, ++dp, ++_index) { \
1583 *dp = *curr1 ^ *curr2; \
1588 *dp = *curr2; \
1597 const type2 *curr2 = NULL; \
1608 curr2 = (type2 *)(s2)->strstart; \
1618 *dp = *curr1 | *curr2; \
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/algorithms/
H A Dfor_loop_induction.cpp167 std::size_t curr2 = 0; in test_for_loop_induction_stride_life_out() local
173 hpx::parallel::induction(curr2, 2), in test_for_loop_induction_stride_life_out()
181 HPX_TEST_EQ(curr2, 2*c.size()); in test_for_loop_induction_stride_life_out()
/dports/textproc/py-petl/petl-1.7.4/petl/io/
H A Davro.py447 field2, curr2 = _get_definition_from_type_of(prop, item, prev)
450 if curr2 is not None:
451 prev = curr2

1234