Home
last modified time | relevance | path

Searched refs:PQbucket (Results 1 – 10 of 10) sorted by relevance

/dports/math/p5-Math-Geometry-Voronoi/Math-Geometry-Voronoi-1.3/
H A Dheap.c18 last = &PQhash[ PQbucket(he)] ; in PQinsert()
38 last = &PQhash[PQbucket(he)] ; in PQdelete()
51 PQbucket(Halfedge * he) in PQbucket() function
H A Dvdefs.h98 int PQbucket(Halfedge *) ;
/dports/databases/grass7/grass-7.8.6/vector/v.voronoi/
H A Dsw_heap.c13 last = &PQhash[PQbucket(he)]; in PQinsert()
31 last = &PQhash[PQbucket(he)]; in PQdelete()
42 int PQbucket(struct Halfedge *he) in PQbucket() function
H A Dsw_defs.h104 int PQbucket(struct Halfedge *);
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dheap.c28 static int PQbucket(Halfedge * he) in PQbucket() function
52 last = &PQhash[PQbucket(he)]; in PQinsert()
69 last = &PQhash[PQbucket(he)]; in PQdelete()
/dports/math/concorde/concorde/EDGEGEN/
H A Ddelaunay.c177 PQbucket (delaunaydat *dd, struct Halfedge *he),
824 last = &dd->PQhash[PQbucket (dd, he)]; in PQinsert()
840 last = &dd->PQhash[PQbucket (dd, he)]; in PQdelete()
850 static int PQbucket (delaunaydat *dd, struct Halfedge *he) in PQbucket() function
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/Voronoi/include/
H A DitkVoronoiDiagram2DGenerator.h272 int PQbucket(FortuneHalfEdge *task);
H A DitkVoronoiDiagram2DGenerator.hxx504 last = &( m_PQHash[PQbucket(task)] ); in deletePQ()
526 VoronoiDiagram2DGenerator< TCoordRepType >::PQbucket(FortuneHalfEdge *task) in PQbucket() function in itk::VoronoiDiagram2DGenerator
552 FortuneHalfEdge *last = &( m_PQHash[PQbucket(he)] ); in insertPQ()
/dports/science/fastjet/fastjet-3.3.4/include/fastjet/internal/
H A DVoronoi.hh317 int PQbucket(Halfedge *he);
/dports/science/fastjet/fastjet-3.3.4/src/
H A DVoronoi.cc676 last = &PQhash[PQbucket(he)]; in PQinsert()
695 last = &PQhash[PQbucket(he)]; in PQdelete()
706 int VoronoiDiagramGenerator::PQbucket(Halfedge *he) in PQbucket() function in VoronoiDiagramGenerator