Home
last modified time | relevance | path

Searched refs:v01 (Results 1 – 22 of 22) sorted by relevance

/external/boringssl/src/crypto/poly1305/
Dpoly1305_arm_asm.S144 # 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/skia/src/pathops/
DSkPathOpsQuad.h33 SkDVector v01 = fPts[0] - fPts[1]; in controlsInside() local
36 return v02.dot(v01) > 0 && v02.dot(v12) > 0; in controlsInside()
DSkPathOpsCubic.h43 SkDVector v01 = fPts[0] - fPts[1]; in controlsInside() local
48 return v03.dot(v01) > 0 && v03.dot(v02) > 0 && v03.dot(v13) > 0 && v03.dot(v23) > 0; in controlsInside()
/external/openssh/
DPROTOCOL.certkeys30 ssh-rsa-cert-v01@openssh.com
31 ssh-dss-cert-v01@openssh.com
32 ecdsa-sha2-nistp256-cert-v01@openssh.com
33 ecdsa-sha2-nistp384-cert-v01@openssh.com
34 ecdsa-sha2-nistp521-cert-v01@openssh.com
65 string "ssh-rsa-cert-v01@openssh.com"
83 string "ssh-dss-cert-v01@openssh.com"
DPROTOCOL.agent201 string "ecdsa-sha2-nistp256-cert-v01@openssh.com" |
202 "ecdsa-sha2-nistp384-cert-v01@openssh.com" |
203 "ecdsa-sha2-nistp521-cert-v01@openssh.com"
DPROTOCOL38 "ecdsa-sha2-nistp256-cert-v01@openssh.com",
39 "ecdsa-sha2-nistp384-cert-v01@openssh.com" and
40 "ecdsa-sha2-nistp521-cert-v01@openssh.com"
Dssh_config.0446 ecdsa-sha2-nistp256-cert-v01@openssh.com,
447 ecdsa-sha2-nistp384-cert-v01@openssh.com,
448 ecdsa-sha2-nistp521-cert-v01@openssh.com,
449 ssh-ed25519-cert-v01@openssh.com,
450 ssh-rsa-cert-v01@openssh.com,ssh-dss-cert-v01@openssh.com,
Dconfigure.ac2691 ecdh-sha2-nistp256 ecdsa-sha2-nistp256-cert-v01@openssh.com"
2699 ecdh-sha2-nistp384 ecdsa-sha2-nistp384-cert-v01@openssh.com"
2707 ecdsa-sha2-nistp521 ecdsa-sha2-nistp521-cert-v01@openssh.com"
/external/deqp/modules/gles2/functional/
Des2fBufferTestUtil.cpp346 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/deqp/modules/glshared/
DglsBufferTestUtil.cpp507 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()
DglsShaderRenderCase.cpp240 int v01 = (y * stride) + x + 1; in QuadGrid() local
247 m_indices[baseNdx + 2] = v01; in QuadGrid()
250 m_indices[baseNdx + 4] = v01; in QuadGrid()
703 int v01 = (y * stride) + x + 1; in computeVertexReference() local
707 Vec4 c01 = colors[v01]; in computeVertexReference()
/external/fdlibm/
De_j0.c152 v01 = 1.27304834834123699328e-02, /* 0x3F8A1270, 0x91C9C71A */ variable
211 v = one+z*(v01+z*(v02+z*(v03+z*v04)));
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.h104 LLVMValueRef v01,
Dlp_bld_arit.c990 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/
Denc_sse2.c340 __m128i v01, v32; in FTransform() local
407 v01 = _mm_unpacklo_epi32(s_lo, s_hi); in FTransform()
418 const __m128i a01 = _mm_add_epi16(v01, v32); in FTransform()
419 const __m128i a32 = _mm_sub_epi16(v01, v32); in FTransform()
/external/deqp/framework/common/
DtcuTexCompareVerifier.cpp155 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()
484 const float v01 = bilinearInterpolate(refVal0, xBounds0.y(), yBounds0.x()); in isTrilinearPCFCompareValid() local
487 const float minV0 = de::min(v00, de::min(v01, de::min(v02, v03))); in isTrilinearPCFCompareValid()
488 const float maxV0 = de::max(v00, de::max(v01, de::max(v02, v03))); in isTrilinearPCFCompareValid()
/external/mesa3d/src/mesa/swrast/
Ds_blit.c360 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument
363 const GLfloat temp1 = LERP(a, v01, v11); in lerp_2d()
Ds_triangle.c257 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()
Ds_texfilter.c64 GLfloat v00, GLfloat v10, GLfloat v01, GLfloat v11) in lerp_2d() argument
67 const GLfloat temp1 = LERP(a, v01, v11); in lerp_2d()
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp412 …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/llvm/test/Transforms/InstCombine/
Dvec_demanded_elts.ll46 %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/mesa3d/src/gallium/drivers/softpipe/
Dsp_tex_sample.c86 float v00, float v10, float v01, float v11) in lerp_2d() argument
89 const float temp1 = lerp(a, v01, v11); in lerp_2d()