Home
last modified time | relevance | path

Searched refs:itstop (Results 1 – 3 of 3) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DShowNeighborElements.cpp113 auto itstop = _vert2elem.upper_bound(v); in _showLayers() local
114 for(; ite != itstop; ++ite) { in _showLayers()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dpoly.h211 … typename std::vector< monomial<T> >::const_iterator it=p.coord.begin(),itend=p.coord.end(),itstop; in convert() local
231 itstop=it+nterms; in convert()
232 if (itstop->index.back()) in convert()
234 … for (idxcur=itstop->index.begin(),idxend=itstop->index.end()-1;idxcur!=idxend;++idxcur,++itcur){ in convert()
241 for (;it!=itstop;){ in convert()
H A Dthreaded.h3442 typename std::vector< T_unsigned<T,U> >::const_iterator itstop; in peval_x1_xn() local
3459 if (nterms>2 && itend-it>nterms && (itstop=it+nterms)->u % mainvar==uend){ in peval_x1_xn()
3461 for (;it!=itstop;){ in peval_x1_xn()