/third_party/typescript/tests/baselines/reference/ |
H A D | shorthandPropertyAssignmentsInDestructuring_ES6.js | 90 let y4: number, y5: { x: number }; 91 ({ y4 = 5, y5 = { x: 1 } } = {}) 95 let y4: number, y5: { x: number }; 96 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {}) 192 let y4, y5;
193 ({ y4 = 5, y5 = { x: 1 } } = {});
196 let y4, y5;
197 ({ y4: y4 = 5, y5: y5 [all...] |
H A D | shorthandPropertyAssignmentsInDestructuring.js | 90 let y4: number, y5: { x: number }; 91 ({ y4 = 5, y5 = { x: 1 } } = {}) 95 let y4: number, y5: { x: number }; 96 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {}) 217 var y4, y5;
218 (_a = {}, _b = _a.y4, y4 = _b === void 0 ? 5 : _b, _c = _a.y5, y5 = _c === void 0 ? { x: 1 } : _c);
222 var y4, y5;
223 (_a = {}, _b = _a.y4, y4 = _b === void 0 ? 5 : _b, _c = _a.y5, y [all...] |
H A D | declarationEmitDestructuringObjectLiteralPattern1.js | 4 var { y5 } = { x5: 5, y5: "hello" }; property 13 var y5 = { x5: 5, y5: "hello" }.y5;
22 declare var y5: string;
|
H A D | declarationEmitDestructuringObjectLiteralPattern.js | 4 var { y5 } = { x5: 5, y5: "hello" }; property 27 var y5 = { x5: 5, y5: "hello" }.y5;
49 declare var y5: string;
|
H A D | augmentedTypesFunction.js | 25 function y5() { } function 26 module y5 { } // ok since module is not instantiated 70 function y5() { }
|
H A D | initializersWidened.js | 24 var y5 = undefined || y2; variable 43 var y5 = undefined || y2;
variable
|
H A D | thisAndSuperInStaticMembers1(target=es2022).js | 15 static y5 = this?.[("x")](); 49 static y5 = this?.[("x")]();
|
H A D | thisAndSuperInStaticMembers1(target=esnext).js | 15 static y5 = this?.[("x")](); 49 static y5 = this?.[("x")]();
|
H A D | thisAndSuperInStaticMembers2(target=es2022).js | 15 static y5 = this?.[("x")](); 56 static { this.y5 = this?.[("x")](); }
|
H A D | thisAndSuperInStaticMembers2(target=esnext).js | 15 static y5 = this?.[("x")](); 56 static { this.y5 = this?.[("x")](); }
|
H A D | intersectionOfUnionOfUnitTypes.js | 18 let y5: (0 | 1 | 2) & (1 | 2 | 3) & (2 | 3 | 4) & (3 | 4 | 5); // never 41 var y5; // never
variable
|
H A D | intersectionWithUnionConstraint.js | 12 let y5: number | undefined = x; // Error 54 var y5 = x; // Error
|
H A D | es6ExportEqualsInterop.js | 143 import * as y5 from "interface-module"; 154 y5.a; 250 var y5 = require("interface-module");
260 y5.a;
|
H A D | genericsManyTypeParameters.js | 26 x5: a419, y5: a25, z5: a35, a5: a45, b5: a55, c5: a65, 46 x5 , y5 , z5 , a5 , b5 , c5, 63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
68 x5, y5, z5, a5, b5, c5,
|
H A D | thisAndSuperInStaticMembers2(target=es2015).js | 15 static y5 = this?.[("x")](); 71 C.y5 = _b === null || _b === void 0 ? void 0 : _b[("x")]();
|
H A D | thisAndSuperInStaticMembers1(target=es2015).js | 15 static y5 = this?.[("x")](); 111 Object.defineProperty(C, "y5", {
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
H A D | siaddrlib.cpp | 235 ADDR_CHANNEL_SETTING y5 = InitChannel(1, 1, bankYStart + 2); in ComputeBankEquation() local 244 y5.value = (threshY > bankYStart + 2) ? y5.value : 0; in ComputeBankEquation() 254 pEquation->addr[1] = y5; in ComputeBankEquation() 266 pEquation->addr[1] = y5; in ComputeBankEquation() 279 pEquation->xor1[1] = y5; in ComputeBankEquation() 291 pEquation->xor1[1] = y5; in ComputeBankEquation() 307 pEquation->addr[0] = y5; in ComputeBankEquation() 310 pEquation->xor1[1] = y5; in ComputeBankEquation() 318 pEquation->xor1[0] = y5; in ComputeBankEquation() 464 ADDR_CHANNEL_SETTING y5 = InitChannel(1, 1, 5); ComputePipeEquation() local 690 UINT_32 y5 = _BIT(ty,2); ComputePipeFromCoord() local 849 UINT_32 y5 = 0; ComputeTileCoordFromPipeAndElemIdx() local 2552 UINT_32 y5 = _BIT(y, 5); HwlComputeSurfaceCoord2DFromBankPipe() local [all...] |
H A D | egbaddrlib.cpp | 2586 yBit5 = _BIT(bank, 1) ^ _BIT(xBit, 1) ^ _BIT(yBit, 3); //y5=x4^y6^b1 2607 xBit4 = _BIT(bank, 1) ^ _BIT(yBit, 2) ^ _BIT(yBit, 3);//x4 = b1 ^ y5 ^ y6; 2620 xBit3 = _BIT(bank, 0) ^ _BIT(yBit,2); //x3 = b0 ^ y5; 2621 xBit4 = _BIT(bank, 1) ^ _BIT(yBit,1) ^ _BIT(yBit, 2);//x4 = b1 ^ y4 ^ y5; 2626 xBit4 = _BIT(bank, 1) ^ _BIT(yBit, 2) ^ _BIT(yBit, 3);//x4 = y5 ^ y6 ^ b1 2982 UINT_32 y5 = _BIT(ty,2); 2989 bankBit1 = x4 ^ y5 ^ y6; 2994 bankBit0 = x3 ^ y5; 2995 bankBit1 = x4 ^ y4 ^ y5;
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | v210.asm | 63 movu m0, [srcq] ; yB v5 yA u5 y9 v4 y8 u4 y7 v3 y6 u3 y5 v2 y4 u2 y3 v1 y2 u1 y1 v0 y0 u0 70 psrlw m1, 6 ; yB yA u5 v4 y8 y7 v3 u3 y5 y4 u2 v1 y2 y1 v0 u0 74 vpblendd m2, m1, m0, 0x55 ; yB yA 00 y9 y8 y7 00 y6 y5 y4 00 y3 y2 y1 00 y0 75 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0 76 vpermd m2, m6, m2 ; 00 00 00 00 yB yA y9 y8 y7 y6 y5 y4 y3 y2 y1 y0 87 shufps m2, m1, m0, 0x8d ; 00 y9 00 y6 yB yA y8 y7 00 y3 00 y0 y5 y4 y2 y1 88 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0
|
/third_party/node/deps/zlib/ |
H A D | crc32_simd.c | 51 __m512i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_avx512_simd_() local 85 y5 = _mm512_loadu_si512((__m512i *)(buf + 0x00)); in crc32_avx512_simd_() 95 x1 = _mm512_xor_si512(x1, y5); in crc32_avx512_simd_() 228 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 260 y5 = _mm_loadu_si128((__m128i *)(buf + 0x00)); in crc32_sse42_simd_() 270 x1 = _mm_xor_si128(x1, y5); in crc32_sse42_simd_() 498 uint64x2_t x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in armv8_crc32_pmull_little() local 525 y5 = vld1q_u64((const uint64_t *)(buf + 0x00)); in armv8_crc32_pmull_little() 540 x1 = veorq_u64(x1, y5); in armv8_crc32_pmull_little()
|
/third_party/decimal.js/test/modules/ |
H A D | clone.js | 59 var y5 = new D5(3); 69 t(x5.div(y5).eq(1.6667)); 80 t(x5.div(y5).eq(1.6667));
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 70 y5 = _mm_loadu_si128((__m128i *)(buf + 0x00)); in crc32_sse42_simd_() 80 x1 = _mm_xor_si128(x1, y5); in crc32_sse42_simd_()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 70 y5 = _mm_loadu_si128((__m128i *)(buf + 0x00)); in crc32_sse42_simd_() 80 x1 = _mm_xor_si128(x1, y5); in crc32_sse42_simd_()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_vsx.h | 65 vec_f y4, y5, y8, y9; in pass_vsx_interleave() local 102 y5 = vec_perm(y0, y1, vcprm(s3,3,s2,2)); in pass_vsx_interleave() 107 ymulwi3 = vec_mul(y5, wi3); in pass_vsx_interleave() 192 y5 = vec_perm(y0, y1, vcprm(s3,3,s2,2)); in pass_vsx_interleave() 197 ymulwi3 = vec_mul(y5, wi3); in pass_vsx_interleave()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 17699 uint32_t y5 = s[0] >> 3; in wuffs_base__pixel_swizzler__bgr_565__y() local 17701 uint32_t rgb_565 = (y5 << 11) | (y6 << 5) | (y5 << 0); in wuffs_base__pixel_swizzler__bgr_565__y() 17729 uint32_t y5 = s[0] >> 3; in wuffs_base__pixel_swizzler__bgr_565__y_16be() local 17731 uint32_t rgb_565 = (y5 << 11) | (y6 << 5) | (y5 << 0); in wuffs_base__pixel_swizzler__bgr_565__y_16be() [all...] |