/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitDestructuringArrayPattern2.js | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; 14 var _a = [1, ["hello", [true]]], x10 = _a[0], _b = _a[1], y10 = _b[0], z10 = _b[1][0];
23 declare var x10: number, y10: string, z10: boolean;
|
H A D | genericsManyTypeParameters.js | 39 x18: a118, y10: a218, z18: a318, a18: a418, b18: a518, c18: a618 59 x18 , y10 , z18 , a18 , b18 , c18]; 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) {
81 x18, y10, z18, a18, b18, c18];
|
H A D | mappedTypesArraysTuples.js | 42 let y10 = unboxify(x10); 106 var y10 = unboxify(x10);
variable 168 declare let y10: [number, string, ...boolean[]];
|
/third_party/ffmpeg/libavfilter/ |
H A D | colorspacedsp_template.c | 83 int y10 = yuv0[yuv_stride[0] / sizeof(pixel) + 2 * x] - yuv_offset[0]; in yuv2rgb() local 93 rgb0[2 * x + rgb_stride] = av_clip_int16((y10 * cy + crv * v + rnd) >> sh); in yuv2rgb() 104 rgb1[2 * x + rgb_stride] = av_clip_int16((y10 * cy + cgu * u + in yuv2rgb() 115 rgb2[2 * x + rgb_stride] = av_clip_int16((y10 * cy + cbu * u + rnd) >> sh); in yuv2rgb() 255 int y10, y11; in rgb2yuv_fsb() local 278 y10 = r10 * cry + g10 * cgy + b10 * cby + rnd_scratch[0][1][x * 2 + 0]; in rgb2yuv_fsb() 279 diff = (y10 & mask) - rnd; in rgb2yuv_fsb() 280 yuv0[x * 2 + 0 + s0] = av_clip_pixel(yuv_offset[0] + (y10 >> sh)); in rgb2yuv_fsb()
|
H A D | colorspacedsp_yuv2yuv_template.c | 69 int y10 = src0[src_stride[0] / sizeof(ipixel) + 2 * x] - y_off_in; in yuv2yuv() local 81 av_clip_pixel((cyy * y10 + uv_val) >> sh); in yuv2yuv()
|
/third_party/ffmpeg/libavcodec/ppc/ |
H A D | fft_vsx.h | 66 vec_f y10, y13, y14, y15; in pass_vsx_interleave() local 118 y10 = vec_perm(y8, y9, vcprm(0,1,s2,s3)); in pass_vsx_interleave() 124 y16 = vec_perm(y10, y15, vcprm(0,2,s0,s2)); in pass_vsx_interleave() 125 y17 = vec_perm(y10, y15, vcprm(3,1,s3,s1)); in pass_vsx_interleave() 210 y10 = vec_perm(y8, y9, vcprm(0,1,s2,s3)); in pass_vsx_interleave() 216 y16 = vec_perm(y10, y15, vcprm(0,2,s0,s2)); in pass_vsx_interleave() 217 y17 = vec_perm(y10, y15, vcprm(3,1,s3,s1)); in pass_vsx_interleave()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_sample_soa.c | 1037 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; in lp_build_sample_image_linear() local 1103 &y00, &y10, &t_fpart); in lp_build_sample_image_linear() 1105 lp_build_name(y10, "tex.y1.wrapped"); in lp_build_sample_image_linear() 1107 y11 = y10; in lp_build_sample_image_linear() 1222 y10 = lp_build_select(ivec_bld, fall_off[0], new_ycoords[0][1], y1_clamped); in lp_build_sample_image_linear() 1249 y10 = lp_build_select(ivec_bld, fall_off_yp_notxm, new_ycoords[3][0], y10); in lp_build_sample_image_linear() 1272 LLVMBuildStore(builder, y10, ys[2]); in lp_build_sample_image_linear() 1312 y10 = LLVMBuildLoad2(builder, type, ys[2], ""); in lp_build_sample_image_linear() 1391 x10, y10, z1 in lp_build_sample_image_linear() [all...] |
/third_party/ffmpeg/libavfilter/x86/ |
H A D | colorspacedsp.asm | 152 movu m2, [tmpq+xq*2] ; y10/11 177 movu m2, [tmpq+xq*4] ; y10/11 178 movu m3, [tmpq+xq*4+mmsize] ; y10/11
|