Home
last modified time | relevance | path

Searched refs:XEDGE (Results 1 – 17 of 17) sorted by relevance

/dports/math/fricas/fricas-1.3.7/src/graph/view3D/
H A Dbuttons3d.c43 #define XEDGE 5 /* leftmost button starts here */ macro
65 buttons[ii].buttonX = XEDGE; buttons[ii].buttonY = 85; in initButtons()
109 buttons[ii].buttonX = XEDGE; buttons[ii].buttonY = PBY; in initButtons()
180 buttons[ii].buttonX = XEDGE; buttons[ii].buttonY = PBY; in initButtons()
251 buttons[ii].buttonX = XEDGE; buttons[ii].buttonY = PBY; in initButtons()
309 buttons[ii].buttonX = XEDGE; buttons[ii].buttonY = 55; in initButtons()
/dports/science/hypre/hypre-2.23.0/src/test/TEST_sstruct/
H A Dsstruct.in.fe_all2_3D38 # XEDGE = 5
H A Dsstruct.in.fe_all2_3D_coord40 # XEDGE = 5
H A Dsstruct.in.fe_all3_3D39 # XEDGE = 5
H A Dsstruct.in.fe_all3_3D_coord41 # XEDGE = 5
H A Dsstruct.in.noaddtoval_edges16 # XEDGE = 5
H A Dsstruct.in.addtoval_edges16 # XEDGE = 5
H A Dsstruct.in.maxwell3d_unscaled16 # XEDGE = 5
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestVolumeToMesh.cc50 EXPECT_TRUE(bool(flags & openvdb::tools::volume_to_mesh_internal::XEDGE)); in TEST_F()
/dports/science/hypre/hypre-2.23.0/src/test/TEST_fac/
H A D3lev.in25 # XEDGE = 5
H A D4lev.in26 # XEDGE = 5
H A D3lev_multibox.in27 # XEDGE = 5
H A D5lev.in27 # XEDGE = 5
H A D6lev.in28 # XEDGE = 5
H A D7lev.in29 # XEDGE = 5
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dsstruct.in.README40 # XEDGE = 5
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h401 XEDGE = 0x200, YEDGE = 0x400, ZEDGE = 0x800, SEAM = 0x1000}; enumerator
2002 if (flags & XEDGE) { in operator()
2273 if (!maskRegion && flags & XEDGE) { in operator()
2541 if (flags & XEDGE) { in constructPolygons()
2564 mesher.addPrim(quad, isInside, tag[bool(refFlags & XEDGE)]); in constructPolygons()
3831 edgeFlags |= inside != ((signFlags & 0x02) != 0) ? XEDGE : 0; in operator()
4090 if (iter.getValue() & XEDGE) ++edgeCount; in operator()