Home
last modified time | relevance | path

Searched refs:st_it (Results 1 – 11 of 11) sorted by relevance

/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dstellar_all_faces.cc97 for (auto st_it = entire(star_facets); !st_it.at_end(); ++st_it) { in stellar_all_faces() local
98 const Set<Int> neighbors = DG.adjacent_nodes(*st_it)-star_facets; in stellar_all_faces()
101 const Int v = (*facets_of_VIF[*st_it] * *facets_of_VIF[*n_it]).front(); in stellar_all_faces()
102 … const Vector<Scalar> inequ = bisector(facet_normals[*st_it], facet_normals[*n_it], V[v]); in stellar_all_faces()
116 for (auto st_it = entire(star_facets); !st_it.at_end(); ++st_it) { in stellar_all_faces() local
117 const Set<Int> neighbors = DG.adjacent_nodes(*st_it)-star_facets; in stellar_all_faces()
120 Set<Int> new_facet = (*facets_of_VIF[*st_it]) * (*facets_of_VIF[*n_it]); in stellar_all_faces()
132 corr_old_facet.push_back(*st_it); in stellar_all_faces()
133 corr_new_facets[*st_it] += f_count; in stellar_all_faces()
H A Dstellar_indep_faces.cc75 for (auto st_it = entire(star_facets); !st_it.at_end(); ++st_it) { in stellar_indep_faces() local
76 const Set<Int> neighbors = DG.adjacent_nodes(*st_it) - star_facets; in stellar_indep_faces()
79 const Int v = (VIF[*st_it] * VIF[*n_it]).front(); in stellar_indep_faces()
80 const Vector<Scalar> inequ = bisector(F[*st_it], F[*n_it], V[v]); in stellar_indep_faces()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/alnmgr/
H A Dalnsegments.cpp374 st_it, in x_ConsolidateGaps()
376 if (st_it->first == seq2) { in x_ConsolidateGaps()
464 st_it, in x_MinimizeGaps()
466 seq = st_it->first; in x_MinimizeGaps()
506 st_it, in x_MinimizeGaps()
509 seq = st_it->first; in x_MinimizeGaps()
510 TSeqPos orig_start = st_it->second->first; in x_MinimizeGaps()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/alnmgr/
H A Dalnsegments.cpp374 st_it, in x_ConsolidateGaps()
376 if (st_it->first == seq2) { in x_ConsolidateGaps()
464 st_it, in x_MinimizeGaps()
466 seq = st_it->first; in x_MinimizeGaps()
506 st_it, in x_MinimizeGaps()
509 seq = st_it->first; in x_MinimizeGaps()
510 TSeqPos orig_start = st_it->second->first; in x_MinimizeGaps()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/shepp/
H A DContactFunctions.H761 set<string>::const_iterator st_it; in cmd_contact_update() local
764 for (st_it = status.begin(); st_it != status.end(); st_it++) { in cmd_contact_update()
765 printf("%s ", (*st_it).c_str()); in cmd_contact_update()
773 for (st_it = status.begin(); st_it != status.end(); st_it++) { in cmd_contact_update()
774 printf("%s ", (*st_it).c_str()); in cmd_contact_update()
H A DBrOrgFunctions.H902 set<string>::const_iterator st_it; in cmd_brorg_update() local
905 for (st_it = status.begin(); st_it != status.end(); st_it++) { in cmd_brorg_update()
906 printf("%s ", (*st_it).c_str()); in cmd_brorg_update()
914 for (st_it = status.begin(); st_it != status.end(); st_it++) { in cmd_brorg_update()
915 printf("%s ", (*st_it).c_str()); in cmd_brorg_update()
/dports/devel/kf5-kservice/kservice-5.89.0/src/services/
H A Dkservice.cpp193 QListIterator<QString> st_it(lstServiceTypes); in init() local
194 while (st_it.hasNext()) { in init()
195 const QString st = st_it.next(); in init()
201 if (st_it.hasNext()) { in init()
204 const int val = st_it.peekNext().toInt(&isNumber); in init()
207 st_it.next(); in init()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/libdxfrw/src/intern/
H A Ddwgreader.cpp62 std::map<duint32, DRW_Textstyle*>::iterator st_it = stylemap.find(handle); in findTableName() local
63 if (st_it != stylemap.end()) in findTableName()
64 name = (st_it->second)->name; in findTableName()
/dports/cad/solvespace/solvespace-2.3/extlib/libdxfrw/intern/
H A Ddwgreader.cpp64 std::map<duint32, DRW_Textstyle*>::iterator st_it = stylemap.find(handle); in findTableName() local
65 if (st_it != stylemap.end()) in findTableName()
66 name = (st_it->second)->name; in findTableName()
/dports/graphics/qgis/qgis-3.22.3/external/libdxfrw/intern/
H A Ddwgreader.cpp74 std::map<duint32, DRW_Textstyle *>::iterator st_it = stylemap.find( handle ); in findTableName() local
75 if ( st_it != stylemap.end() ) in findTableName()
76 name = ( st_it->second )->name; in findTableName()
/dports/graphics/qgis-ltr/qgis-3.16.16/external/libdxfrw/intern/
H A Ddwgreader.cpp91 std::map<duint32, DRW_Textstyle *>::iterator st_it = stylemap.find( handle ); in findTableName() local
92 if ( st_it != stylemap.end() ) in findTableName()
93 name = ( st_it->second )->name; in findTableName()