Home
last modified time | relevance | path

Searched refs:h_it (Results 1 – 25 of 35) sorted by relevance

12

/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dis_sphere_h_impl.cc36 …ator<coefficient_type,SparseMatrix<coefficient_type>,base_complex_type,false,false> h_it(SC,dim,0); in is_homology_sphere() local
37 if (h_it->betti_number!=1 || h_it->torsion.size()!=0) in is_homology_sphere()
39 for (++h_it; !h_it.at_end(); ++h_it) { in is_homology_sphere()
40 if (h_it->betti_number !=0 || h_it->torsion.size() !=0) in is_homology_sphere()
/dports/math/boolector/boolector-3.2.2/src/preprocess/
H A Dbtorelimapplies.c52 BtorPtrHashTableIterator h_it; in btor_eliminate_applies() local
124 btor_iter_hashptr_init (&h_it, substs); in btor_eliminate_applies()
125 while (btor_iter_hashptr_has_next (&h_it)) in btor_eliminate_applies()
127 btor_node_release (btor, btor_iter_hashptr_next_data (&h_it)->as_ptr); in btor_eliminate_applies()
137 btor_iter_hashptr_init (&h_it, cache); in btor_eliminate_applies()
138 while (btor_iter_hashptr_has_next (&h_it)) in btor_eliminate_applies()
140 btor_node_release (btor, h_it.bucket->data.as_ptr); in btor_eliminate_applies()
141 btor_node_pair_delete (btor, btor_iter_hashptr_next (&h_it)); in btor_eliminate_applies()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/customize/
H A Dmacropg.cxx334 if( h_it == eventsHash->end() ) in DisplayAppEvents()
340 OUString eventURL = h_it->second.second; in DisplayAppEvents()
406 if(h_it != pThis->m_appEventsHash.end() ) in GenericHandler_Impl()
408 sEventType = h_it->second.first; in GenericHandler_Impl()
409 sEventURL = h_it->second.second; in GenericHandler_Impl()
417 sEventType = h_it->second.first; in GenericHandler_Impl()
418 sEventURL = h_it->second.second; in GenericHandler_Impl()
469 h_it->second.first = sEventType; in GenericHandler_Impl()
470 h_it->second.second = sEventURL; in GenericHandler_Impl()
475 h_it->second.first = sEventType; in GenericHandler_Impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/customize/
H A Dmacropg.cxx343 if( h_it == eventsHash->end() ) in DisplayAppEvents()
349 OUString eventURL = h_it->second.second; in DisplayAppEvents()
415 if(h_it != pThis->m_appEventsHash.end() ) in GenericHandler_Impl()
417 sEventType = h_it->second.first; in GenericHandler_Impl()
418 sEventURL = h_it->second.second; in GenericHandler_Impl()
426 sEventType = h_it->second.first; in GenericHandler_Impl()
427 sEventURL = h_it->second.second; in GenericHandler_Impl()
478 h_it->second.first = sEventType; in GenericHandler_Impl()
479 h_it->second.second = sEventURL; in GenericHandler_Impl()
484 h_it->second.first = sEventType; in GenericHandler_Impl()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/CoMISo/NSolver/
H A DLeastSquaresProblem.cc170 NConstraintInterface::SMatrixNC::iterator h_it = Hterm.begin(); in eval_hessian() local
172 for(; h_it != h_end; ++h_it) in eval_hessian()
173 _H.coeffRef(h_it.row(),h_it.col()) += 2.0*vterm*(*h_it); in eval_hessian()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Utils/
H A DMeshCheckerT_impl.hh146 typename Mesh::ConstHalfedgeIter h_it(mesh_.halfedges_begin()), in check() local
151 for (; h_it != h_end; ++h_it) in check()
153 if (!is_deleted(mesh_.edge_handle(*h_it))) in check()
155 hh = *h_it; in check()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/smdlib/
H A Dsmd_atom.F248 integer h_it,i_it
254 if(.not.ma_push_get(mt_log,nr,'tmp',h_it,i_it))
282 if(.not.ma_pop_stack(h_it))
303 integer h_it,i_it
318 if(.not.ma_push_get(mt_log,nrmax,'tmp',h_it,i_it))
340 if(.not.ma_pop_stack(h_it))
361 integer h_it,i_it
374 if(.not.ma_push_get(mt_int,nrmax,'tmp',h_it,i_it))
392 if(.not.ma_pop_stack(h_it))
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/smdlib/
H A Dsmd_atom.F248 integer h_it,i_it
254 if(.not.ma_push_get(mt_log,nr,'tmp',h_it,i_it))
282 if(.not.ma_pop_stack(h_it))
303 integer h_it,i_it
318 if(.not.ma_push_get(mt_log,nrmax,'tmp',h_it,i_it))
340 if(.not.ma_pop_stack(h_it))
361 integer h_it,i_it
374 if(.not.ma_push_get(mt_int,nrmax,'tmp',h_it,i_it))
392 if(.not.ma_pop_stack(h_it))
/dports/math/openmesh/OpenMesh-8.1/Doc/Examples/
H A Diterators.cc8 for (MyMesh::HalfedgeIter h_it=mesh.halfedges_begin(); h_it!=mesh.halfedges_end(); ++h_it) variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/provider/
H A DProviderCache.cxx67 ProviderDetails_hash::iterator h_it = m_hProviderDetailsCache.find( providerName ); in getProvider() local
68 if ( h_it != m_hProviderDetailsCache.end() ) in getProvider()
70 if ( h_it->second.provider.is() ) in getProvider()
72 provider = h_it->second.provider; in getProvider()
77 provider = createProvider( h_it->second ); in getProvider()
H A DBrowseNodeFactoryImpl.cxx232 auto h_it = in loadChildNodes() local
235 if ( h_it != m_hBNA->end() ) in loadChildNodes()
237 … BrowseNodeAggregator* bna = static_cast< BrowseNodeAggregator* >( h_it->second.get() ); in loadChildNodes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/scripting/source/provider/
H A DProviderCache.cxx68 ProviderDetails_hash::iterator h_it = m_hProviderDetailsCache.find( providerName ); in getProvider() local
69 if ( h_it != m_hProviderDetailsCache.end() ) in getProvider()
71 if ( h_it->second.provider.is() ) in getProvider()
73 provider = h_it->second.provider; in getProvider()
78 provider = createProvider( h_it->second ); in getProvider()
H A DBrowseNodeFactoryImpl.cxx238 auto h_it = in loadChildNodes() local
241 if ( h_it != m_hBNA->end() ) in loadChildNodes()
243 … BrowseNodeAggregator* bna = static_cast< BrowseNodeAggregator* >( h_it->second.get() ); in loadChildNodes()
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/
H A DpathPlanner.cpp50 for(auto h_it = small_objects.begin(); h_it != small_objects.end(); h_it++) in update() local
52 for(auto it = h_it->second.begin(); it != h_it->second.end();) in update()
54 if (it->source && hashPosition(it->source->getPosition()) == h_it->first) in update()
63 it = h_it->second.erase(it); in update()
/dports/math/geogram/geogram-1.7.7/src/bin/fpg/
H A DStatic_filter_with_scaling.cpp157 for( iterator h_it = begin(); h_it!= end(); ++h_it ) { in make_partial_order() local
158 if( g_it == h_it ) in make_partial_order()
160 const Group &h = h_it->first; in make_partial_order()
161 Variable *vh = h_it->second; in make_partial_order()
184 for( iterator h_it = begin(); h_it!= end(); ++h_it ) { in is_intersection_free() local
185 const Group &h = h_it->first; in is_intersection_free()
195 …bool g_includes_h = subset_relation[g_it->first].find( h_it->second ) != subset_relation[g_it->fir… in is_intersection_free()
196 …bool h_includes_g = subset_relation[h_it->second].find( g_it->first ) != subset_relation[h_it->sec… in is_intersection_free()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DPolyMeshT_impl.hh352 HalfedgeIter h_it(Kernel::halfedges_begin()), h_end(Kernel::halfedges_end()); in update_halfedge_normals() local
354 for (; h_it != h_end; ++h_it) in update_halfedge_normals()
355 this->set_normal(*h_it, calc_halfedge_normal(*h_it, _feature_angle)); in update_halfedge_normals()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtabfind.cpp1300 TabVector_IT h_it(hlines); in Deskew() local
1301 for (h_it.mark_cycle_pt(); !h_it.cycled_list(); h_it.forward()) { in Deskew()
1302 TabVector *h = h_it.data(); in Deskew()
1350 TabVector_IT h_it(horizontal_lines); in ResetForVerticalText() local
1351 for (h_it.mark_cycle_pt(); !h_it.cycled_list(); h_it.forward()) { in ResetForVerticalText()
1352 TabVector *h = h_it.data(); in ResetForVerticalText()
1357 h_it.set_to_list(horizontal_lines); in ResetForVerticalText()
1358 h_it.add_list_after(&ex_verticals); in ResetForVerticalText()
H A Dlinefind.cpp417 TabVector_IT h_it(vectors); in FindAndRemoveHLines() local
418 for (h_it.mark_cycle_pt(); !h_it.cycled_list(); h_it.forward()) { in FindAndRemoveHLines()
419 h_it.data()->XYFlip(); in FindAndRemoveHLines()
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/lcbio/
H A Dmanager.cc221 HostMap::iterator h_it; in shutdown() local
223 for (h_it = ht.begin(); h_it != ht.end(); ++h_it) { in shutdown()
224 PoolHost *he = h_it->second; in shutdown()
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/
H A DKeys.cc640 HandlerMap::iterator h_it = m_handler_map.begin(), in setKeyMode() local
642 for (; h_it != h_it_end; ++h_it) in setKeyMode()
643 h_it->second->grabButtons(); in setKeyMode()
/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dunittests_trimesh_iterators.cc946 for (auto h_it = mesh_.halfedges_begin(); h_it != mesh_.halfedges_end(); ++h_it) in TEST_F() local
951 for (auto h_it = mesh_.halfedges_sbegin(); h_it != mesh_.halfedges_end(); ++h_it) in TEST_F() local
/dports/math/cgal/CGAL-5.3/demo/Triangulation_2/
H A DConstrained_Delaunay_triangulation_2.cpp586 for(Polygon::Hole_const_iterator h_it = in loadWKT() local
587 p.holes_begin(); h_it != p.holes_end(); ++h_it) in loadWKT()
589 for(Point point : h_it->container()) in loadWKT()
592 e_it=h_it->edges_begin(); e_it != h_it->edges_end(); ++e_it) in loadWKT()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DNonDMultilevelSampling.cpp2059 h_it!=sum_H.end() || ll_it!=sum_LL.end() || in accumulate_cv_sums()
2074 h_it->second[qoi] += hf_prod; in accumulate_cv_sums()
2075 ++h_it; h_ord = (h_it == sum_H.end()) ? 0 : h_it->first; in accumulate_cv_sums()
2237 h_it = sum_H.begin(); ll_it = sum_LL.begin(); in accumulate_mlcv_Qsums()
2241 h_ord = (h_it == sum_H.end()) ? 0 : h_it->first; in accumulate_mlcv_Qsums()
2263 h_it->second(qoi,lev) += hf_l_prod; ++h_it; in accumulate_mlcv_Qsums()
2264 h_ord = (h_it == sum_H.end()) ? 0 : h_it->first; in accumulate_mlcv_Qsums()
2350 h_ord = (h_it == sum_H.end()) ? 0 : h_it->first; in accumulate_mlcv_Ysums()
2357 h_it !=sum_H.end() || ll_it!=sum_LL.end() || in accumulate_mlcv_Ysums()
2372 h_it->second(qoi,lev) += hf_l_prod - hf_lm1_prod; ++h_it; in accumulate_mlcv_Ysums()
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/VDProgMesh/Analyzer/
H A Dvdpmanalyzer.cc651 Mesh::HalfedgeIter h_it; in vdpm_analysis() local
666 for (h_it=mesh_.halfedges_begin(); h_it!=mesh_.halfedges_end(); ++h_it) in vdpm_analysis()
668 vh = mesh_.to_vertex_handle(*h_it); in vdpm_analysis()
669 mesh_.data(*h_it).set_vhierarchy_leaf_node_handle(mesh_.data(vh).vhierarchy_node_handle()); in vdpm_analysis()
/dports/databases/memcached/memcached-1.6.12/
H A Dstorage.c416 item *h_it = p->hdr_it; in recache_or_free() local
419 if (((h_it->it_flags & flags) == flags) && in recache_or_free()
420 h_it->time > current_time - ITEM_UPDATE_INTERVAL && in recache_or_free()
424 it->exptime = h_it->exptime; in recache_or_free()
428 STORAGE_delete(c->thread->storage, h_it); in recache_or_free()
429 item_replace(h_it, it, hv); in recache_or_free()

12