Home
last modified time | relevance | path

Searched refs:aV (Results 1 – 25 of 743) sorted by relevance

12345678910>>...30

/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCrypt.php49 $iZ = $aV[$iN];
50 $iY = $aV[0];
63 $iZ = $aV[$iPIndex] = self::int32($aV[$iPIndex] + $iMx);
65 $iY = $aV[0];
68 $iZ = $aV[$iN] = self::int32($aV[$iN] + $iMx);
105 $iY = $aV[0];
117 $iY = $aV[$iPIndex] = self::int32($aV[$iPIndex] - $iMx);
122 $iY = $aV[0] = self::int32($aV[0] - $iMx);
172 $aV = \array_values($aV);
175 $aV[\count($aV)] = \strlen($sS);
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DCrypt.php49 $iZ = $aV[$iN];
50 $iY = $aV[0];
63 $iZ = $aV[$iPIndex] = self::int32($aV[$iPIndex] + $iMx);
65 $iY = $aV[0];
68 $iZ = $aV[$iN] = self::int32($aV[$iN] + $iMx);
105 $iY = $aV[0];
117 $iY = $aV[$iPIndex] = self::int32($aV[$iPIndex] - $iMx);
122 $iY = $aV[0] = self::int32($aV[0] - $iMx);
172 $aV = \array_values($aV);
175 $aV[\count($aV)] = \strlen($sS);
[all …]
/dports/mail/xmail/xmail_1.6/
H A Dxmail.c376 String cp, *aV; in main() local
428 aV[aC] = aV[aC - 1] + strlen(aV[aC - 1]) + 1; in main()
436 aV[aC] = aV[aC - 1] + strlen(aV[aC - 1]) + 1; in main()
443 aV[aC] = aV[aC - 1] + strlen(aV[aC - 1]) + 1; in main()
446 aV[aC] = aV[aC - 1] + strlen(aV[aC - 1]) + 1; in main()
448 aV[aC] = aV[aC - 1] + 2; in main()
455 aV[aC] = aV[aC - 1] + strlen(aV[aC - 1]) + 1; in main()
460 aV[aC] = aV[aC - 1] + strlen(aV[aC - 1]) + 1; in main()
463 aV[aC] = aV[aC - 1] + strlen(aV[aC - 1]) + 1; in main()
468 aV[aC + 1] = aV[aC] + strlen(aV[aC]) + 1; in main()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/idxf/
H A Ddxfvec.cxx103 DXFVector aV; in DXFTransform() local
106 aMX.fz=aV.fx; in DXFTransform()
107 aMY.fz=aV.fy; in DXFTransform()
108 aMZ.fz=aV.fz; in DXFTransform()
111 if (aV.fx==0) aMY.fx=0; else aMY.fx=sqrt(1/(1+aV.fy*aV.fy/(aV.fx*aV.fx))); in DXFTransform()
113 if (aV.fx*aV.fy*aMY.fx>0) aMX.fx=-aMX.fx; in DXFTransform()
115 aV=aV*DXFVector(aMX.fx,aMY.fx,aMZ.fx); in DXFTransform()
116 aMX.fy=aV.fx; in DXFTransform()
129 aMP.fx = aV.fx * aMX.fx + aV.fy * aMY.fx + aV.fz * aMZ.fx; in DXFTransform()
130 aMP.fy = aV.fx * aMX.fy + aV.fy * aMY.fy + aV.fz * aMZ.fy; in DXFTransform()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx103 DXFVector aV; in DXFTransform() local
106 aMX.fz=aV.fx; in DXFTransform()
107 aMY.fz=aV.fy; in DXFTransform()
108 aMZ.fz=aV.fz; in DXFTransform()
111 if (aV.fx==0) aMY.fx=0; else aMY.fx=sqrt(1/(1+aV.fy*aV.fy/(aV.fx*aV.fx))); in DXFTransform()
113 if (aV.fx*aV.fy*aMY.fx>0) aMX.fx=-aMX.fx; in DXFTransform()
115 aV=aV*DXFVector(aMX.fx,aMY.fx,aMZ.fx); in DXFTransform()
116 aMX.fy=aV.fx; in DXFTransform()
129 aMP.fx = aV.fx * aMX.fx + aV.fy * aMY.fx + aV.fz * aMZ.fx; in DXFTransform()
130 aMP.fy = aV.fx * aMX.fy + aV.fy * aMY.fy + aV.fz * aMZ.fy; in DXFTransform()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A Dgp_Vec2d.hxx143 return aV; in Added()
179 return aV; in Divided()
202 return aV; in Multiplied()
226 aV.coord.Reverse(); in Reversed()
227 return aV; in Reversed()
245 return aV; in Subtracted()
305 return aV; in Rotated()
315 return aV; in Scaled()
325 return aV; in Transformed()
392 gp_Vec2d aV = *this; in Normalized() local
[all …]
H A Dgp_Vec.hxx183 return aV; in Added()
198 return aV; in Subtracted()
213 return aV; in Multiplied()
228 return aV; in Divided()
243 return aV; in Crossed()
274 return aV; in CrossCrossed()
311 return aV; in Reversed()
401 return aV; in Scaled()
412 return aV; in Transformed()
493 gp_Vec aV = *this; in Normalized() local
[all …]
H A Dgp_Dir.hxx219 gp_Dir aV = *this; in Reversed() local
220 aV.coord.Reverse(); in Reversed()
221 return aV; in Reversed()
253 gp_Dir aV = *this; in Rotated() local
255 return aV; in Rotated()
266 gp_Dir aV = *this; in Transformed() local
268 return aV; in Transformed()
456 gp_Dir aV = *this; in Crossed() local
461 return aV; in Crossed()
482 gp_Dir aV = *this; in CrossCrossed() local
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/gp/
H A Dgp_Vec2d.hxx143 return aV; in Added()
179 return aV; in Divided()
202 return aV; in Multiplied()
226 aV.coord.Reverse(); in Reversed()
227 return aV; in Reversed()
245 return aV; in Subtracted()
305 return aV; in Rotated()
315 return aV; in Scaled()
325 return aV; in Transformed()
392 gp_Vec2d aV = *this; in Normalized() local
[all …]
H A Dgp_Vec.hxx183 return aV; in Added()
198 return aV; in Subtracted()
213 return aV; in Multiplied()
228 return aV; in Divided()
243 return aV; in Crossed()
274 return aV; in CrossCrossed()
311 return aV; in Reversed()
401 return aV; in Scaled()
412 return aV; in Transformed()
493 gp_Vec aV = *this; in Normalized() local
[all …]
H A Dgp_Dir.hxx219 gp_Dir aV = *this; in Reversed() local
220 aV.coord.Reverse(); in Reversed()
221 return aV; in Reversed()
253 gp_Dir aV = *this; in Rotated() local
255 return aV; in Rotated()
266 gp_Dir aV = *this; in Transformed() local
268 return aV; in Transformed()
456 gp_Dir aV = *this; in Crossed() local
461 return aV; in Crossed()
482 gp_Dir aV = *this; in CrossCrossed() local
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/3d-viewer/3d_rendering/
H A Dimage.cpp207 int aV, bV; in CopyFull() local
229 aV = aImgA->m_pixels[it]; in CopyFull()
232 aV = (aV + bV); in CopyFull()
233 aV = (aV > 255)?255:aV; in CopyFull()
235 m_pixels[it] = aV; in CopyFull()
242 aV = aImgA->m_pixels[it]; in CopyFull()
245 aV = (aV - bV); in CopyFull()
246 aV = (aV < 0)?0:aV; in CopyFull()
248 m_pixels[it] = aV; in CopyFull()
310 m_pixels[it] = (aV < bV)?aV:bV; in CopyFull()
[all …]
/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
45 const Standard_Real aParamV = aV * aStepV; in FillArray()
50 if (aU != 0 && aV != 0) in FillArray()
65 for (Standard_Integer aV = 0; aV < myStacksNb; ++aV) in FillArray() local
67 const Standard_Real aParamV = aV * aStepV; in FillArray()
110 for (Standard_Integer aV = 0; aV <= myStacksNb; ++aV) in Handle() local
112 const Standard_ShortReal aParamV = aV * aStepV; in Handle()
113 const Standard_Integer aVertId = aU * (myStacksNb + 1) + (aV + 1); in Handle()
117 if (aU != 0 && aV != 0) in Handle()
H A DPrs3d_ToolSphere.cxx42 const Standard_Real aV = theV * M_PI; in Vertex() local
43 return gp_Pnt (myRadius * Cos (aU) * Sin (aV), in Vertex()
44 -myRadius * Sin (aU) * Sin (aV), in Vertex()
45 myRadius * Cos (aV)); in Vertex()
55 const Standard_Real aV = theV * M_PI; in Normal() local
56 return gp_Dir (Cos (aU) * Sin (aV), in Normal()
57 -Sin (aU) * Sin (aV), in Normal()
58 Cos (aV)); in Normal()
H A DPrs3d_ToolTorus.cxx46 const Standard_Real aV = myVMin + theV * (myVMax - myVMin); in Vertex() local
47 return gp_Pnt ((myMajorRadius + myMinorRadius * Cos (aV)) * Cos (aU), in Vertex()
48 (myMajorRadius + myMinorRadius * Cos (aV)) * Sin (aU), in Vertex()
49 myMinorRadius * Sin (aV)); in Vertex()
59 const Standard_Real aV = myVMin + theV * (myVMax - myVMin); in Normal() local
60 return gp_Dir (Cos (aU) * Cos (aV), in Normal()
61 Sin (aU) * Cos (aV), in Normal()
62 Sin (aV)); in Normal()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/cpfind/
H A DTestCode.cpp178 lfeat::PointMatchPtr& aV = iOK[i]; in drawRansacMatches() local
180 drawLine(out1, aDoubleFactor * aV->_img1_x, in drawRansacMatches()
181 aDoubleFactor * aV->_img1_y, in drawRansacMatches()
183 aDoubleFactor * aV->_img2_y, color); in drawRansacMatches()
187 iRansac.transform(aV->_img1_x, aV->_img1_y, x1p, y1p); in drawRansacMatches()
211 aDoubleFactor * aV->_img2_y, in drawRansacMatches()
219 lfeat::PointMatchPtr& aV = iNOK[i]; in drawRansacMatches() local
221 drawLine(out1, aDoubleFactor * aV->_img1_x, in drawRansacMatches()
222 aDoubleFactor * aV->_img1_y, in drawRansacMatches()
228 iRansac.transform(aV->_img1_x, aV->_img1_y, x1p, y1p); in drawRansacMatches()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/panomatic/
H A DTestCode.cpp177 BOOST_FOREACH(PointMatchPtr& aV, iOK)
180 drawLine(out1, aDoubleFactor * aV->_img1_x,
181 aDoubleFactor * aV->_img1_y,
183 aDoubleFactor * aV->_img2_y, color);
187 iRansac.transform(aV->_img1_x, aV->_img1_y, x1p, y1p);
201 aDoubleFactor * aV->_img2_y,
207 BOOST_FOREACH(PointMatchPtr& aV, iNOK)
210 drawLine(out1, aDoubleFactor * aV->_img1_x,
211 aDoubleFactor * aV->_img1_y,
217 iRansac.transform(aV->_img1_x, aV->_img1_y, x1p, y1p);
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DStraight_skeleton_builder_2.h521 Split_event_compare ( Self* aBuilder, Vertex_handle aV ) : mBuilder(aBuilder), mV(aV) {} in Split_event_compare() argument
607 … mVertexData.push_back( Vertex_data_ptr( new Vertex_data(aV, Split_event_compare(this, aV) ) ) ) ; in InitVertexData()
613 return *mVertexData[aV->id()]; in GetVertexData()
619 return *mVertexData[aV->id()]; in GetVertexData()
656 GetHalfedgeLAVList(GetVertexData(aV).mTriedge.e0()).remove(aV); in GLAV_remove()
755 void Exclude ( Vertex_handle aV ) in Exclude() argument
769 bool IsReflex ( Vertex_handle aV ) in IsReflex() argument
1053 aH->HBase_base::set_vertex(aV); in Link()
1058 aV->VBase::set_halfedge(aH); in Link()
1069 Link(aH,aV); in CrossLink()
[all …]
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_cpfind/localfeatures/
H A DKeyPointDetector.cpp268 double aV[3]; //(x,y,s) in fineTuneExtrema() local
284 aV[0] = -aDx; in fineTuneExtrema()
285 aV[1] = -aDy; in fineTuneExtrema()
286 aV[2] = -aDs; in fineTuneExtrema()
298 if (!Math::SolveLinearSystem33(aV, aM)) in fineTuneExtrema()
315 else if (aV[0] < -0.6 && aX > (int)iBorder + 1) in fineTuneExtrema()
337 oScore = iSH[aS][aY][aX] + 0.5 * (aDx * aV[0] + aDy * aV[1] + aDs * aV[2]); in fineTuneExtrema()
340 if (std::abs(aV[0]) > 1.5 || std::abs(aV[1]) > 1.5 || std::abs(aV[2]) > 1.5) in fineTuneExtrema()
346 oX = aX + aV[0]; in fineTuneExtrema()
347 oY = aY + aV[1]; in fineTuneExtrema()
[all …]
/dports/graphics/panomatic/panomatic-0.9.4/libsurf/
H A DKeyPointDetector.cpp237 double aV[3]; //(x,y,s) in fineTuneExtrema() local
253 aV[0] = - aDx; in fineTuneExtrema()
254 aV[1] = - aDy; in fineTuneExtrema()
255 aV[2] = - aDs; in fineTuneExtrema()
267 if (!Math::SolveLinearSystem33(aV, aM)) in fineTuneExtrema()
280 else if (aV[0] < -0.6 && aX > (int)iBorder + 1) in fineTuneExtrema()
294 oScore = iSH[aS][aY][aX] + 0.5 * (aDx * aV[0] + aDy * aV[1] + aDs * aV[2]); in fineTuneExtrema()
297 if (Math::Abs(aV[0]) > 1.5 || Math::Abs(aV[1]) > 1.5 || Math::Abs(aV[2]) > 1.5) in fineTuneExtrema()
301 oX = aX + aV[0]; in fineTuneExtrema()
302 oY = aY + aV[1]; in fineTuneExtrema()
[all …]
/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() argument
97 double mag = aV.norm(); in Normalize()
99 rV = aV.scalarMultiply(1.0/mag); in Normalize()
111 inline static double Magnitude(int aN,const SimTK::Vec3& aV){ in Magnitude() argument
112 return aV.norm(); in Magnitude()
130 … inline static void CrossProduct(const SimTK::Vec3& aV1, const SimTK::Vec3& aV2, SimTK::Vec3& aV){ in CrossProduct() argument
131 aV = aV1 % aV2; in CrossProduct()
141 static void PerpendicularUnitVector(const SimTK::Vec3& aV, SimTK::Vec3& rV) in PerpendicularUnitVector() argument
143 SimTK::UnitVec3 unit(aV); in PerpendicularUnitVector()
/dports/cad/opencascade/opencascade-7.6.0/src/BinMDataStd/
H A DBinMDataStd_VariableDriver.cxx54 Handle(TDataStd_Variable) aV = Handle(TDataStd_Variable)::DownCast(theTarget); in Paste()
59 aV->Constant (isConstant); in Paste()
64 aV->Unit(anStr); in Paste()
77 Handle(TDataStd_Variable) aV = Handle(TDataStd_Variable)::DownCast(theSource); in Paste()
78 theTarget << aV->IsConstant() << aV->Unit(); in Paste()
/dports/cad/opencascade/opencascade-7.6.0/src/IntTools/
H A DIntTools_PntOnFace.cxx38 const Standard_Real aV) in Init() argument
43 myV=aV; in Init()
67 const Standard_Real aV) in SetParameters() argument
70 myV=aV; in SetParameters()
102 Standard_Real& aV)const in Parameters()
105 aV=myV; in Parameters()
/dports/cad/opencascade/opencascade-7.6.0/src/XmlMDataStd/
H A DXmlMDataStd_VariableDriver.cxx56 Handle(TDataStd_Variable) aV = Handle(TDataStd_Variable)::DownCast(theTarget); in Paste()
60 aV->Constant (aStr != NULL); in Paste()
63 aV->Unit(aStr); in Paste()
75 Handle(TDataStd_Variable) aV = Handle(TDataStd_Variable)::DownCast(theSource); in Paste()
76 if (aV->IsConstant()) in Paste()
78 theTarget.Element().setAttribute(::UnitString(), aV->Unit().ToCString()); in Paste()
/dports/cad/opencascade/opencascade-7.6.0/src/BOPAlgo/
H A DBOPAlgo_WireSplitter_1.cxx70 void GetNextVertex(const TopoDS_Vertex& aV,
188 aIx = mySmartMap.FindIndex(aV); in SplitBlock()
191 aIx = mySmartMap.Add(aV, aLEIx); in SplitBlock()
198 aOr = aV.Orientation(); in SplitBlock()
204 aV1 = aV; in SplitBlock()
209 if (aVertMap.IsBound(aV)) { in SplitBlock()
214 aVertMap.Bind(aV, bIsClosed); in SplitBlock()
314 aVV = aV; in SplitBlock()
735 if (!aVx.IsEqual(aV)) { in GetNextVertex()
740 aV1=aV; in GetNextVertex()
[all …]

12345678910>>...30