/third_party/typescript/tests/cases/compiler/ |
D | downlevelLetConst14.ts | 43 var z5 = 1; variable 46 let [z5] = [5]; variable
|
D | downlevelLetConst15.ts | 43 var z5 = 1; variable 46 const [z5] = [5]; constant
|
D | typeArgInference2.ts | 11 var z5 = foo({ name: "abc", a: 5 }); // { name: string; a: number } variable
|
/third_party/typescript/tests/baselines/reference/ |
D | intersectionOfUnionOfUnitTypes.js | 25 let z5: (E.A | E.B | E.C) & (E.B | E.C | E.D) & (E.C | E.D | E.E) & (E.D | E.E | E.F); // never variable 47 var z5; // never variable
|
D | thisAndSuperInStaticMembers1(target=es2022).js | 20 static z5 = super.a = 0; field in C 54 static z5 = super.a = 0; field in C
|
D | thisAndSuperInStaticMembers1(target=esnext).js | 20 static z5 = super.a = 0; field in C 54 static z5 = super.a = 0; field in C
|
D | initializersWidened.js | 25 var z5 = void 0 || y2; variable
|
D | thisAndSuperInStaticMembers2(target=es2015).js | 20 static z5 = super.a = 0; field in C 76 C.z5 = (Reflect.set(_c, "a", _d = 0, _b), _d); field in C
|
D | thisAndSuperInStaticMembers2(target=es2022).js | 20 static z5 = super.a = 0; field in C
|
D | thisAndSuperInStaticMembers2(target=esnext).js | 20 static z5 = super.a = 0; field in C
|
D | typeArgInference2.js | 12 var z5 = foo({ name: "abc", a: 5 }); // { name: string; a: number } variable
|
D | downlevelLetConst14.js | 43 var z5 = 1; variable
|
D | downlevelLetConst15.js | 43 var z5 = 1; variable
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/ |
D | initializersWidened.ts | 24 var z5 = void 0 || y2; variable
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/ |
D | jidctfst-neon.c | 163 int16x4_t z5 = vqdmulh_lane_s16(z10_add_z12, consts, 2); in jsimd_idct_ifast_neon() local 238 int16x4_t z5 = vqdmulh_lane_s16(z10_add_z12, consts, 2); in jsimd_idct_ifast_neon() local 308 int16x8_t z5 = vqdmulhq_lane_s16(z10_add_z12, consts, 2); in jsimd_idct_ifast_neon() local 389 int16x8_t z5 = vqdmulhq_lane_s16(z10_add_z12, consts, 2); in jsimd_idct_ifast_neon() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jfdctflt.c | 64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable
|
D | jidctflt.c | 78 FAST_FLOAT z5, z10, z11, z12, z13; variable
|
D | jfdctfst.c | 121 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable
|
D | jfdctint.c | 147 JLONG z1, z2, z3, z4, z5; variable
|
D | jidctfst.c | 177 DCTELEM z5, z10, z11, z12, z13; variable
|
/third_party/ffmpeg/libavcodec/ |
D | jfdctfst.c | 148 int z1, z2, z3, z4, z5, z11, z13; variable 212 int z1, z2, z3, z4, z5, z11, z13; in ff_fdct_ifast() local
|
D | jfdctint_template.c | 186 int z1, z2, z3, z4, z5; in FUNC() local 264 int z1, z2, z3, z4, z5; in FUNC() local
|
/third_party/typescript/tests/cases/conformance/types/intersection/ |
D | intersectionOfUnionOfUnitTypes.ts | 24 let z5: (E.A | E.B | E.C) & (E.B | E.C | E.D) & (E.C | E.D | E.E) & (E.D | E.E | E.F); // never variable
|
/third_party/ffmpeg/libavfilter/ |
D | vf_fspp.c | 253 int_simd16_t z1,z2,z3,z4,z5, z10, z11, z12, z13; in column_fidct_c() local 376 int_simd16_t z5, z10, z11, z12, z13; in row_idct_c() local 438 int_simd16_t z1, z2, z3, z4, z5, z11, z13; in row_fdct_c() local
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | simple_idct_neon.S | 44 #define z5 v0.H[4] macro
|