/third_party/typescript/tests/baselines/reference/ |
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]; variable 23 declare var x10: number, y10: string, z10: boolean;
|
D | declarationEmitDestructuringArrayPattern2.symbols | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; 4 >y10 : Symbol(y10, Decl(declarationEmitDestructuringArrayPattern2.ts, 0, 11))
|
D | genericsManyTypeParameters.js | 39 x18: a118, y10: a218, z18: a318, a18: a418, b18: a518, c18: a618 59 x18 , y10 , z18 , a18 , b18 , c18]; 63 …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];
|
D | declarationEmitDestructuringArrayPattern2.types | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; 4 >y10 : string
|
D | genericsManyTypeParameters.types | 3 …7: a117, y19: a217, z17: a317, a17: a417, b17: a517, c17: a617, x18: a118, y10: a218, z18: a318, a… 160 x18: a118, y10: a218, z18: a318, a18: a418, b18: a518, c18: a618 162 >y10 : a218 171 … , b16 , c16, x17 , y19 , z17 , a17 , b17 , c17, x18 , y10 , z18 , a18 , b18 ,… 307 x18 , y10 , z18 , a18 , b18 , c18]; 309 >y10 : a218
|
D | mappedTypesArraysTuples.js | 42 let y10 = unboxify(x10); variable 106 var y10 = unboxify(x10); 168 declare let y10: [number, string, ...boolean[]];
|
D | declarationEmitDestructuringArrayPattern2.errors.txt | 7 var [x10, [y10, [z10]]] = [1, ["hello", [true]]];
|
D | genericsManyTypeParameters.symbols | 388 x18: a118, y10: a218, z18: a318, a18: a418, b18: a518, c18: a618 391 >y10 : Symbol(y10, Decl(genericsManyTypeParameters.ts, 37, 18)) 540 x18 , y10 , z18 , a18 , b18 , c18]; 542 >y10 : Symbol(y10, Decl(genericsManyTypeParameters.ts, 37, 18))
|
D | mappedTypesArraysTuples.types | 96 let y10 = unboxify(x10); 97 >y10 : [number, string, ...boolean[]]
|
D | mappedTypesArraysTuples.symbols | 157 let y10 = unboxify(x10); 158 >y10 : Symbol(y10, Decl(mappedTypesArraysTuples.ts, 40, 3))
|
/third_party/ffmpeg/libavfilter/ |
D | colorspacedsp_template.c | 83 int y10 = yuv0[yuv_stride[0] / sizeof(pixel) + 2 * x] - yuv_offset[0]; in fn() local 93 rgb0[2 * x + rgb_stride] = av_clip_int16((y10 * cy + crv * v + rnd) >> sh); in fn() 104 rgb1[2 * x + rgb_stride] = av_clip_int16((y10 * cy + cgu * u + in fn() 115 rgb2[2 * x + rgb_stride] = av_clip_int16((y10 * cy + cbu * u + rnd) >> sh); in fn() 255 int y10, y11; in fn() local 278 y10 = r10 * cry + g10 * cgy + b10 * cby + rnd_scratch[0][1][x * 2 + 0]; in fn() 279 diff = (y10 & mask) - rnd; in fn() 280 yuv0[x * 2 + 0 + s0] = av_clip_pixel(yuv_offset[0] + (y10 >> sh)); in fn()
|
D | colorspacedsp_yuv2yuv_template.c | 69 int y10 = src0[src_stride[0] / sizeof(ipixel) + 2 * x] - y_off_in; in fn() local 81 av_clip_pixel((cyy * y10 + uv_val) >> sh); in fn()
|
/third_party/typescript/tests/cases/compiler/ |
D | declarationEmitDestructuringArrayPattern2.ts | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; variable
|
D | genericsManyTypeParameters.ts | 38 x18: a118, y10: a218, z18: a318, a18: a418, b18: a518, c18: a618 58 x18 , y10 , z18 , a18 , b18 , c18];
|
/third_party/ffmpeg/libavfilter/x86/ |
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
|
/third_party/ffmpeg/libavcodec/ppc/ |
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/typescript/tests/cases/conformance/types/mapped/ |
D | mappedTypesArraysTuples.ts | 44 let y10 = unboxify(x10);
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 1037 LLVMValueRef y00 = NULL, y01 = NULL, y10 = NULL, y11 = NULL; in lp_build_sample_image_linear() local 1101 &y00, &y10, &t_fpart); in lp_build_sample_image_linear() 1103 lp_build_name(y10, "tex.y1.wrapped"); in lp_build_sample_image_linear() 1105 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() 1311 y10 = LLVMBuildLoad(builder, ys[2], ""); in lp_build_sample_image_linear() 1390 x10, y10, z10, in lp_build_sample_image_linear() 1696 x10, y10, z1, in lp_build_sample_image_linear()
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 1666 auto y10 = make_fvar<typename fvar<RealType1, Order1>::root_type, order1 - 1>(y); in atan2() local 1668 auto const d10 = x10 / ((x10 * x10) + (y10 *= y10)); in atan2()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 247106 } {5 zyx y5 | 10 abc y10 | 15 wvu y15 | 20 def y20 | 25 tsr y25 | 30 ghi y30 | 35 qpo y35 |}
|