/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/libffi/testsuite/libffi.call/ |
D | many_complex.inc | 16 _Complex T_C_TYPE c10, 43 T_CONV creal (c10), T_CONV cimag (c10), 48 return (c1+c2-c3-c4+c5+c6+c7-c8-c9-c10-c11+c12+c13);
|
/external/clang/test/CodeGenCXX/ |
D | lto-visibility-inference.cpp | 69 std::C7::C8 *c8, stdext::C9 *c9, other::C10 *c10) { in f() argument 102 c10->f(); in f()
|
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/skqp/src/core/ |
D | SkMipMap.cpp | 136 auto c10 = F::Expand(p1[0]); in downsample_1_2() local 138 auto c = c00 + c10; in downsample_1_2() 154 auto c10 = F::Expand(p1[0]); in downsample_1_3() local 157 auto c = add_121(c00, c10, c20); in downsample_1_3() 189 auto c10 = F::Expand(p1[0]); in downsample_2_2() local 192 auto c = c00 + c10 + c01 + c11; in downsample_2_2() 209 auto c10 = F::Expand(p1[0]); in downsample_2_3() local 214 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
|
/external/skia/src/core/ |
D | SkMipMap.cpp | 137 auto c10 = F::Expand(p1[0]); in downsample_1_2() local 139 auto c = c00 + c10; in downsample_1_2() 155 auto c10 = F::Expand(p1[0]); in downsample_1_3() local 158 auto c = add_121(c00, c10, c20); in downsample_1_3() 190 auto c10 = F::Expand(p1[0]); in downsample_2_2() local 193 auto c = c00 + c10 + c01 + c11; in downsample_2_2() 210 auto c10 = F::Expand(p1[0]); in downsample_2_3() local 215 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3()
|
/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/vpx_dsp/arm/ |
D | highbd_idct4x4_add_neon.c | 100 int64x2_t c0, c1, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11; in idct4x4_16_kernel_bd12() local 115 c10 = vmull_lane_s32(vget_low_s32(*a3), vget_high_s32(cospis), 1); in idct4x4_16_kernel_bd12() 119 c6 = vaddq_s64(c6, c10); in idct4x4_16_kernel_bd12()
|
/external/libvpx/libvpx/vp8/encoder/x86/ |
D | fwalsh_sse2.asm | 81 pmaddwd xmm2, [GLOBAL(cn1)] ; c11 b11 c10 b10 87 pshufd xmm5, xmm2, 0xd8 ; c11 c10 b11 b10 93 punpckhqdq xmm4, xmm5 ; c11 c10 d11 d10
|
/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/skia/src/utils/ |
D | SkPatchUtils.cpp | 143 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 145 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp() 151 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument 152 Sk4f a = c00 * (1.f - tx) + c10 * tx; in bilerp()
|
/external/skqp/src/utils/ |
D | SkPatchUtils.cpp | 143 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 145 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp() 151 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument 152 Sk4f a = c00 * (1.f - tx) + c10 * tx; in bilerp()
|
/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 | 38 cut -c10-18`;
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-system.txt | 49 # CHECK: sys #7, c6, c10, #7, x7
|
/external/swiftshader/third_party/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/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/deqp/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 745 Vec4 c10 = colors[v10]; in computeVertexReference() local 766 const Vec4& t1 = tri ? c01 : c10; in computeVertexReference() 767 const Vec4& t2 = tri ? c10 : c01; in computeVertexReference()
|
/external/llvm/test/CodeGen/X86/ |
D | MergeConsecutiveStores.ll | 273 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ] 287 %c10 = getelementptr inbounds %struct.B, %struct.B* %.01, i64 1 319 %.01 = phi %struct.B* [ %p, %.lr.ph ], [ %c10, %block4 ] 333 %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()
|