Home
last modified time | relevance | path

Searched refs:neighborp (Results 1 – 25 of 149) sorted by relevance

123456

/dports/cad/verilator/verilator-4.216/src/
H A DV3TSP.cpp189 Vertex* const neighborp = castVertexp(bestEdgep->top()); in makeMinSpanningTree() local
190 if (visited_set.find(neighborp) == visited_set.end()) { in makeMinSpanningTree()
193 << neighborp->key() << endl); in makeMinSpanningTree()
196 mstp->addEdge(from_vertexp->key(), neighborp->key(), bestCost); in makeMinSpanningTree()
200 visited_set.insert(neighborp); in makeMinSpanningTree()
203 for (V3GraphEdge* edgep = neighborp->outBeginp(); edgep; in makeMinSpanningTree()
305 Vertex* const neighborp = castVertexp(edgep->top()); in findEulerTourRecurse() local
307 << " to " << neighborp->key() << endl); in findEulerTourRecurse()
308 cur_vertexp = neighborp; in findEulerTourRecurse()
350 const Vertex* const neighborp = castVertexp(edgep->top()); in dumpGraph() local
[all …]
/dports/devel/tokamak/tokamak_release/tools/adjacency/
H A Dadjacency.cpp262 facetT * neighbor, ** neighborp; in main() local
391 facetT * neighbor, ** neighborp; in main() local
455 facetT * neighbor, ** neighborp; in main() local
504 facetT * neighbor, ** neighborp; in main() local
531 facetT * neighbor, ** neighborp; in main() local
/dports/science/berkeleygw/BGW-2.0.0/Common/qhull/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1147 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1366 facetT *neighbor, **neighborp; in qh_makeridges() local
1522 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1983 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2182 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2493 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3209 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/qhulldir/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1147 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1366 facetT *neighbor, **neighborp; in qh_makeridges() local
1522 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1983 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2182 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2493 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3209 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/libqhull/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1152 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1371 facetT *neighbor, **neighborp; in qh_makeridges() local
1527 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1988 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2187 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2498 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3214 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/qhull-2003.1/src/
H A Dmerge.c487 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
647 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
703 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1143 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1362 facetT *neighbor, **neighborp; in qh_makeridges() local
1518 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1979 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2178 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2489 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3205 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/qhull/2012.1/src/libqhull/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1147 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1366 facetT *neighbor, **neighborp; in qh_makeridges() local
1522 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1983 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2182 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2493 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3209 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/alg/internal_libqhull/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1147 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1366 facetT *neighbor, **neighborp; in qh_makeridges() local
1522 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1983 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2182 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2493 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3209 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1152 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1371 facetT *neighbor, **neighborp; in qh_makeridges() local
1527 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1988 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2187 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2498 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3214 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/math/py-pyhull/pyhull-2015.2.1/src/libqhull/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1152 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1371 facetT *neighbor, **neighborp; in qh_makeridges() local
1527 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1988 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2187 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2498 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3214 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/alg/internal_libqhull/
H A Dmerge.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1147 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1366 facetT *neighbor, **neighborp; in qh_makeridges() local
1522 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1983 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2182 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2493 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3209 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/math/R-cran-geometry/geometry/src/
H A Dmerge_r.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1151 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1370 facetT *neighbor, **neighborp; in qh_makeridges() local
1526 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1987 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2186 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2497 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3213 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/qhull/src/libqhull_r/
H A Dmerge_r.c489 facetT *facet, *neighbor, **neighborp; in qh_checkzero() local
649 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
705 facetT *neighbor, **neighborp; in qh_degen_redundant_neighbors() local
1151 facetT *facet, *neighbor, **neighborp; in qh_getmergeset() local
1370 facetT *neighbor, **neighborp; in qh_makeridges() local
1526 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
1987 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
2186 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
2497 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
3213 facetT *neighbor, **neighborp; in qh_renamevertex() local
[all …]
/dports/math/octave/octave-6.4.0/libinterp/dldfcn/
H A D__voronoi__.cc232 facetT *neighbor, **neighborp;
312 facetT *neighbor, **neighborp;
/dports/math/qhull8/qhull-8.0.2/src/libqhull/
H A Duserprintf.c47 facetT *neighbor, **neighborp; local
H A Dpoly.c137 facetT *newfacet= NULL, *neighbor, **neighborp, *horizon, *visible; in qh_attachnewfacets() local
189 neighborp--; /* repeat */ in qh_attachnewfacets()
726 facetT *neighbor, **neighborp, *newfacet= NULL; in qh_makenew_simplicial() local
1279 facetT *newfacet= NULL, *neighbor, **neighborp, *visible; in qh_update_vertexneighbors() local
1387 facetT *newfacet= NULL, *neighbor, **neighborp, *visible; in qh_update_vertexneighbors_cone() local
1400 neighborp--; /* repeat */ in qh_update_vertexneighbors_cone()
H A Dmerge.c975 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
2075 facetT *neighbor, **neighborp; in qh_makeridges() local
2417 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
3063 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
3271 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
3623 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
4023 facetT *neighbor, **neighborp; in qh_neighbor_vertices() local
4736 facetT *neighbor, **neighborp; in qh_renamevertex() local
4959 facetT *neighbor, **neighborp; in qh_test_degen_neighbors() local
5198 facetT *neighbor, **neighborp; in qh_test_redundant_neighbors() local
[all …]
/dports/math/qhull/qhull-7.3.2/src/libqhull/
H A Duserprintf.c47 facetT *neighbor, **neighborp; local
H A Dpoly.c137 facetT *newfacet= NULL, *neighbor, **neighborp, *horizon, *visible; in qh_attachnewfacets() local
189 neighborp--; /* repeat */ in qh_attachnewfacets()
726 facetT *neighbor, **neighborp, *newfacet= NULL; in qh_makenew_simplicial() local
1279 facetT *newfacet= NULL, *neighbor, **neighborp, *visible; in qh_update_vertexneighbors() local
1387 facetT *newfacet= NULL, *neighbor, **neighborp, *visible; in qh_update_vertexneighbors_cone() local
1400 neighborp--; /* repeat */ in qh_update_vertexneighbors_cone()
H A Dmerge.c975 facetT *neighbor, **neighborp; in qh_degen_redundant_facet() local
2075 facetT *neighbor, **neighborp; in qh_makeridges() local
2417 facetT *neighbor, **neighborp; in qh_maydropneighbor() local
3063 facetT *same, *neighbor, **neighborp; in qh_mergecycle_neighbors() local
3271 facetT *neighbor, **neighborp; in qh_mergecycle_vneighbors() local
3623 facetT *neighbor, **neighborp; in qh_mergeneighbors() local
4023 facetT *neighbor, **neighborp; in qh_neighbor_vertices() local
4736 facetT *neighbor, **neighborp; in qh_renamevertex() local
4959 facetT *neighbor, **neighborp; in qh_test_degen_neighbors() local
5198 facetT *neighbor, **neighborp; in qh_test_redundant_neighbors() local
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/spatial/qhull_src/src/
H A Duserprintf_r.c47 facetT *neighbor, **neighborp; in qh_fprintf() local
H A Dpoly_r.c137 facetT *newfacet= NULL, *neighbor, **neighborp, *horizon, *visible; in qh_attachnewfacets() local
189 neighborp--; /* repeat */ in qh_attachnewfacets()
727 facetT *neighbor, **neighborp, *newfacet= NULL; in qh_makenew_simplicial() local
1280 facetT *newfacet= NULL, *neighbor, **neighborp, *visible; in qh_update_vertexneighbors() local
1388 facetT *newfacet= NULL, *neighbor, **neighborp, *visible; in qh_update_vertexneighbors_cone() local
1401 neighborp--; /* repeat */ in qh_update_vertexneighbors_cone()
/dports/math/qhull8/qhull-8.0.2/src/libqhull_r/
H A Duserprintf_r.c47 facetT *neighbor, **neighborp; in qh_fprintf() local
H A Dpoly_r.c137 facetT *newfacet= NULL, *neighbor, **neighborp, *horizon, *visible;
189 neighborp--; /* repeat */
727 facetT *neighbor, **neighborp, *newfacet= NULL;
1280 facetT *newfacet= NULL, *neighbor, **neighborp, *visible;
1388 facetT *newfacet= NULL, *neighbor, **neighborp, *visible;
1401 neighborp--; /* repeat */
/dports/math/qhull/qhull-7.3.2/src/libqhull_r/
H A Duserprintf_r.c47 facetT *neighbor, **neighborp; in qh_fprintf() local

123456