/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 …]
|
/external/chromium_org/third_party/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 …]
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
D | codec_unittest.cc | 105 AudioCodec c10(c0); in TEST_F() local 109 c10.params["x"] = "abc"; in TEST_F() 113 EXPECT_TRUE(c10 != c0); in TEST_F() 115 EXPECT_TRUE(c11 != c10); in TEST_F() 117 EXPECT_TRUE(c12 != c10); in TEST_F() 119 EXPECT_TRUE(c13 == c10); in TEST_F() 184 VideoCodec c10(c0); in TEST_F() local 188 c10.params["x"] = "abc"; in TEST_F() 192 EXPECT_TRUE(c10 != c0); in TEST_F() 194 EXPECT_TRUE(c11 != c10); in TEST_F() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | vtable-available-externally.cpp | 145 struct c10 : c1{ struct 148 struct c11 : c10, c1{
|
D | mangle-ms-return-qualifiers.cpp | 83 volatile A &c10() { return *(A*)0; } in c10() function
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | FontTest.cpp | 133 static UChar c10[] = { 0xD83C, 0xDE00 }; in TEST() local 134 EXPECT_EQ(SimplePath, Character::characterRangeCodePath(c10, 2)); in TEST() 178 static UChar c10[] = { 0x330, 0xD83C, 0xDDE5 }; in TEST() local 179 EXPECT_EQ(ComplexPath, Character::characterRangeCodePath(c10, 3)); in TEST()
|
/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/chromium_org/third_party/libvpx/source/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/deqp/framework/common/ |
D | tcuTexCompareVerifier.cpp | 902 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 908 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 912 depths0[1] = faces0[c10.face].getPixDepth(c10.s, c10.t); in isSeamplessLinearMipmapLinearCompareResultValid() 929 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 933 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 937 depths1[1] = faces1[c10.face].getPixDepth(c10.s, c10.t); in isSeamplessLinearMipmapLinearCompareResultValid() 1011 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearCompareResultValid() local 1017 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid() 1028 depths[1] = faces[c10.face].getPixDepth(c10.s, c10.t); in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 474 …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 480 const Vec4 cz1 = c10*(1.0f - c1) + c11*c1; in is3DTrilinearFilterResultValid() 1416 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+1, j+0)),… in isSeamlessLinearSampleResultValid() local 1422 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearSampleResultValid() 1433 quad.p10 = lookup<float>(faces[c10.face], sampler, c10.s, c10.t, 0); in isSeamlessLinearSampleResultValid() 1491 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+1, j0+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1497 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() 1501 quad0.p10 = lookup<float>(faces0[c10.face], sampler, c10.s, c10.t, 0); in isSeamplessLinearMipmapLinearSampleResultValid() 1525 …const CubeFaceIntCoords c10 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+1, j1+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1529 …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
|
D | basic-arm-instructions.s | 832 ldcl p3, c10, [r6, #4] 845 ldcllt p3, c10, [r6, #4] 873 @ CHECK: ldcl p3, c10, [r6, #4] @ encoding: [0x01,0xa3,0xd6,0xed] 886 @ CHECK: ldcllt p3, c10, [r6, #4] @ encoding: [0x01,0xa3,0xd6,0xbd] 2267 stcl p3, c10, [r6, #4] 2280 stcllt p3, c10, [r6, #4] 2308 @ CHECK: stcl p3, c10, [r6, #4] @ encoding: [0x01,0xa3,0xc6,0xed] 2321 @ CHECK: stcllt p3, c10, [r6, #4] @ encoding: [0x01,0xa3,0xc6,0xbd]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-system.txt | 49 # CHECK: sys #7, c6, c10, #7, x7
|
/external/llvm/test/CodeGen/ARM/ |
D | pr3502.ll | 12 tail call void asm sideeffect "mcr p15, 0, $0, c7, c10, 4 \0A\09", "r,~{memory}"(i32 0) nounwind
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkPatchUtils.cpp | 140 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 142 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp()
|
/external/llvm/test/CodeGen/X86/ |
D | MergeConsecutiveStores.ll | 272 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ] 286 %c10 = getelementptr inbounds %struct.B* %.01, i64 1 319 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ] 333 %c10 = getelementptr inbounds %struct.B* %.01, i64 1
|
/external/llvm/test/CodeGen/Mips/ |
D | ra-allocatable.ll | 73 @c10 = external global i32* 222 %81 = load i32** @c10, align 4
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 708 Vec4 c10 = colors[v10]; in computeVertexReference() local 729 const Vec4& t1 = tri ? c01 : c10; in computeVertexReference() 730 const Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | triggerB.test | 102 c10, c11, c12, c13, c14, c15, c16, c17, c18, c19,
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 400 …tcu::CubeFaceFloatCoords c10 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.maxCoord[0]*proj, m_looku… in initTexture() local 402 float dudx = (c10.s - c00.s)*m_textureSpec.width / (float)viewportSize[0]; in initTexture()
|
/external/llvm/test/MC/AArch64/ |
D | arm64-aliases.s | 331 sys #3, c7, c10, #1 333 sys #0, c7, c10, #2
|
/external/chromium_org/v8/test/webkit/ |
D | dfg-inline-arguments-use-from-uninlined-code-expected.txt | 37 PASS "" + baz("a" + __i, "b" + (__i + 1), "c" + (__i + 2)) is "a8,b9,c10,a8,b9,c10"
|
D | dfg-inline-arguments-use-from-all-the-places-expected.txt | 39 …c10], [[object Arguments]: [object Object], b10, c10], [[object Arguments]: [object Object], b10, …
|