/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitDestructuringObjectLiteralPattern1.js | 7 var { y8: b1 } = { x8: 5, y8: "hello" }; property 16 var b1 = { x8: 5, y8: "hello" }.y8;
|
H A D | declarationEmitDestructuringObjectLiteralPattern.js | 7 var { y8: b1 } = { x8: 5, y8: "hello" }; property 30 var b1 = { x8: 5, y8: "hello" }.y8;
|
H A D | es6ExportEqualsInterop.js | 146 import * as y8 from "function-module"; 157 y8.a; 253 var y8 = require("function-module");
263 y8.a;
|
H A D | genericsManyTypeParameters.js | 29 x8: a71, y8: a28, z8: a38, a8: a48, b8: a58, c8: a68, 49 x8 , y8 , z8 , a8 , b8 , c8, 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) {
71 x8, y8, z8, a8, b8, c8,
|
/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/ffmpeg/libavcodec/ |
H A D | h264_direct.c | 361 int y8 = i8 >> 1; in pred_spatial_direct_motion() local 362 int xy8 = x8 + y8 * b8_stride; in pred_spatial_direct_motion() 363 int xy4 = x8 * 3 + y8 * b4_stride; in pred_spatial_direct_motion() 374 if (!IS_INTRA(mb_type_col[y8]) && !sl->ref_list[1][0].parent->long_ref && in pred_spatial_direct_motion() 428 const int y8 = i8 >> 1; in pred_spatial_direct_motion() local 450 const int16_t *mv_col = l1mv[x8 * 3 + y8 * 3 * b4_stride]; in pred_spatial_direct_motion() 464 (y8 * 2 + (i4 >> 1)) * b4_stride]; in pred_spatial_direct_motion() 600 const int y8 = i8 >> 1; in pred_temp_direct_motion() local 609 if (IS_INTRA(mb_type_col[y8])) { in pred_temp_direct_motion() 616 ref0 = l1ref0[x8 + y8 * b8_strid in pred_temp_direct_motion() 668 const int y8 = i8 >> 1; pred_temp_direct_motion() local [all...] |
H A D | vp6.c | 597 int y8 = mv.y & mask; in vp6_filter() local 601 y8 *= 2; in vp6_filter() 616 if ((y8 && (offset2-offset1)*s->flip<0) || (!y8 && offset1 > offset2)) { in vp6_filter() 621 if (!y8) { /* left or right combine */ in vp6_filter() 626 vp6_block_copy_filter[select][y8]); in vp6_filter() 630 vp6_block_copy_filter[select][y8]); in vp6_filter() 633 if (!x8 || !y8) { in vp6_filter() 634 s->h264chroma.put_h264_chroma_pixels_tab[0](dst, src + offset1, stride, 8, x8, y8); in vp6_filter() 636 vp6_filter_diag2(s, dst, src+offset1 + ((mv.x^mv.y)>>31), stride, x8, y8); in vp6_filter() [all...] |
/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 88 y8 = _mm512_loadu_si512((__m512i *)(buf + 0xC0)); in crc32_avx512_simd_() 98 x4 = _mm512_xor_si512(x4, y8); in crc32_avx512_simd_() 228 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 263 y8 = _mm_loadu_si128((__m128i *)(buf + 0x30)); in crc32_sse42_simd_() 273 x4 = _mm_xor_si128(x4, y8); 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 528 y8 = vld1q_u64((const uint64_t *)(buf + 0x30)); in armv8_crc32_pmull_little() 543 x4 = veorq_u64(x4, y8); in armv8_crc32_pmull_little()
|
/third_party/decimal.js/test/modules/ |
H A D | clone.js | 62 var y8 = new D8(3); 72 t(x8.div(y8).eq(1.6666667)); 77 t(x2.div(y8).eq(1.7));
|
/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 73 y8 = _mm_loadu_si128((__m128i *)(buf + 0x30)); in crc32_sse42_simd_() 83 x4 = _mm_xor_si128(x4, y8); 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 73 y8 = _mm_loadu_si128((__m128i *)(buf + 0x30)); in crc32_sse42_simd_() 83 x4 = _mm_xor_si128(x4, y8); in crc32_sse42_simd_()
|
/third_party/lame/libmp3lame/ |
H A D | gain_analysis.c | 155 Float_t y8 = input[ -6] * kernel[ 4]; in filterYule() local 159 Float_t s01 = y8 + yA + yC + yE; in filterYule()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_vsx.h | 65 vec_f y4, y5, y8, y9; in pass_vsx_interleave() local 110 y8 = vec_madd(y2, wr2, ymulwi2); in pass_vsx_interleave() 118 y10 = vec_perm(y8, y9, vcprm(0,1,s2,s3)); in pass_vsx_interleave() 202 y8 = vec_madd(y2, wr2, ymulwi2); in pass_vsx_interleave() 210 y10 = vec_perm(y8, y9, vcprm(0,1,s2,s3)); in pass_vsx_interleave()
|