Home
last modified time | relevance | path

Searched defs:z5 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DdownlevelLetConst14.ts43 var z5 = 1; variable
46 let [z5] = [5]; variable
DdownlevelLetConst15.ts43 var z5 = 1; variable
46 const [z5] = [5]; constant
DtypeArgInference2.ts11 var z5 = foo({ name: "abc", a: 5 }); // { name: string; a: number } variable
/third_party/typescript/tests/baselines/reference/
DintersectionOfUnionOfUnitTypes.js25 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
DthisAndSuperInStaticMembers1(target=es2022).js20 static z5 = super.a = 0; field in C
54 static z5 = super.a = 0; field in C
DthisAndSuperInStaticMembers1(target=esnext).js20 static z5 = super.a = 0; field in C
54 static z5 = super.a = 0; field in C
DinitializersWidened.js25 var z5 = void 0 || y2; variable
DthisAndSuperInStaticMembers2(target=es2015).js20 static z5 = super.a = 0; field in C
76 C.z5 = (Reflect.set(_c, "a", _d = 0, _b), _d); field in C
DthisAndSuperInStaticMembers2(target=es2022).js20 static z5 = super.a = 0; field in C
DthisAndSuperInStaticMembers2(target=esnext).js20 static z5 = super.a = 0; field in C
DtypeArgInference2.js12 var z5 = foo({ name: "abc", a: 5 }); // { name: string; a: number } variable
DdownlevelLetConst14.js43 var z5 = 1; variable
DdownlevelLetConst15.js43 var z5 = 1; variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/widenedTypes/
DinitializersWidened.ts24 var z5 = void 0 || y2; variable
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
Djidctfst-neon.c163 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/
Djfdctflt.c64 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; variable
Djidctflt.c78 FAST_FLOAT z5, z10, z11, z12, z13; variable
Djfdctfst.c121 DCTELEM z1, z2, z3, z4, z5, z11, z13; variable
Djfdctint.c147 JLONG z1, z2, z3, z4, z5; variable
Djidctfst.c177 DCTELEM z5, z10, z11, z12, z13; variable
/third_party/ffmpeg/libavcodec/
Djfdctfst.c148 int z1, z2, z3, z4, z5, z11, z13; variable
212 int z1, z2, z3, z4, z5, z11, z13; in ff_fdct_ifast() local
Djfdctint_template.c186 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/
DintersectionOfUnionOfUnitTypes.ts24 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/
Dvf_fspp.c253 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/
Dsimple_idct_neon.S44 #define z5 v0.H[4] macro

12