Home
last modified time | relevance | path

Searched refs:vx (Results 1 – 25 of 129) sorted by relevance

123456

/external/skia/src/opts/
DSkBitmapProcState_filter_neon.h28 uint16x4_t vx, vconst16_16, v16_x, tmp; in Filter_32_opaque_neon() local
44 vx = vdup_n_u16(x); // duplicate x into vx in Filter_32_opaque_neon()
46 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in Filter_32_opaque_neon()
48 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x in Filter_32_opaque_neon()
49 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in Filter_32_opaque_neon()
63 uint16x4_t vx, vconst16_16, v16_x, tmp, vscale; in Filter_32_alpha_neon() local
79 vx = vdup_n_u16(x); // duplicate x into vx in Filter_32_alpha_neon()
81 v16_x = vsub_u16(vconst16_16, vx); // v16_x = 16-x in Filter_32_alpha_neon()
83 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x in Filter_32_alpha_neon()
84 tmp = vmla_u16(tmp, vget_high_u16(tmp2), vx); // tmp += a11 * x in Filter_32_alpha_neon()
/external/llvm/test/CodeGen/SystemZ/
Dvec-xor-01.ll8 ; CHECK: vx %v24, %v26, %v28
17 ; CHECK: vx %v24, %v26, %v28
26 ; CHECK: vx %v24, %v26, %v28
35 ; CHECK: vx %v24, %v26, %v28
/external/opencv3/samples/python2/
Dtexture_flow.py40 vx, vy = np.int32(flow[y, x]*d) variable
41 cv2.line(vis, (x-vx, y-vy), (x+vx, y+vy), (0, 0, 0), 1, cv2.LINE_AA)
Dfitline.py67 vx, vy, cx, cy = cv2.fitLine(np.float32(points), func, 0, 0.01, 0.01)
68 cv2.line(img, (int(cx-vx*w), int(cy-vy*w)), (int(cx+vx*w), int(cy+vy*w)), (0, 0, 255))
/external/eigen/blas/
Dlevel1_real_impl.h67 StridedVectorType vx(vector(x,*n,std::abs(*incx))); in EIGEN_BLAS_FUNC()
70 Reverse<StridedVectorType> rvx(vx); in EIGEN_BLAS_FUNC()
74 …else if(*incx>0 && *incy<0) internal::apply_rotation_in_the_plane(vx, rvy, JacobiRotation<Scalar>(… in EIGEN_BLAS_FUNC()
75 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(… in EIGEN_BLAS_FUNC()
Dlevel1_cplx_impl.h99 StridedVectorType vx(vector(x,*n,std::abs(*incx)));
102 Reverse<StridedVectorType> rvx(vx);
107 …else if(*incx>0 && *incy<0) internal::apply_rotation_in_the_plane(vx, rvy, JacobiRotation<Scalar>(…
108 …else internal::apply_rotation_in_the_plane(vx, vy, JacobiRotation<Scalar>(…
/external/opencv3/modules/cudaimgproc/src/cuda/
Dhough_circles.cu78 const int vx = dx(y, x); in circlesAccumCenters() local
81 if (vx == 0 && vy == 0) in circlesAccumCenters()
84 const float mag = ::sqrtf(vx * vx + vy * vy); in circlesAccumCenters()
89 int sx = __float2int_rn((vx * idp) * ONE / mag); in circlesAccumCenters()
/external/libvncserver/libvncserver/
Drre.c178 int hx=0,hy,vx=0,vy; \
205 if (j == y) vx = hx = i; \
206 if (i < vx) vx = i; \
216 vw = vx-x+1; \
Dcorre.c211 int hx=0,hy,vx=0,vy; \
238 if (j == y) vx = hx = i; \
239 if (i < vx) vx = i; \
249 vw = vx-x+1; \
Dhextile.c202 int hx=0,hy,vx=0,vy; \
229 if (j == y) vx = hx = i; \
230 if (i < vx) vx = i; \
244 vw = vx-x+1; \
/external/libgdx/gdx/src/com/badlogic/gdx/math/
DEarClippingTriangulator.java170 float vx = vertices[v]; in isEarTip() local
175 if (computeSpannedAreaSign(p3x, p3y, p1x, p1y, vx, vy) >= 0) { in isEarTip()
176 if (computeSpannedAreaSign(p1x, p1y, p2x, p2y, vx, vy) >= 0) { in isEarTip()
177 if (computeSpannedAreaSign(p2x, p2y, p3x, p3y, vx, vy) >= 0) return false; in isEarTip()
/external/llvm/test/CodeGen/X86/
Dmmx-coalescing.ll42 %pa = phi <1 x i64> [ %v8, %entry ], [ %vx, %if.C ]
60 %vx = phi <1 x i64> [ %v21, %if.A ], [ %v38, %if.B ]
61 %cvt = bitcast <1 x i64> %vx to <2 x i32>
70 %vy = phi <1 x i64> [ %v21, %if.A ], [ %vx, %if.C ]
Dpr21792.ll7 define void @func(<4 x float> %vx) {
9 %tmp2 = bitcast <4 x float> %vx to <2 x i64>
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp124 short vx, vy; in GetItemInfo() local
125 ((CPDF_CIDFont*)pFont)->GetVertOrigin(CID, vx, vy); in GetItemInfo()
127 pInfo->m_OriginX -= fontsize * vx / 1000; in GetItemInfo()
378 short vx, vy; in GetCharRect() local
379 pCIDFont->GetVertOrigin(CID, vx, vy); in GetCharRect()
380 char_rect.left -= vx; in GetCharRect()
381 char_rect.right -= vx; in GetCharRect()
452 short vx; in CalcPositionData() local
454 pCIDFont->GetVertOrigin(CID, vx, vy); in CalcPositionData()
455 char_rect.left -= vx; in CalcPositionData()
[all …]
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.cos.ll32 define void @testv(<4 x float> addrspace(1)* %out, <4 x float> inreg %vx) #1 {
33 %cos = call <4 x float> @llvm.cos.v4f32(<4 x float> %vx)
Dllvm.sin.ll83 define void @sin_v4f32(<4 x float> addrspace(1)* %out, <4 x float> %vx) #1 {
84 %sin = call <4 x float> @llvm.sin.v4f32( <4 x float> %vx)
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/
DMultipleRenderTargetTest.java166 light.vx = MathUtils.random(-10f, 10f); in create()
191 light.vx = MathUtils.random(-10f, 10f); in keyDown()
335 float vx; field in MultipleRenderTargetTest.Light
342 position.x += vx * deltaTime; in update()
350 vx = -vx; in update()
354 vx = -vx; in update()
/external/skia/src/utils/
DSkNinePatch.cpp78 SkScalar vx = bounds.fLeft; in fillRow() local
79 verts->set(vx, vy); verts++; in fillRow()
86 vx += computeVertexDelta(x & 1, tx, prev, stretchX); in fillRow()
89 verts->set(vx, vy); verts++; in fillRow()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
DParticleGroup.java143 float vx = vel.x - m_linearVelocity.x; in updateStatistics() local
146 m_angularVelocity += m * (px * vy - py * vx); in updateStatistics()
DParticleSystem.java853 float vx = -b.m_angularVelocity * tempY + b.m_linearVelocity.x - velA.x;
856 float vn = vx * n.x + vy * n.y;
877 final float vx = velB.x - velA.x;
879 float vn = vx * n.x + vy * n.y;
1065 final float vx = -b.m_angularVelocity * tempY + b.m_linearVelocity.x - va.x;
1069 f.x = viscousStrength * m * w * vx;
1086 final float vx = vb.x - va.x;
1088 final float fx = viscousStrength * w * vx;
1696 final float vx = point2.x - point1.x;
1698 float v2 = vx * vx + vy * vy;
[all …]
/external/libvncserver/webclients/novnc/include/
Ddisplay.js545 _rgbImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
554 this._drawCtx.putImageData(img, x - vx, y - vy);
557 _bgrxImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
566 this._drawCtx.putImageData(img, x - vx, y - vy);
569 _cmapImageData: function (x, y, vx, vy, width, height, arr, offset) { argument
580 this._drawCtx.putImageData(img, x - vx, y - vy);
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp1149 FX_FLOAT fRadius1, fRadius2, sx, sy, vx, vy, nx, ny, offsetY, offsetX, in XFA_BOX_GetPath() local
1201 vx = 1, vy = 1; in XFA_BOX_GetPath()
1220 vx = -1, vy = 1; in XFA_BOX_GetPath()
1239 vx = -1, vy = -1; in XFA_BOX_GetPath()
1258 vx = 1, vy = -1; in XFA_BOX_GetPath()
1283 fRadius1 * 2 * vx - offsetX * 2, in XFA_BOX_GetPath()
1287 rtRadius.Offset(-fRadius1 * vx, -fRadius1 * vy); in XFA_BOX_GetPath()
1293 cp.x = cp1.x + fRadius1 * vx, cp.y = cp1.y + fRadius1 * vy; in XFA_BOX_GetPath()
1361 FX_FLOAT fRadius1, fRadius2, sx, sy, vx, vy, nx, ny; in XFA_BOX_GetFillPath() local
1378 vx = 1, vy = 1; in XFA_BOX_GetFillPath()
[all …]
/external/opencv/cv/src/
Dcvoptflowbm.cpp340 int vx = cvRound( velxf[j] ), vy = cvRound( velyf[j] ); in icvCalcOpticalFlowBM_8u32fR() local
341 velx[j] = vx; vely[j] = vy; in icvCalcOpticalFlowBM_8u32fR()
537 float vx = (float)velx[j]*back, vy = (float)vely[j]*back; in icvCalcOpticalFlowBM_8u32fR() local
538 velxf[j] = vx; velyf[j] = vy; in icvCalcOpticalFlowBM_8u32fR()
Dcvhough.cpp909 float vx, vy; in icvHoughCirclesGradient() local
913 vx = dx_row[x]; in icvHoughCirclesGradient()
916 if( !edges_row[x] || (vx == 0 && vy == 0) ) in icvHoughCirclesGradient()
919 if( fabs(vx) < fabs(vy) ) in icvHoughCirclesGradient()
921 sx = cvRound(vx*ONE/fabs(vy)); in icvHoughCirclesGradient()
926 assert( vx != 0 ); in icvHoughCirclesGradient()
927 sy = cvRound(vy*ONE/fabs(vx)); in icvHoughCirclesGradient()
928 sx = vx < 0 ? -ONE : ONE; in icvHoughCirclesGradient()
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/
DPolygonShape.java342 float vx = (xfqc * v2.x - xfqs * v2.y) + xfpx; in computeAABB() local
344 lower.x = lower.x < vx ? lower.x : vx; in computeAABB()
346 upper.x = upper.x > vx ? upper.x : vx; in computeAABB()

123456