/external/skia/src/core/ |
D | SkFilterProc.cpp | 58 static unsigned bilerp4_00(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_00() argument 61 static unsigned bilerp4_01(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_01() argument 66 static unsigned bilerp4_02(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_02() argument 71 static unsigned bilerp4_03(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_03() argument 77 static unsigned bilerp4_10(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_10() argument 78 uint32_t lo = (3 * LO_PAIR(c00) + LO_PAIR(c10)) >> 2; in bilerp4_10() 79 uint32_t hi = (3 * HI_PAIR(c00) + HI_PAIR(c10)) >> 2; in bilerp4_10() 82 static unsigned bilerp4_11(uint32_t c00, uint32_t c01, uint32_t c10, uint32_t c11) { in bilerp4_11() argument 83 uint32_t lo = (9 * LO_PAIR(c00) + 3 * (LO_PAIR(c01) + LO_PAIR(c10)) + LO_PAIR(c11)) >> 4; in bilerp4_11() 84 uint32_t hi = (9 * HI_PAIR(c00) + 3 * (HI_PAIR(c01) + HI_PAIR(c10)) + HI_PAIR(c11)) >> 4; in bilerp4_11() [all …]
|
D | SkMipMap.cpp | 95 auto c10 = F::Expand(p1[0]); in downsample_2_2() local 98 auto c = c00 + c10 + c01 + c11; in downsample_2_2() 117 auto c10 = c12; in downsample_3_2() local 121 auto c = add_121(c00, c01, c02) + add_121(c10, c11, c12); in downsample_3_2() 137 auto c10 = F::Expand(p1[0]); in downsample_2_3() local 142 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3() 163 auto c10 = c12; in downsample_3_3() local 170 auto c = add_121(c00, c01, c02) + (add_121(c10, c11, c12) << 1) + add_121(c20, c21, c22); in downsample_3_3()
|
/external/clang/test/Analysis/ |
D | padding_cpp.cpp | 64 char c10; member in SI2 75 char c10; member in VirtualSI2 87 char c10; member in VtblSI2 93 char c10; member in VtblSI3 103 char c10; member in MI2 110 char c10; member in VtblMI 116 char c10; member in VtblMI2
|
/external/webrtc/talk/media/base/ |
D | codec_unittest.cc | 104 AudioCodec c10(c0); in TEST_F() local 108 c10.params["x"] = "abc"; in TEST_F() 112 EXPECT_TRUE(c10 != c0); in TEST_F() 114 EXPECT_TRUE(c11 != c10); in TEST_F() 116 EXPECT_TRUE(c12 != c10); in TEST_F() 118 EXPECT_TRUE(c13 == c10); in TEST_F() 183 VideoCodec c10(c0); in TEST_F() local 187 c10.params["x"] = "abc"; in TEST_F() 191 EXPECT_TRUE(c10 != c0); in TEST_F() 193 EXPECT_TRUE(c11 != c10); in TEST_F() [all …]
|
/external/v8/src/js/ |
D | harmony-simd.js | 418 function NAMESwizzleJS(a, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, 420 return %NAMESwizzle(a, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, 424 function NAMEShuffleJS(a, b, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, 426 return %NAMEShuffle(a, b, c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, 500 function Int8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument 510 TO_NUMBER(c10), TO_NUMBER(c11), 516 function Uint8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument 526 TO_NUMBER(c10), TO_NUMBER(c11), 532 function Bool8x16Constructor(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, argument 537 return %CreateBool8x16(c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12,
|
/external/llvm/test/CodeGen/ARM/ |
D | atomic-load-store.ll | 21 ; ARMV6: mcr p15, #0, {{r[0-9]*}}, c7, c10, #5 23 ; ARMV6: mcr p15, #0, {{r[0-9]*}}, c7, c10, #5 43 ; ARMV6: mcr p15, #0, {{r[0-9]*}}, c7, c10, #5
|
D | pr3502.ll | 12 tail call void asm sideeffect "mcr p15, 0, $0, c7, c10, 4 \0A\09", "r,~{memory}"(i32 0) nounwind
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | fwalsh_sse2.asm | 79 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10 85 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10 91 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
|
/external/clang/test/CodeGenCXX/ |
D | vtable-available-externally.cpp | 155 struct c10 : c1{ struct 158 struct c11 : c10, c1{
|
D | mangle-ms-return-qualifiers.cpp | 83 volatile A &c10() { return *(A*)0; } in c10() function
|
/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 925 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 931 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 935 depths0[1] = lookupDepthNoBorder(faces0[c10.face], sampler, c10.s, c10.t); in isSeamplessLinearMipmapLinearCompareResultValid() 952 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 956 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 960 depths1[1] = lookupDepthNoBorder(faces1[c10.face], sampler, c10.s, c10.t); in isSeamplessLinearMipmapLinearCompareResultValid() 1034 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearCompareResultValid() local 1040 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid() 1051 depths[1] = lookupDepthNoBorder(faces[c10.face], sampler, c10.s, c10.t); in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 499 …const Vec4 c10 = quad10.p00*(1.0f-a1)*(1.0f-b1) + quad10.p10*a1*(1.0f-b1) + quad10.p01*(1.0f-a1)*… in is3DTrilinearFilterResultValid() local 505 const Vec4 cz1 = c10*(1.0f - c1) + c11*c1; in is3DTrilinearFilterResultValid() 1474 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearSampleResultValid() local 1480 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearSampleResultValid() 1491 quad.p10 = lookup<float>(faces[c10.face], sampler, c10.s, c10.t, 0); in isSeamlessLinearSampleResultValid() 1553 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1559 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() 1563 quad0.p10 = lookup<float>(faces0[c10.face], sampler, c10.s, c10.t, 0); in isSeamplessLinearMipmapLinearSampleResultValid() 1587 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1591 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() [all …]
|
/external/llvm/test/MC/ARM/ |
D | deprecated-v8.s | 17 mcr p15, #0, r5, c7, c10, #4 23 mcr p15, #0, r5, c7, c10, #5
|
/external/icu/icu4c/as_is/os400/ |
D | fixup-icu.sh | 36 cut -c10-18`;
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-system.txt | 49 # CHECK: sys #7, c6, c10, #7, x7
|
/external/skia/src/utils/ |
D | SkPatchUtils.cpp | 110 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 112 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp()
|
/external/opencv3/modules/imgproc/src/opencl/ |
D | medianFilter.cl | 169 T c10; T c11; T4 c12; T c13; T c14; 199 c10 = *(__global T *)(srcptr + src_index + x_leftmost); 233 SHUFFLE4_5(c10, c11, c12, c13, c14, p10, p11, p12, p13, p14); 273 c5=c10; c6=c11; c7=c12; c8=c13; c9=c14; 274 c10=c15; c11=c16; c12=c17; c13=c18; c14=c19;
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 692 Vec4 c10 = colors[v10]; in computeVertexReference() local 713 const Vec4& t1 = tri ? c01 : c10; in computeVertexReference() 714 const Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
|
/external/llvm/test/CodeGen/X86/ |
D | MergeConsecutiveStores.ll | 269 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ] 283 %c10 = getelementptr inbounds %struct.B, %struct.B* %.01, i64 1 315 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ] 329 %c10 = getelementptr inbounds %struct.B, %struct.B* %.01, i64 1
|
/external/llvm/test/CodeGen/Mips/ |
D | ra-allocatable.ll | 73 @c10 = external global i32* 222 %81 = load i32*, i32** @c10, align 4
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 395 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() local 397 float dudx = (c10.s - c00.s)*(float)m_textureSpec.width / (float)viewportSize[0]; in initTexture()
|
/external/llvm/test/Analysis/CostModel/ARM/ |
D | gep.ll | 80 %c10 = getelementptr inbounds <4 x i64>, <4 x i64>* undef, i32 %i
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1796 const tcu::Vec4 c10 = colors[v10]; in computeVertexReference() local 1817 const tcu::Vec4& t1 = tri ? c01 : c10; in computeVertexReference() 1818 const tcu::Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
|
/external/llvm/test/MC/AArch64/ |
D | arm64-aliases.s | 331 sys #3, c7, c10, #1 333 sys #0, c7, c10, #2
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonRegisterInfo.td | 149 def UGP : Rc<10, "ugp", ["c10"]>, DwarfRegNum<[77]>;
|