Home
last modified time | relevance | path

Searched refs:tmpV (Results 1 – 25 of 69) sorted by relevance

123

/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/utilities/m_apm/
H A Dmapm_gcd.cpp69 tmpV = M_get_stack_var(); in m_apm_gcd()
72 m_apm_absolute_value(tmpV, v); in m_apm_gcd()
85 if (m_apm_is_odd(tmpV)) in m_apm_gcd()
92 m_apm_copy(tmpV, tmpN); in m_apm_gcd()
101 m_apm_negate(tmpT, tmpV); in m_apm_gcd()
126 m_apm_negate(tmpV, tmpT); in m_apm_gcd()
239 tmpV = M_get_stack_var(); in m_apm_gcd_traditional()
242 m_apm_absolute_value(tmpV, v); in m_apm_gcd_traditional()
246 if (tmpV->m_apm_sign == 0) in m_apm_gcd_traditional()
250 m_apm_copy(tmpU, tmpV); in m_apm_gcd_traditional()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/mapm/
H A Dmapm_gcd.c93 tmpV = M_get_stack_var(); in m_apm_gcd()
96 m_apm_absolute_value(tmpV, v); in m_apm_gcd()
109 if (m_apm_is_odd(tmpV)) in m_apm_gcd()
116 m_apm_copy(tmpV, tmpN); in m_apm_gcd()
125 m_apm_negate(tmpT, tmpV); in m_apm_gcd()
150 m_apm_negate(tmpV, tmpT); in m_apm_gcd()
263 tmpV = M_get_stack_var(); in m_apm_gcd_traditional()
266 m_apm_absolute_value(tmpV, v); in m_apm_gcd_traditional()
270 if (tmpV->m_apm_sign == 0) in m_apm_gcd_traditional()
274 m_apm_copy(tmpU, tmpV); in m_apm_gcd_traditional()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Vrml/
H A DVrml_Transform.cxx21 gp_Vec tmpV(0,0,0); in Vrml_Transform() local
22 myTranslation = tmpV; in Vrml_Transform()
27 tmpV.SetX(1); in Vrml_Transform()
28 tmpV.SetY(1); in Vrml_Transform()
29 tmpV.SetZ(1); in Vrml_Transform()
30 myScaleFactor = tmpV; in Vrml_Transform()
38 tmpV.SetX(0); in Vrml_Transform()
39 tmpV.SetY(0); in Vrml_Transform()
40 tmpV.SetZ(0); in Vrml_Transform()
41 myCenter = tmpV; in Vrml_Transform()
H A DVrml_Scale.cxx20 gp_Vec tmpV(1,1,1); in Vrml_Scale() local
21 myScaleFactor = tmpV; in Vrml_Scale()
H A DVrml_Translation.cxx20 gp_Vec tmpV(0,0,0); in Vrml_Translation() local
21 myTranslation = tmpV; in Vrml_Translation()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/test/
H A DTestGraphicalPrimitive1D.cpp92 tmpV.push_back(3); in START_TEST()
93 tmpV.push_back(7); in START_TEST()
94 tmpV.push_back(2); in START_TEST()
95 tmpV.push_back(9); in START_TEST()
103 tmpV.clear(); in START_TEST()
104 tmpV.push_back(12); in START_TEST()
105 tmpV.push_back(5); in START_TEST()
106 tmpV.push_back(8); in START_TEST()
107 tmpV.push_back(3); in START_TEST()
108 tmpV.push_back(7); in START_TEST()
[all …]
/dports/audio/vo-aacenc/vo-aacenc-0.1.3/aacenc/src/
H A Dinterface.c54 Word16 *tmpV; in BuildInterface() local
73 tmpV = psyOutCh->sfbOffsets; in BuildInterface()
75 *tmpV++ = groupedSfbOffset[j]; in BuildInterface()
78 tmpV = psyOutCh->sfbMinSnr; in BuildInterface()
80 *tmpV++ = groupedSfbMinSnr[j]; in BuildInterface()
/dports/devel/fossil/fossil-src-2.17/src/
H A Djson_artifact.c110 cson_value * tmpV = NULL; in json_artifact_for_ci() local
158 tmpV = json_parent_uuids_for_ci(rid); in json_artifact_for_ci()
159 if(tmpV){ in json_artifact_for_ci()
160 SET("parents", tmpV); in json_artifact_for_ci()
163 tmpV = json_tags_for_checkin_rid(rid,0); in json_artifact_for_ci()
164 if(tmpV){ in json_artifact_for_ci()
165 SET("tags",tmpV); in json_artifact_for_ci()
169 tmpV = json_get_changed_files(rid, 1); in json_artifact_for_ci()
170 if(tmpV){ in json_artifact_for_ci()
171 SET("files",tmpV); in json_artifact_for_ci()
/dports/science/siconos/siconos-4.4.0/control/src/Observer/
H A DSlidingReducedOrderObserver.cpp138 SiconosVector tmpV(_DS->n()); in process() local
141 tmpV(i) = (*_e)(i); in process()
143 tmpC.SolveByLeastSquares(tmpV); in process()
144 *(_xHat) -= tmpV; in process()
145 *(_DS->x()) -= tmpV; in process()
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/util/
H A DNumberConverter.scala51 var tmpV = v variable
54 while (tmpV != 0) {
55 val q = unsignedLongDiv(tmpV, radix)
56 value(i) = (tmpV - q * radix).asInstanceOf[Byte]
57 tmpV = q
/dports/math/4ti2/4ti2-Release_1_6_9/src/util/
H A Doutput.c464 tmpV=symmGroup; in output_main()
465 while (tmpV) { in output_main()
467 v=tmpV->first; in output_main()
469 tmpV->first=v; in output_main()
470 tmpV=tmpV->rest; in output_main()
510 tmpV=symmGroup; in output_main()
511 while (tmpV) { in output_main()
516 tmpV=tmpV->rest; in output_main()
540 tmpV=symmGroup; in output_main()
541 while (tmpV) { in output_main()
[all …]
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_ts_voltage.F90439 real(grid_p), allocatable :: tmpV(:) local
445 allocate(tmpV(product(nmeshl)))
446 if ( size(V) /= size(tmpV) ) &
453 call cdf_r_grid(ncdf,trim(V_name),nmeshl,tmpV)
470 tmpV(:) = tmpV(:) * fact + Vmm(1)
471 call write_grid_netcdf( cell, nmesh, 1, product(nmeshl), tmpV, &
476 V(:) = Vmm(1) + V(:) + tmpV(:) * fact
478 deallocate(tmpV)
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/render_povray/
H A Ddf3.py283 tmpV = self.__create__(sizeX, sizeY, sizeZ)
290 tmpV[(z*sizeZ+y)*sizeY+x] = 0.0
292 tmpV[(z*sizeZ+y)*sizeY+x] = 0.0
295 tmpV[(z*sizeZ+y)*sizeY+x] = 0.0
297 tmpV[(z*sizeZ+y)*sizeY+x] = 0.0
300 tmpV[(z*sizeZ+y)*sizeY+x] = 0.0
302 tmpV[(z*sizeZ+y)*sizeY+x] = 0.0
304 tmpV[(z*sizeZ+y)*sizeY+x] = self.get(minX+x,minY+y,minZ+z)
306 return tmpV
/dports/emulators/py-unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/
H A DConvertUtility.fs19 let tmpV = v.[i] &&& byte 0xFF
20 res <- res + (uint64 tmpV <<< (i * 8))
/dports/emulators/unicorn/unicorn-1.0.2/bindings/dotnet/UnicornManaged/
H A DConvertUtility.fs19 let tmpV = v.[i] &&& byte 0xFF
20 res <- res + (uint64 tmpV <<< (i * 8))
/dports/www/domoticz/domoticz-2020.2/push/
H A DBasePush.cpp452 std::vector<std::string> tmpV; in DropdownOptions() local
453 StringSplit(sOptions, ",", tmpV); in DropdownOptions()
454 for (int i = 0; i < (int)tmpV.size(); ++i) { in DropdownOptions()
455 dropdownOptions.push_back(tmpV[i]); in DropdownOptions()
478 std::vector<std::string> tmpV; in DropdownOptionsValue() local
479 StringSplit(sOptions, ",", tmpV); in DropdownOptionsValue()
480 if (tmpV.size() > 1) in DropdownOptionsValue()
482 if ((int)tmpV.size() >= pos && getpos >= 0) { in DropdownOptionsValue()
483 wording = tmpV[getpos]; in DropdownOptionsValue()
486 else if (tmpV.size() == 1) in DropdownOptionsValue()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCOctreeSceneNode.cpp468 const video::S3DVertex& tmpV = ((video::S3DVertex*)b->getVertices())[v]; in createTree() local
469 nchunk.Vertices.push_back(video::S3DVertexTangents(tmpV.Pos, tmpV.Color, tmpV.TCoords)); in createTree()
475 const video::S3DVertex2TCoords& tmpV = ((video::S3DVertex2TCoords*)b->getVertices())[v]; in createTree() local
476 nchunk.Vertices.push_back(video::S3DVertexTangents(tmpV.Pos, tmpV.Color, tmpV.TCoords)); in createTree()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOctreeSceneNode.cpp493 const video::S3DVertex& tmpV = ((video::S3DVertex*)b->getVertices())[v]; in createTree() local
494 nchunk.Vertices.push_back(video::S3DVertexTangents(tmpV.Pos, tmpV.Color, tmpV.TCoords)); in createTree()
500 const video::S3DVertex2TCoords& tmpV = ((video::S3DVertex2TCoords*)b->getVertices())[v]; in createTree() local
501 nchunk.Vertices.push_back(video::S3DVertexTangents(tmpV.Pos, tmpV.Color, tmpV.TCoords)); in createTree()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/hexagon/imported/
H A Dldst.idef44 {fHIDE(size2u_t tmpV; int i;)
45 fLOAD(1,2,u,EA,tmpV);
53 {fHIDE(size4u_t tmpV; int i;)
54 fLOAD(1,4,u,EA,tmpV);
65 {fHIDE(size2u_t tmpV; int i;)
66 fLOAD(1,2,u,EA,tmpV);
75 fLOAD(1,4,u,EA,tmpV);
86 fHIDE(size8u_t tmpV;)
87 fLOAD(1,2,u,EA,tmpV);
95 fHIDE(size8u_t tmpV;)
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/hexagon/imported/
H A Dldst.idef44 {fHIDE(size2u_t tmpV; int i;)
45 fLOAD(1,2,u,EA,tmpV);
53 {fHIDE(size4u_t tmpV; int i;)
54 fLOAD(1,4,u,EA,tmpV);
65 {fHIDE(size2u_t tmpV; int i;)
66 fLOAD(1,2,u,EA,tmpV);
75 fLOAD(1,4,u,EA,tmpV);
86 fHIDE(size8u_t tmpV;)
87 fLOAD(1,2,u,EA,tmpV);
95 fHIDE(size8u_t tmpV;)
[all …]
/dports/security/gnutls/gnutls-3.6.16/lib/
H A Dsrp.c102 bigint_t tmpB = NULL, tmpV = NULL; in _gnutls_calc_srp_B() local
108 ret = _gnutls_mpi_init_multi(&tmpV, &tmpB, &B, &b, NULL); in _gnutls_calc_srp_B()
120 ret = _gnutls_mpi_mulm(tmpV, k, v, n); in _gnutls_calc_srp_B()
132 ret = _gnutls_mpi_addm(B, tmpV, tmpB, n); in _gnutls_calc_srp_B()
140 _gnutls_mpi_release(&tmpV); in _gnutls_calc_srp_B()
154 _gnutls_mpi_release(&tmpV); in _gnutls_calc_srp_B()
/dports/science/siconos/siconos-4.4.0/kernel/src/utils/SiconosAlgebra/
H A DSimpleMatrixMisc.cpp67 DenseVect tmpV = DenseVect(size(0)); in normInfByColumn() local
70 ublas::noalias(tmpV) = ublas::column(*mat.Dense, i); in normInfByColumn()
71 (*vIn)(i) = norm_inf(tmpV); in normInfByColumn()
/dports/science/gnudatalanguage/gdl-1.0.1/src/pro/
H A Ddilate.pro197 tmpV = REVERSE(VALUES)
209 tmpV[tmpSM1:tmpSM2]) * $
216 tmpV = REVERSE(REVERSE(VALUES),2)
233 tmpV[tmpSM1:tmpSM2,tmpSN1:tmpSN2]) * $
241 tmpV = REVERSE(REVERSE(REVERSE(VALUES),2),3)
285 tmpV = REVERSE(VALUES)
296 tmpV[tmpSM1:tmpSM2]) * $
302 tmpV = REVERSE(REVERSE(VALUES),2)
318 tmpV[tmpSM1:tmpSM2,tmpSN1:tmpSN2]) * $
325 tmpV = REVERSE(REVERSE(REVERSE(VALUES),2),3)
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/ImageFunction/include/
H A DitkBSplineInterpolateImageFunction.hxx327 double tmpV; in EvaluateValueAndDerivativeAtContinuousIndex()
347 tmpV = m_Coefficients->GetPixel(coefficientIndex); in EvaluateValueAndDerivativeAtContinuousIndex()
348 value += w * tmpV; in EvaluateValueAndDerivativeAtContinuousIndex()
349 derivativeValue[0] += w1 * tmpV; in EvaluateValueAndDerivativeAtContinuousIndex()
778 double tmpV; in EvaluateValueAndDerivativeAtContinuousIndexInternal() local
798 tmpV = m_Coefficients->GetPixel(coefficientIndex); in EvaluateValueAndDerivativeAtContinuousIndexInternal()
799 value += w * tmpV; in EvaluateValueAndDerivativeAtContinuousIndexInternal()
800 derivativeValue[0] += w1 * tmpV; in EvaluateValueAndDerivativeAtContinuousIndexInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ops/
H A DGrTriangulatingPathRenderer.cpp414 auto [tmpV, tmpD] = threadSafeCache->addVertsWithData(key, fVertexData, is_newer_better); in createNonAAMesh()
415 if (tmpV != fVertexData) { in createNonAAMesh()
416 SkASSERT(!tmpV->gpuBuffer()); in createNonAAMesh()
553 auto [tmpV, tmpD] = threadSafeViewCache->addVertsWithData(key, fVertexData, in onPrePrepareDraws()
555 if (tmpV != fVertexData) { in onPrePrepareDraws()
559 fVertexData = std::move(tmpV); in onPrePrepareDraws()

123