Home
last modified time | relevance | path

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

/dports/cad/xcircuit/xcircuit-3.10.30/
H A Dundo.c869 pointlist tmppts; in undo_one_action() local
872 tmppts = epoly->points; in undo_one_action()
876 erec->save.points = tmppts; in undo_one_action()
882 pointlist tmppts; in undo_one_action() local
894 pointlist tmppts; in undo_one_action() local
904 tmppts = epoly->points; in undo_one_action()
1328 pointlist tmppts; in redo_one_action() local
1331 tmppts = epoly->points; in redo_one_action()
1341 pointlist tmppts; in redo_one_action() local
1353 pointlist tmppts; in redo_one_action() local
[all …]
H A Dnetlist.c961 XPoint *tmppts, sbbox[2]; in search_on_siblings() local
983 tmppts = (XPoint *)realloc(tmppts, sizeof(XPoint)); in search_on_siblings()
990 UTransformPoints(tmppts, tmppts, 1, subsibinst->position, in search_on_siblings()
1006 tmppts = (XPoint *)realloc(tmppts, sizeof(XPoint)); in search_on_siblings()
1013 UTransformPoints(tmppts, tmppts, 1, subsibinst->position, in search_on_siblings()
1023 tmppts = (XPoint *)realloc(tmppts, tpoly->number * sizeof(XPoint)); in search_on_siblings()
1030 UTransformPoints(tmppts, tmppts, tpoly->number, subsibinst->position, in search_on_siblings()
1075 free(tmppts); in search_on_siblings()
1928 for (endpt = tmppts; endpt < tmppts + EndPoint(number); endpt++) { in searchconnect()
1977 endpt = tmppts; in searchconnect()
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A De_chop.c244 s_point_s tmppts[MAX_POINTS]; in dice_polygons() local
245 s_point_s *points = tmppts; in dice_polygons()
329 if (points != tmppts) in dice_polygons()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Drectangular_3_center_2.h1170 std::vector< Point > tmppts(f, l); in rectangular_3_center_2_type2()
1172 partition(tmppts.begin(), tmppts.end(), in rectangular_3_center_2_type2()
1174 IP tmppos = min_max_element(ii, tmppts.end(), in rectangular_3_center_2_type2()
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/hxt/tetBR/src/
H A DtetgenBR.cxx11646 point tmppts[3]; in checkflipeligibility() local
11657 tmppts[0] = pa; in checkflipeligibility()
11658 tmppts[1] = pb; in checkflipeligibility()
11659 tmppts[2] = pc; in checkflipeligibility()
11661 if (tmppts[i] != dummypoint) { in checkflipeligibility()
11663 intflag = tri_edge_test(pe, pd, tmppts[i], fc->seg[0], fc->seg[1], in checkflipeligibility()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DtetgenBR.cxx11668 point tmppts[3]; in checkflipeligibility() local
11679 tmppts[0] = pa; in checkflipeligibility()
11680 tmppts[1] = pb; in checkflipeligibility()
11681 tmppts[2] = pc; in checkflipeligibility()
11683 if (tmppts[i] != dummypoint) { in checkflipeligibility()
11685 intflag = tri_edge_test(pe, pd, tmppts[i], fc->seg[0], fc->seg[1], in checkflipeligibility()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/tetgen/
H A Dtetgen.cpp18385 point tmppts[3]; in checkflipeligibility() local
18396 tmppts[0] = pa; in checkflipeligibility()
18397 tmppts[1] = pb; in checkflipeligibility()
18398 tmppts[2] = pc; in checkflipeligibility()
18400 if (tmppts[i] != dummypoint) { in checkflipeligibility()
18402 intflag = tri_edge_test(pe, pd, tmppts[i], fc->seg[0], fc->seg[1], in checkflipeligibility()
/dports/math/libmesh/libmesh-1.6.2/contrib/tetgen/
H A Dtetgen.C18766 point tmppts[3]; in checkflipeligibility() local
18777 tmppts[0] = pa; in checkflipeligibility()
18778 tmppts[1] = pb; in checkflipeligibility()
18779 tmppts[2] = pc; in checkflipeligibility()
18781 if (tmppts[i] != dummypoint) { in checkflipeligibility()
18783 intflag = tri_edge_test(pe, pd, tmppts[i], fc->seg[0], fc->seg[1], in checkflipeligibility()
/dports/science/elmerfem/elmerfem-release-9.0/misc/tetgen_plugin/plugin/
H A Dtetgen.cxx18332 point tmppts[3]; in checkflipeligibility() local
18343 tmppts[0] = pa; in checkflipeligibility()
18344 tmppts[1] = pb; in checkflipeligibility()
18345 tmppts[2] = pc; in checkflipeligibility()
18347 if (tmppts[i] != dummypoint) { in checkflipeligibility()
18349 intflag = tri_edge_test(pe, pd, tmppts[i], fc->seg[0], fc->seg[1], in checkflipeligibility()
/dports/math/tetgen/tetgen1.5.1/
H A Dtetgen.cxx18766 point tmppts[3]; in checkflipeligibility() local
18777 tmppts[0] = pa; in checkflipeligibility()
18778 tmppts[1] = pb; in checkflipeligibility()
18779 tmppts[2] = pc; in checkflipeligibility()
18781 if (tmppts[i] != dummypoint) { in checkflipeligibility()
18783 intflag = tri_edge_test(pe, pd, tmppts[i], fc->seg[0], fc->seg[1], in checkflipeligibility()