Home
last modified time | relevance | path

Searched refs:VList (Results 1 – 25 of 224) sorted by relevance

123456789

/dports/cad/opencascade/opencascade-7.6.0/src/HLRBRep/
H A DHLRBRep_EdgeBuilder.cxx42 Standard_DomainError_Raise_if(!VList.More(), in HLRBRep_EdgeBuilder()
50 for (;VList.More();VList.Next()) { in HLRBRep_EdgeBuilder()
53 if (VList.IsBoundary()) { in HLRBRep_EdgeBuilder()
54 switch (VList.Orientation()) { in HLRBRep_EdgeBuilder()
78 if (VList.IsInterference()) { in HLRBRep_EdgeBuilder()
79 switch (VList.Transition()) { in HLRBRep_EdgeBuilder()
102 switch (VList.BoundaryTransition()) { in HLRBRep_EdgeBuilder()
123 V = VList.Current(); in HLRBRep_EdgeBuilder()
125 VList.IsBoundary(), in HLRBRep_EdgeBuilder()
126 VList.IsInterference(), in HLRBRep_EdgeBuilder()
[all …]
/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-server/src/
H A DGeometry.cc116 struct VList { in AddCroppedTriangle() struct
118 VList* prev; in AddCroppedTriangle() argument
119 VList* next; in AddCroppedTriangle() argument
122 VList() {} in AddCroppedTriangle() function
123 VList(const Vector3i& v, VList* p, VList* n): vertex(v), prev(p), next(n), last(false) {} in AddCroppedTriangle() function
126 VList vertices[6]; in AddCroppedTriangle()
127 vertices[0] = VList(a, &vertices[2], &vertices[1]); in AddCroppedTriangle()
128 vertices[1] = VList(b, &vertices[0], &vertices[2]); in AddCroppedTriangle()
129 vertices[2] = VList(c, &vertices[1], &vertices[0]); in AddCroppedTriangle()
134 VList* p = &vertices[0]; in AddCroppedTriangle()
[all …]
/dports/net/storj/storj-1.45.3/web/satellite/tests/unit/mock/components/
H A DTestList.vue5 <VList
15 import VList from '@/components/common/VList.vue';
22 VList,
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dxf/
H A Dscene.cpp105 for (VList::iterator itr = vertices.begin(); in addTriangles()
107 VList::iterator a; in addTriangles()
108 VList::iterator b; in addTriangles()
109 VList::iterator c; in addTriangles()
137 for (VList::iterator itr = vertices.begin(); in addQuads()
139 VList::iterator a = vertices.end(); in addQuads()
140 VList::iterator b = vertices.end(); in addQuads()
141 VList::iterator c = vertices.end(); in addQuads()
142 VList::iterator d = vertices.end(); in addQuads()
168 VList& vl = ly->_quads[cindex]; in addQuads()
H A Dscene.h142 typedef std::vector<osg::Vec3d> VList; typedef
143 typedef std::map<unsigned short, VList> MapVList;
144 typedef std::vector<VList> VListList;
191 for (VList::iterator itr = mitr->second.begin(); in osgPoints()
212 for (VList::iterator vitr = itr->begin(); in osgLines()
224 for (VList::iterator itr = mitr->second.begin(); in osgLines()
239 VList::iterator itr; in osgTriangles()
247 VList& normlist = _trinorms[mitr->first]; in osgTriangles()
265 VList::iterator itr; in osgQuads()
272 VList& normlist = _quadnorms[mitr->first]; in osgQuads()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dxf/
H A Dscene.cpp105 for (VList::iterator itr = vertices.begin(); in addTriangles()
107 VList::iterator a; in addTriangles()
108 VList::iterator b; in addTriangles()
109 VList::iterator c; in addTriangles()
137 for (VList::iterator itr = vertices.begin(); in addQuads()
139 VList::iterator a = vertices.end(); in addQuads()
140 VList::iterator b = vertices.end(); in addQuads()
141 VList::iterator c = vertices.end(); in addQuads()
142 VList::iterator d = vertices.end(); in addQuads()
168 VList& vl = ly->_quads[cindex]; in addQuads()
H A Dscene.h142 typedef std::vector<osg::Vec3d> VList; typedef
143 typedef std::map<unsigned short, VList> MapVList;
144 typedef std::vector<VList> VListList;
191 for (VList::iterator itr = mitr->second.begin(); in osgPoints()
212 for (VList::iterator vitr = itr->begin(); in osgLines()
224 for (VList::iterator itr = mitr->second.begin(); in osgLines()
239 VList::iterator itr; in osgTriangles()
247 VList& normlist = _trinorms[mitr->first]; in osgTriangles()
265 VList::iterator itr; in osgQuads()
272 VList& normlist = _quadnorms[mitr->first]; in osgQuads()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/include/elemental/lapack-like/props/Pseudospectrum/
H A DIRL.hpp73 std::vector<Matrix<Complex<Real>>>& VList ) in Restart() argument
76 const Int n = VList[0].Height(); in Restart()
77 const Int numShifts = VList[0].Width(); in Restart()
104 Matrix<Complex<Real>>& V = VList[0]; in Restart()
118 std::vector<DistMatrix<Complex<Real>>>& VList ) in Restart() argument
124 VLocList[j] = View( VList[j].Matrix() ); in Restart()
169 Zeros( VList[j], n, numShifts ); in IRL()
170 Gaussian( VList[0], n, numShifts ); in IRL()
408 VList[j].SetGrid( g ); in IRL()
409 Zeros( VList[j], n, numShifts ); in IRL()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Parser/
H A Dpragma-loop.cpp115 int VList[Length]; in test() local
117 for (int j : VList) { in test()
118 VList[j] = List[j]; in test()
122 for (int j : VList) { in test()
123 VList[j] = List[j]; in test()
127 for (int j : VList) { in test()
128 VList[j] = List[j]; in test()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Parser/
H A Dpragma-loop.cpp115 int VList[Length]; in test() local
117 for (int j : VList) { in test()
118 VList[j] = List[j]; in test()
122 for (int j : VList) { in test()
123 VList[j] = List[j]; in test()
127 for (int j : VList) { in test()
128 VList[j] = List[j]; in test()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length]; in test() local
123 for (int j : VList) { in test()
124 VList[j] = List[j]; in test()
128 for (int j : VList) { in test()
129 VList[j] = List[j]; in test()
133 for (int j : VList) { in test()
134 VList[j] = List[j]; in test()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length]; in test() local
123 for (int j : VList) { in test()
124 VList[j] = List[j]; in test()
128 for (int j : VList) { in test()
129 VList[j] = List[j]; in test()
133 for (int j : VList) { in test()
134 VList[j] = List[j]; in test()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Parser/
H A Dpragma-loop.cpp115 int VList[Length]; in test() local
117 for (int j : VList) { in test()
118 VList[j] = List[j]; in test()
122 for (int j : VList) { in test()
123 VList[j] = List[j]; in test()
127 for (int j : VList) { in test()
128 VList[j] = List[j]; in test()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Parser/
H A Dpragma-loop.cpp115 int VList[Length]; in test() local
117 for (int j : VList) { in test()
118 VList[j] = List[j]; in test()
122 for (int j : VList) { in test()
123 VList[j] = List[j]; in test()
127 for (int j : VList) { in test()
128 VList[j] = List[j]; in test()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Parser/
H A Dpragma-loop.cpp113 int VList[Length]; in test() local
115 for (int j : VList) { in test()
116 VList[j] = List[j]; in test()
120 for (int j : VList) { in test()
121 VList[j] = List[j]; in test()
125 for (int j : VList) { in test()
126 VList[j] = List[j]; in test()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Parser/
H A Dpragma-loop.cpp115 int VList[Length]; in test() local
117 for (int j : VList) { in test()
118 VList[j] = List[j]; in test()
122 for (int j : VList) { in test()
123 VList[j] = List[j]; in test()
127 for (int j : VList) { in test()
128 VList[j] = List[j]; in test()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length]; in test() local
123 for (int j : VList) { in test()
124 VList[j] = List[j]; in test()
128 for (int j : VList) { in test()
129 VList[j] = List[j]; in test()
133 for (int j : VList) { in test()
134 VList[j] = List[j]; in test()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length]; in test() local
123 for (int j : VList) { in test()
124 VList[j] = List[j]; in test()
128 for (int j : VList) { in test()
129 VList[j] = List[j]; in test()
133 for (int j : VList) { in test()
134 VList[j] = List[j]; in test()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length]; in test() local
123 for (int j : VList) { in test()
124 VList[j] = List[j]; in test()
128 for (int j : VList) { in test()
129 VList[j] = List[j]; in test()
133 for (int j : VList) { in test()
134 VList[j] = List[j]; in test()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length]; in test() local
123 for (int j : VList) { in test()
124 VList[j] = List[j]; in test()
128 for (int j : VList) { in test()
129 VList[j] = List[j]; in test()
133 for (int j : VList) { in test()
134 VList[j] = List[j]; in test()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length]; in test() local
123 for (int j : VList) { in test()
124 VList[j] = List[j]; in test()
128 for (int j : VList) { in test()
129 VList[j] = List[j]; in test()
133 for (int j : VList) { in test()
134 VList[j] = List[j]; in test()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Parser/
H A Dpragma-loop.cpp121 int VList[Length];
123 for (int j : VList) {
124 VList[j] = List[j];
128 for (int j : VList) {
129 VList[j] = List[j];
133 for (int j : VList) {
134 VList[j] = List[j];
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Parser/
H A Dpragma-loop.cpp113 int VList[Length]; in test() local
115 for (int j : VList) { in test()
116 VList[j] = List[j]; in test()
120 for (int j : VList) { in test()
121 VList[j] = List[j]; in test()
125 for (int j : VList) { in test()
126 VList[j] = List[j]; in test()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/Parser/
H A Dpragma-loop.cpp113 int VList[Length]; in test() local
115 for (int j : VList) { in test()
116 VList[j] = List[j]; in test()
120 for (int j : VList) { in test()
121 VList[j] = List[j]; in test()
125 for (int j : VList) { in test()
126 VList[j] = List[j]; in test()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepOffset/
H A DBRepOffset_MakeLoops.cxx150 TopTools_ListOfShape VList; in Build() local
153 VList.Append(VerExp.Value()); in Build()
154 TopTools_ListIteratorOfListOfShape itlv(VList); in Build()
367 TopTools_ListOfShape VList; in BuildOnContext() local
370 VList.Append( VerExp.Value() ); in BuildOnContext()
371 TopTools_ListIteratorOfListOfShape itlv( VList ); in BuildOnContext()
559 TopTools_ListOfShape VList; in BuildFaces() local
562 VList.Append( VerExp.Value() ); in BuildFaces()
563 TopTools_ListIteratorOfListOfShape itlv( VList ); in BuildFaces()

123456789