/third_party/vixl/src/aarch64/ |
D | decoder-aarch64.cc | 230 INSTANTIATE_TEMPLATE_M(00000c00); in GetBitExtractFunctionHelper() 236 INSTANTIATE_TEMPLATE_M(00001c00); in GetBitExtractFunctionHelper() 244 INSTANTIATE_TEMPLATE_M(00003c00); in GetBitExtractFunctionHelper() 274 INSTANTIATE_TEMPLATE_M(00801c00); in GetBitExtractFunctionHelper() 276 INSTANTIATE_TEMPLATE_M(00803c00); in GetBitExtractFunctionHelper() 309 INSTANTIATE_TEMPLATE_M(40000c00); in GetBitExtractFunctionHelper() 313 INSTANTIATE_TEMPLATE_M(40003c00); in GetBitExtractFunctionHelper() 318 INSTANTIATE_TEMPLATE_M(40400c00); in GetBitExtractFunctionHelper() 319 INSTANTIATE_TEMPLATE_M(40403c00); in GetBitExtractFunctionHelper() 321 INSTANTIATE_TEMPLATE_M(40800c00); in GetBitExtractFunctionHelper() [all …]
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SamplerCore.cpp | 476 …Vector4s c00 = sampleTexel(uuuu0, vvvv0, wwww, layerIndex, offset, sample, mipmap, buffer, functio… in sampleQuad2D() local 514 … c00.x = As<UShort4>(c00.x) - MulHigh(As<UShort4>(c00.x), f0u) + MulHigh(As<UShort4>(c10.x), f0u); in sampleQuad2D() 516 c.x = As<UShort4>(c00.x) - MulHigh(As<UShort4>(c00.x), f0v) + MulHigh(As<UShort4>(c01.x), f0v); in sampleQuad2D() 522 c00.x = MulHigh(As<UShort4>(c00.x), f1u1v); in sampleQuad2D() 529 c00.x = MulHigh(c00.x, f1u1vs); in sampleQuad2D() 535 c.x = (c00.x + c10.x) + (c01.x + c11.x); in sampleQuad2D() 544 … c00.y = As<UShort4>(c00.y) - MulHigh(As<UShort4>(c00.y), f0u) + MulHigh(As<UShort4>(c10.y), f0u); in sampleQuad2D() 546 c.y = As<UShort4>(c00.y) - MulHigh(As<UShort4>(c00.y), f0v) + MulHigh(As<UShort4>(c01.y), f0v); in sampleQuad2D() 552 c00.y = MulHigh(As<UShort4>(c00.y), f1u1v); in sampleQuad2D() 559 c00.y = MulHigh(c00.y, f1u1vs); in sampleQuad2D() [all …]
|
/third_party/skia/src/core/ |
D | SkMipmap.cpp | 205 auto c00 = F::Expand(p0[0]); in downsample_1_2() local 208 auto c = c00 + c10; in downsample_1_2() 223 auto c00 = F::Expand(p0[0]); in downsample_1_3() local 227 auto c = add_121(c00, c10, c20); in downsample_1_3() 241 auto c00 = F::Expand(p0[0]); in downsample_2_1() local 244 auto c = c00 + c01; in downsample_2_1() 257 auto c00 = F::Expand(p0[0]); in downsample_2_2() local 262 auto c = c00 + c10 + c01 + c11; in downsample_2_2() 277 auto c00 = F::Expand(p0[0]); in downsample_2_3() local 284 auto c = add_121(c00, c10, c20) + add_121(c01, c11, c21); in downsample_2_3() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | wide_multiply.h | 59 const uint64_t c00 = a00 * b00; in MultiplyU64ToU128() 65 static_cast<uint32_t>(((c00 >> 32) + static_cast<uint32_t>(c32a) + in MultiplyU64ToU128() 70 c00 + (c32a << 32) + (c32b << 32)); in MultiplyU64ToU128()
|
/third_party/skia/src/utils/ |
D | SkPatchUtils.cpp | 149 static SkScalar bilerp(SkScalar tx, SkScalar ty, SkScalar c00, SkScalar c10, SkScalar c01, in bilerp() argument 151 SkScalar a = c00 * (1.f - tx) + c10 * tx; in bilerp() 157 const Sk4f& c00, const Sk4f& c10, const Sk4f& c01, const Sk4f& c11) { in bilerp() argument 158 Sk4f a = c00 * (1.f - tx) + c10 * tx; in bilerp()
|
/third_party/curl/docs/ |
D | CONNECTION-FILTERS.md | 201 - ballerv6 --> TCP[2a04:4e42:c00::347]:443 203 conn[curl.se] --> SETUP[TCP] --> HAPPY-EYEBALLS --> TCP[2a04:4e42:c00::347]:443 217 - ballerv6 --> HTTP/3[2a04:4e42:c00::347]:443 219 conn[curl.se] --> SETUP[QUIC] --> HAPPY-EYEBALLS --> HTTP/3[2a04:4e42:c00::347]:443 234 - ballerv6 --> HTTP/3[2a04:4e42:c00::347]:443 237 - ballerv6 --> TCP[2a04:4e42:c00::347]:443
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexCompareVerifier.cpp | 930 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 937 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 940 depths0[0] = lookupDepthNoBorder(faces0[c00.face], sampler, c00.s, c00.t); in isSeamplessLinearMipmapLinearCompareResultValid() 957 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+0)… in isSeamplessLinearMipmapLinearCompareResultValid() local 962 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearCompareResultValid() 965 depths1[0] = lookupDepthNoBorder(faces1[c00.face], sampler, c00.s, c00.t); in isSeamplessLinearMipmapLinearCompareResultValid() 1039 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+0)),… in isSeamlessLinearCompareResultValid() local 1046 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearCompareResultValid() 1056 depths[0] = lookupDepthNoBorder(faces[c00.face], sampler, c00.s, c00.t); in isSeamlessLinearCompareResultValid()
|
D | tcuTexLookupVerifier.cpp | 530 …const Vec4 c00 = quad00.p00*(1.0f-a0)*(1.0f-b0) + quad00.p10*a0*(1.0f-b0) + quad00.p01*(1.0f-a0)*… in is3DTrilinearFilterResultValid() local 536 const Vec4 cz0 = c00*(1.0f-c0) + c01*c0; in is3DTrilinearFilterResultValid() 1550 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i+0, j+0)),… in isSeamlessLinearSampleResultValid() local 1557 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamlessLinearSampleResultValid() 1567 quad.p00 = lookup<float>(faces[c00.face], sampler, c00.s, c00.t, 0); in isSeamlessLinearSampleResultValid() 1638 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i0+0, j0+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1645 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() 1648 quad0.p00 = lookup<float>(faces0[c00.face], sampler, c00.s, c00.t, 0); in isSeamplessLinearMipmapLinearSampleResultValid() 1672 …const CubeFaceIntCoords c00 = remapCubeEdgeCoords(CubeFaceIntCoords(coords.face, IVec2(i1+0, j1+0)… in isSeamplessLinearMipmapLinearSampleResultValid() local 1677 …if (c00.face == CUBEFACE_LAST || c01.face == CUBEFACE_LAST || c10.face == CUBEFACE_LAST || c11.fac… in isSeamplessLinearMipmapLinearSampleResultValid() [all …]
|
/third_party/mbedtls/tests/data_files/dir-maxpath/ |
D | long.sh | 31 cp 00.crt c00.pem
|
/third_party/typescript/tests/baselines/reference/ |
D | strictBindCallApply1.js | 17 let c00 = foo.call(undefined, 10, "hello"); variable 111 var c00 = foo.call(undefined, 10, "hello");
|
D | strictBindCallApply1.symbols | 64 let c00 = foo.call(undefined, 10, "hello"); 65 >c00 : Symbol(c00, Decl(strictBindCallApply1.ts, 15, 3))
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 606 tcu::CubeFaceFloatCoords c00 = in initTexture() local 612 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() 613 float dvdy = (c01.t - c00.t) * (float)m_textureSpec.height / (float)viewportSize[1]; in initTexture() 686 tcu::CubeFaceFloatCoords c00 = in initTexture() local 692 float dudx = (c10.s - c00.s) * (float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() 693 float dvdy = (c01.t - c00.t) * (float)m_textureSpec.height / (float)viewportSize[1]; in initTexture()
|
/third_party/typescript/tests/cases/conformance/functions/ |
D | strictBindCallApply1.ts | 18 let c00 = foo.call(undefined, 10, "hello");
|
/third_party/libdrm/tests/tegra/ |
D | vic30.c | 189 ccm->c00 = 1023; in vic30_blit() 298 ccm->c00 = 1023; in vic30_flip()
|
D | vic30.h | 227 uint64_t c00 : 20; /* 19..0 */ member
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 394 …tcu::CubeFaceFloatCoords c00 = tcu::getCubeFaceCoords(Vec3(m_lookupSpec.minCoord[0]*proj, m_looku… in initTexture() local 397 float dudx = (c10.s - c00.s)*(float)m_textureSpec.width / (float)viewportSize[0]; in initTexture() 398 float dvdy = (c01.t - c00.t)*(float)m_textureSpec.height / (float)viewportSize[1]; in initTexture()
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput26 | 391 \x{c00} 392 0: \x{c00} 1127 \x{2c00} 1128 0: \x{2c00} 2575 \x{1c00} 2576 0: \x{1c00} 2869 \x{10c00} 2870 0: \x{10c00} 2892 \x{1c00} 3205 \x{11c00} [all …]
|
D | testinput26 | 307 \x{c00} 882 \x{2c00} 2015 \x{1c00} 2246 \x{10c00} 2264 \x{1c00} 2510 \x{11c00}
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Blitter.cpp | 1346 Float4 c00; if(!read(c00, s00, state)) return nullptr; in generate() local 1353 if(!ApplyScaleAndClamp(c00, state)) return nullptr; in generate() 1365 color = (c00 * ix + c01 * fx) * iy + in generate()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsShaderRenderCase.cpp | 690 Vec4 c00 = colors[v00]; in computeVertexReference() local 712 const Vec4& t0 = tri ? c00 : c11; in computeVertexReference()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcShaderRenderCase.cpp | 762 Vec4 c00 = colors[v00]; in computeVertexReference() local 784 const Vec4& t0 = tri ? c00 : c11; in computeVertexReference()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_asn1write.data | 161 mbedtls_asn1_write_string:MBEDTLS_ASN1_UTF8_STRING:"":"0c00"
|
/third_party/elfio/tests/elf_examples/ |
D | test_ppc.txt | 126 10010c00 00000b15 R_PPC_JMP_SLOT 10000950 _ZSt4endlIcSt11char_tr + 0
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | glxgears-a420.log | 132 t0 write VSC_BIN_SIZE (0c00) 134 108ce15c: 0000: 00000c00 0000014a 471 109ce364: 0000: 000020a9 00000c00 477 109ce374: 0000: 000020ae 00000c00 483 109ce384: 0000: 000020b3 00000c00 489 109ce394: 0000: 000020b8 00000c00 495 109ce3a4: 0000: 000020bd 00000c00 501 109ce3b4: 0000: 000020c2 00000c00 507 109ce3c4: 0000: 000020c7 00000c00 640 !+ 00000c00 RB_MRT[0x1].CONTROL: { ROP_CODE = ROP_COPY | COMPONENT_ENABLE = 0 } [all …]
|
D | dEQP-GLES2.functional.texture.specification.basic_teximage2d.rgba16f_2d.log | 3504 0c: 00010001 00036c00 82000000 (S)ALU: MAXv R1.x___ = R0.wyzw, C0.xxxx 3507 0e: 000f0004 00006c00 c1000300 ALU: MULv R4 = R0, R3.xxxx 3514 11: 000f8020 20136c00 4b010203 ALU: MULADDv export32 = C3, C1.wyww, R2.xxxx 3518 13: 000f8020 20136c00 4b010204 ALU: MULADDv export32 = C4, C1.wyww, R2.xxxx 3522 15: 000f8020 20136c00 4b010205 ALU: MULADDv export32 = C5, C1.wyww, R2.xxxx 3526 17: 000f8020 20136c00 4b010206 ALU: MULADDv export32 = C6, C1.wyww, R2.xxxx 3530 19: 000f8020 20136c00 4b010207 ALU: MULADDv export32 = C7, C1.wyww, R2.xxxx 3534 1b: 000f8020 20136c00 4b010208 ALU: MULADDv export32 = C8, C1.wyww, R2.xxxx 3538 1d: 000f8020 20136c00 4b010209 ALU: MULADDv export32 = C9, C1.wyww, R2.xxxx 3542 1f: 000f8020 20136c00 4b01020a ALU: MULADDv export32 = C10, C1.wyww, R2.xxxx [all …]
|