Home
last modified time | relevance | path

Searched defs:aV (Results 1 – 25 of 205) sorted by relevance

123456789

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DMtx.h96 inline static double Normalize(int aN,const SimTK::Vec3& aV,SimTK::Vec3& rV){ in Normalize()
111 inline static double Magnitude(int aN,const SimTK::Vec3& aV){ in Magnitude()
130 … inline static void CrossProduct(const SimTK::Vec3& aV1, const SimTK::Vec3& aV2, SimTK::Vec3& aV){ in CrossProduct()
141 static void PerpendicularUnitVector(const SimTK::Vec3& aV, SimTK::Vec3& rV) in PerpendicularUnitVector()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DStraight_skeleton_builder_2.h605 void InitVertexData( Vertex_handle aV ) in InitVertexData()
654 void GLAV_remove ( Vertex_handle aV ) in GLAV_remove()
755 void Exclude ( Vertex_handle aV ) in Exclude()
764 void SetIsReflex ( Vertex_handle aV ) in SetIsReflex()
769 bool IsReflex ( Vertex_handle aV ) in IsReflex()
774 void SetIsDegenerate ( Vertex_handle aV ) in SetIsDegenerate()
779 bool IsDegenerate ( Vertex_handle aV ) in IsDegenerate()
784 void SetIsProcessed ( Vertex_handle aV ) in SetIsProcessed()
791 bool IsConvex ( Vertex_handle aV ) in IsConvex()
797 bool IsProcessed ( Vertex_handle aV ) in IsProcessed()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Vec2d.hxx141 gp_Vec2d aV = *this; in Added() local
177 gp_Vec2d aV = *this; in Divided() local
200 gp_Vec2d aV = *this; in Multiplied() local
225 gp_Vec2d aV = *this; in Reversed() local
243 gp_Vec2d aV = *this; in Subtracted() local
303 gp_Vec2d aV = *this; in Rotated() local
313 gp_Vec2d aV = *this; in Scaled() local
323 gp_Vec2d aV = *this; in Transformed() local
392 gp_Vec2d aV = *this; in Normalized() local
H A Dgp_Vec.hxx181 gp_Vec aV = *this; in Added() local
196 gp_Vec aV = *this; in Subtracted() local
211 gp_Vec aV = *this; in Multiplied() local
226 gp_Vec aV = *this; in Divided() local
241 gp_Vec aV = *this; in Crossed() local
272 gp_Vec aV = *this; in CrossCrossed() local
309 gp_Vec aV = *this; in Reversed() local
399 gp_Vec aV = *this; in Scaled() local
410 gp_Vec aV = *this; in Transformed() local
493 gp_Vec aV = *this; in Normalized() local
H A Dgp_Dir.hxx219 gp_Dir aV = *this; in Reversed() local
253 gp_Dir aV = *this; in Rotated() local
266 gp_Dir aV = *this; in Transformed() local
456 gp_Dir aV = *this; in Crossed() local
482 gp_Dir aV = *this; in CrossCrossed() local
H A Dgp_Dir2d.hxx194 gp_Dir2d aV = *this; in Reversed() local
221 gp_Dir2d aV = *this; in Rotated() local
234 gp_Dir2d aV = *this; in Transformed() local
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Vec2d.hxx141 gp_Vec2d aV = *this; in Added() local
177 gp_Vec2d aV = *this; in Divided() local
200 gp_Vec2d aV = *this; in Multiplied() local
225 gp_Vec2d aV = *this; in Reversed() local
243 gp_Vec2d aV = *this; in Subtracted() local
303 gp_Vec2d aV = *this; in Rotated() local
313 gp_Vec2d aV = *this; in Scaled() local
323 gp_Vec2d aV = *this; in Transformed() local
392 gp_Vec2d aV = *this; in Normalized() local
H A Dgp_Vec.hxx181 gp_Vec aV = *this; in Added() local
196 gp_Vec aV = *this; in Subtracted() local
211 gp_Vec aV = *this; in Multiplied() local
226 gp_Vec aV = *this; in Divided() local
241 gp_Vec aV = *this; in Crossed() local
272 gp_Vec aV = *this; in CrossCrossed() local
309 gp_Vec aV = *this; in Reversed() local
399 gp_Vec aV = *this; in Scaled() local
410 gp_Vec aV = *this; in Transformed() local
493 gp_Vec aV = *this; in Normalized() local
H A Dgp_Dir.hxx219 gp_Dir aV = *this; in Reversed() local
253 gp_Dir aV = *this; in Rotated() local
266 gp_Dir aV = *this; in Transformed() local
456 gp_Dir aV = *this; in Crossed() local
482 gp_Dir aV = *this; in CrossCrossed() local
/dports/cad/opencascade/opencascade-7.6.0/src/Prs3d/
H A DPrs3d_ToolQuadric.cxx43 for (Standard_Integer aV = 0; aV <= myStacksNb; ++aV) in FillArray() local
65 for (Standard_Integer aV = 0; aV < myStacksNb; ++aV) in FillArray() local
110 for (Standard_Integer aV = 0; aV <= myStacksNb; ++aV) in Handle() local
H A DPrs3d_ToolSphere.cxx42 const Standard_Real aV = theV * M_PI; in Vertex() local
55 const Standard_Real aV = theV * M_PI; in Normal() local
H A DPrs3d_ToolTorus.cxx46 const Standard_Real aV = myVMin + theV * (myVMax - myVMin); in Vertex() local
59 const Standard_Real aV = myVMin + theV * (myVMax - myVMin); in Normal() local
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestVariant.cpp600 auto CopyV = [](const V& aV) { return aV; }; in testMatching()
603 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatching()
774 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambda()
777 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambda()
867 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdaWithIndex()
870 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdaWithIndex()
960 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdas()
963 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdas()
1065 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdasWithIndex()
1068 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdasWithIndex()
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestVariant.cpp600 auto CopyV = [](const V& aV) { return aV; }; in testMatching()
603 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatching()
774 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambda()
777 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambda()
867 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdaWithIndex()
870 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdaWithIndex()
960 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdas()
963 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdas()
1065 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdasWithIndex()
1068 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdasWithIndex()
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestVariant.cpp600 auto CopyV = [](const V& aV) { return aV; }; in testMatching()
603 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatching()
774 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambda()
777 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambda()
867 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdaWithIndex()
870 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdaWithIndex()
960 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdas()
963 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdas()
1065 auto CopyV = [](const V& aV) { return aV; }; in testMatchingLambdasWithIndex()
1068 auto CopyConstV = [](const V& aV) -> const V { return aV; }; in testMatchingLambdasWithIndex()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_PntOnFace.cxx38 const Standard_Real aV) in Init()
67 const Standard_Real aV) in SetParameters()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_Section.cxx222 const TopoDS_Shape& aV=myDS->Shape(nV); in BuildSection() local
235 const TopoDS_Shape& aV=myDS->Shape(nV); in BuildSection() local
361 const TopoDS_Shape& aV=aMSI.FindKey(i); in BuildSection() local
379 const TopoDS_Shape& aV=aMVE.FindKey(i); in BuildSection() local
H A DBOPAlgo_WireSplitter_1.cxx187 const TopoDS_Shape& aV = aItS.Value(); in SplitBlock() local
306 const TopoDS_Vertex& aV = (*(TopoDS_Vertex *)(&mySmartMap.FindKey(i))); in SplitBlock() local
726 void GetNextVertex(const TopoDS_Vertex& aV, in GetNextVertex()
746 Standard_Real Angle2D (const TopoDS_Vertex& aV, in Angle2D()
833 Standard_Real Tolerance2D (const TopoDS_Vertex& aV, in Tolerance2D()
860 Standard_Real UTolerance2D (const TopoDS_Vertex& aV, in UTolerance2D()
873 Standard_Real VTolerance2D (const TopoDS_Vertex& aV, in VTolerance2D()
893 const TopoDS_Vertex& aV = *((TopoDS_Vertex*)&mySmartMap.FindKey (i)); in RefineAngles() local
909 void RefineAngles(const TopoDS_Vertex& aV, in RefineAngles()
1004 Standard_Boolean RefineAngle2D(const TopoDS_Vertex& aV, in RefineAngle2D()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepMesh/
H A DBRepMesh_VertexTool.cxx101 BRepMesh_Vertex& aV = mySelector.GetVertex(theIndex); in DeleteVertex() local
118 BRepMesh_Vertex& aV = mySelector.GetVertex(theIndex); in Substitute() local
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DScrollbarStyles.cpp11 ScrollbarStyles::ScrollbarStyles(uint8_t aH, uint8_t aV, in ScrollbarStyles()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DScrollbarStyles.cpp12 ScrollbarStyles::ScrollbarStyles(uint8_t aH, uint8_t aV, in ScrollbarStyles()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A DTestCode.cpp178 lfeat::PointMatchPtr& aV = iOK[i]; in drawRansacMatches() local
219 lfeat::PointMatchPtr& aV = iNOK[i]; in drawRansacMatches() local
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DScrollStyles.cpp27 ScrollStyles::ScrollStyles(StyleOverflow aH, StyleOverflow aV) in ScrollStyles()
/dports/www/firefox/firefox-99.0/layout/base/
H A DScrollStyles.cpp27 ScrollStyles::ScrollStyles(StyleOverflow aH, StyleOverflow aV) in ScrollStyles()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DScrollStyles.cpp27 ScrollStyles::ScrollStyles(StyleOverflow aH, StyleOverflow aV) in ScrollStyles()

123456789