/external/boringssl/src/crypto/poly1305/ |
D | poly1305_arm_asm.S | 144 # qhasm: reg128 v01 711 # qhasm: new v01 713 # qhasm: v01[2] = d01[0,1] unsigned>> 26; v01[3] = d01[2,3] unsigned>> 26 714 # asm 1: vshrn.u64 <v01=reg128#11%top,<d01=reg128#12,#26 715 # asm 2: vshrn.u64 <v01=d21,<d01=q11,#26 718 # qhasm: v01 = d01[1]d01[0] v01[2,3] 719 # asm 1: vext.32 <v01=reg128#11%bot,<d01=reg128#12%bot,<d01=reg128#12%bot,#1 720 # asm 2: vext.32 <v01=d20,<d01=d22,<d01=d22,#1 728 # qhasm: v01 = v01[1]d01[2] v01[2,3] 729 # asm 1: vext.32 <v01=reg128#11%bot,<v01=reg128#11%bot,<d01=reg128#12%top,#1 [all …]
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/g3d/ |
D | HeightField.java | 215 VertexInfo v01 = getVertexAt(vertex01, x, y + 1); in updateSharp() local 217 …v01.normal.set(v01.position).sub(v00.position).nor().crs(tmpV1.set(v11.position).sub(v01.position)… in updateSharp() 219 v00.normal.set(v01.normal).lerp(v10.normal, .5f); in updateSharp() 224 setVertex(c01, v01); in updateSharp()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Matrix3.java | 84 float v01 = val[M00] * m.val[M01] + val[M01] * m.val[M11] + val[M02] * m.val[M21]; in mul() local 98 val[M01] = v01; in mul() 119 float v01 = m.val[M00] * val[M01] + m.val[M01] * val[M11] + m.val[M02] * val[M21]; in mulLeft() local 133 val[M01] = v01; in mulLeft() 575 float v01 = val[M10]; in transpose() local 581 val[M01] = v01; in transpose() 599 float v01 = mata[M00] * matb[M01] + mata[M01] * matb[M11] + mata[M02] * matb[M21]; in mul() local 613 mata[M01] = v01; in mul()
|
/external/skia/src/pathops/ |
D | SkPathOpsQuad.h | 33 SkDVector v01 = fPts[0] - fPts[1]; in controlsInside() local 36 return v02.dot(v01) > 0 && v02.dot(v12) > 0; in controlsInside()
|
D | SkPathOpsCubic.h | 36 SkDVector v01 = fPts[0] - fPts[1]; in controlsInside() local 41 return v03.dot(v01) > 0 && v03.dot(v02) > 0 && v03.dot(v13) > 0 && v03.dot(v23) > 0; in controlsInside()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBufferTestUtil.cpp | 346 int v01 = quadNdx*4 + 1; in computeIndices() local 354 indices[quadNdx*6 + 2] = (deUint16)v01; in computeIndices() 357 indices[quadNdx*6 + 4] = (deUint16)v01; in computeIndices() 385 Vec4 v01 = fetchVtxColor(inPtr, quadNdx*4 + 2); in renderQuadGridReference() local 398 const Vec4& t1 = tri ? v01 : v10; in renderQuadGridReference() 399 const Vec4& t2 = tri ? v10 : v01; in renderQuadGridReference()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | Meshes.cpp | 279 int v01 = add_middle_point(v0, v1); in tessellate() local 283 faces.emplace_back(Mesh::Face{ v0, v01, v20 }); in tessellate() 284 faces.emplace_back(Mesh::Face{ v1, v12, v01 }); in tessellate() 286 faces.emplace_back(Mesh::Face{ v01, v12, v20 }); in tessellate()
|
/external/deqp/modules/glshared/ |
D | glsBufferTestUtil.cpp | 507 int v01 = quadNdx*4 + 1; in computeIndices() local 515 indices[quadNdx*6 + 2] = (deUint16)v01; in computeIndices() 518 indices[quadNdx*6 + 4] = (deUint16)v01; in computeIndices() 546 Vec4 v01 = fetchVtxColor(inPtr, quadNdx*4 + 2); in renderQuadGridReference() local 559 const Vec4& t1 = tri ? v01 : v10; in renderQuadGridReference() 560 const Vec4& t2 = tri ? v10 : v01; in renderQuadGridReference()
|
D | glsShaderRenderCase.cpp | 224 int v01 = (y * stride) + x + 1; in QuadGrid() local 231 m_indices[baseNdx + 2] = (deUint16)v01; in QuadGrid() 234 m_indices[baseNdx + 4] = (deUint16)v01; in QuadGrid() 687 int v01 = (y * stride) + x + 1; in computeVertexReference() local 691 Vec4 c01 = colors[v01]; in computeVertexReference()
|
/external/fdlibm/ |
D | e_j0.c | 152 v01 = 1.27304834834123699328e-02, /* 0x3F8A1270, 0x91C9C71A */ variable 211 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
|
/external/v8/test/mjsunit/ |
D | debug-stepframe.js | 9 var v01 = 1;
|
/external/opencv3/modules/video/src/ |
D | lkpyramid.cpp | 325 __m128i v00, v01, v10, v11, t0, t1; in operator ()() local 328 v01 = _mm_unpacklo_epi8(_mm_cvtsi32_si128(*(const int*)(src + x + cn)), z); in operator ()() 332 t0 = _mm_add_epi32(_mm_madd_epi16(_mm_unpacklo_epi16(v00, v01), qw0), in operator ()() 338 v01 = _mm_loadu_si128((const __m128i*)(dsrc + cn2)); in operator ()() 342 t0 = _mm_add_epi32(_mm_madd_epi16(_mm_unpacklo_epi16(v00, v01), qw0), in operator ()() 344 t1 = _mm_add_epi32(_mm_madd_epi16(_mm_unpackhi_epi16(v00, v01), qw0), in operator ()() 555 … __m128i v01 = _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i*)(Jptr + x + cn)), z); in operator ()() local 559 __m128i t0 = _mm_add_epi32(_mm_madd_epi16(_mm_unpacklo_epi16(v00, v01), qw0), in operator ()() 561 __m128i t1 = _mm_add_epi32(_mm_madd_epi16(_mm_unpackhi_epi16(v00, v01), qw0), in operator ()() 569 v01 = _mm_loadu_si128((const __m128i*)(dIptr + 8)); in operator ()() [all …]
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_arit.h | 104 LLVMValueRef v01,
|
D | lp_bld_arit.c | 990 LLVMValueRef v01, in lp_build_lerp_2d() argument 994 LLVMValueRef v0 = lp_build_lerp(bld, x, v00, v01); in lp_build_lerp_2d()
|
/external/webp/src/dsp/ |
D | enc_sse2.c | 322 static void FTransformPass2(const __m128i* const v01, const __m128i* const v32, in FTransformPass2() argument 338 const __m128i a01 = _mm_add_epi16(*v01, *v32); in FTransformPass2() 339 const __m128i a32 = _mm_sub_epi16(*v01, *v32); in FTransformPass2() 408 __m128i v01, v32; in FTransform() local 411 FTransformPass1(&shuf01, &shuf23, &v01, &v32); in FTransform() 414 FTransformPass2(&v01, &v32, out); in FTransform()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | enc_sse2.c | 343 __m128i v01, v32; in FTransformSSE2() local 410 v01 = _mm_unpacklo_epi32(s_lo, s_hi); in FTransformSSE2() 421 const __m128i a01 = _mm_add_epi16(v01, v32); in FTransformSSE2() 422 const __m128i a32 = _mm_sub_epi16(v01, v32); in FTransformSSE2()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 219 int v01 = (y * stride) + x + 1; in QuadGrid() local 226 m_indices[baseNdx + 2] = (deUint16)v01; in QuadGrid() 229 m_indices[baseNdx + 4] = (deUint16)v01; in QuadGrid() 1791 const int v01 = (y * stride) + x + 1; in computeVertexReference() local 1795 const tcu::Vec4 c01 = colors[v01]; in computeVertexReference()
|
/external/opencv3/modules/imgproc/test/ |
D | test_imgwarp.cpp | 406 float v01 = sptr[cn + k]; in test_remap() local 410 v00 = v00 + xs*(v01 - v00); in test_remap() 423 float v01 = sptr[cn + k]; in test_remap() local 427 v00 = v00 + xs*(v01 - v00); in test_remap() 440 float v01 = sptr[cn + k]; in test_remap() local 444 v00 = v00 + xs*(v01 - v00); in test_remap()
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 155 const float v01 = values[2]; in bilinearInterpolate() local 157 const float res = v00*(1.0f-x)*(1.0f-y) + v10*x*(1.0f-y) + v01*(1.0f-x)*y + v11*x*y; in bilinearInterpolate() 486 const float v01 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.x()); in isTrilinearPCFCompareValid() local 489 const float minV0 = de::min(v00, de::min(v01, de::min(v02, v03))); in isTrilinearPCFCompareValid() 490 const float maxV0 = de::max(v00, de::max(v01, de::max(v02, v03))); in isTrilinearPCFCompareValid()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument 363 const GLfloat temp1 = LERP(a, v01, v11); in lerp_2d()
|
D | s_triangle.c | 257 ilerp_2d(GLint ia, GLint ib, GLint v00, GLint v10, GLint v01, GLint v11) in ilerp_2d() argument 260 const GLint temp1 = ilerp(ia, v01, v11); in ilerp_2d()
|
D | s_texfilter.c | 64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument 67 const GLfloat temp1 = LERP(a, v01, v11); in lerp_2d()
|
/external/llvm/test/Transforms/InstCombine/ |
D | vec_demanded_elts.ll | 46 %v01 = insertelement <4 x float> %v00, float 0.000000e+00, i32 1 47 %v02 = insertelement <4 x float> %v01, float 0.000000e+00, i32 2
|
/external/deqp/modules/gles3/functional/ |
D | es3fFragmentOutputTests.cpp | 412 …const Vec4 v01 = readVec4(vertices + ((cellY+1)*gridWidth + cellX+0)*numComponents, numComponent… in renderFloatReference() local 417 const Vec4& v1 = tri ? v01 : v10; in renderFloatReference() 418 const Vec4& v2 = tri ? v10 : v01; in renderFloatReference()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_tex_sample.c | 86 float v00, float v10, float v01, float v11) in lerp_2d() argument 89 const float temp1 = lerp(a, v01, v11); in lerp_2d()
|