/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | jidctflt.c | 78 FAST_FLOAT z5, z10, z11, z12, z13; variable 152 z10 = tmp6 - tmp5; 159 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ 210 z10 = wsptr[5] - wsptr[3]; 217 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 219 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */
|
D | jidctfst.c | 177 DCTELEM z5, z10, z11, z12, z13; variable 251 z10 = tmp6 - tmp5; 258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ 333 z10 = (DCTELEM)wsptr[5] - (DCTELEM)wsptr[3]; 340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 342 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */
|
/third_party/libjpeg-turbo/ |
D | jidctflt.c | 78 FAST_FLOAT z5, z10, z11, z12, z13; variable 152 z10 = tmp6 - tmp5; 159 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ 210 z10 = wsptr[5] - wsptr[3]; 217 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 219 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */
|
D | jidctfst.c | 177 DCTELEM z5, z10, z11, z12, z13; variable 251 z10 = tmp6 - tmp5; 258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ 333 z10 = (DCTELEM)wsptr[5] - (DCTELEM)wsptr[3]; 340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 342 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jidctflt.c | 78 FAST_FLOAT z5, z10, z11, z12, z13; variable 152 z10 = tmp6 - tmp5; 159 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ 210 z10 = wsptr[5] - wsptr[3]; 217 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ 219 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */
|
D | jidctfst.c | 177 DCTELEM z5, z10, z11, z12, z13; variable 251 z10 = tmp6 - tmp5; 258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ 333 z10 = (DCTELEM)wsptr[5] - (DCTELEM)wsptr[3]; 340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ 342 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */
|
/third_party/typescript/tests/baselines/reference/ |
D | constDeclarations-es5.symbols | 8 const z9 = 0, z10 :string = "", z11 = null; 10 >z10 : Symbol(z10, Decl(constDeclarations-es5.ts, 2, 13))
|
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 | constDeclarations-es5.js | 4 const z9 = 0, z10 :string = "", z11 = null; constant 10 var z9 = 0, z10 = "", z11 = null; variable
|
D | declarationEmitDestructuringArrayPattern2.symbols | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; 5 >z10 : Symbol(z10, Decl(declarationEmitDestructuringArrayPattern2.ts, 0, 17))
|
D | constDeclarations-es5.types | 10 const z9 = 0, z10 :string = "", z11 = null; 13 >z10 : string
|
D | genericsManyTypeParameters.js | 31 x10: a91, y12: a210, z10: a310, a10: a410, b10: a510, c10: a610, 51 x10 , y12 , z10 , a10 , b10 , c10, 63 … z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11… 73 x10, y12, z10, a10, b10, c10,
|
D | declarationEmitDestructuringArrayPattern2.types | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; 5 >z10 : boolean
|
D | genericsManyTypeParameters.types | 3 …x9: a81, y9: a29, z9: a39, a9: a49, b9: a59, c9: a69, x10: a91, y12: a210, z10: a310, a10: a410, b… 96 x10: a91, y12: a210, z10: a310, a10: a410, b10: a510, c10: a610, 99 >z10 : a310 171 …a8 , b8 , c8, x9 , y9 , z9 , a9 , b9 , c9, x10 , y12 , z10 , a10 , b10 , c10, … 243 x10 , y12 , z10 , a10 , b10 , c10, 246 >z10 : a310
|
D | declarationEmitDestructuringArrayPattern2.errors.txt | 7 var [x10, [y10, [z10]]] = [1, ["hello", [true]]];
|
D | genericRestParameters1.js | 55 const z10 = f11(42, "hello", true); // [42, "hello", true] constant 208 var z10 = f11(42, "hello", true); // [42, "hello", true] variable 300 declare const z10: [42, "hello", true];
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZProcessors.td | 12 // be identifed either by the system name (e.g. z10) or the level of the 17 // the Eighth Edition of the PoP (i.e. as implemented on z10). 24 def : ProcessorModel<"z10", NoSchedModel, Arch8SupportedFeatures.List>;
|
/third_party/libjpeg-turbo/simd/mips64/ |
D | jidctfst-mmi.c | 81 tmp12 = _mm_slli_pi16(z10, PRE_MULTIPLY_SCALE_BITS); \ 99 tmp12 = _mm_sub_pi16(tmp12, z10); \ 100 tmp12 = _mm_sub_pi16(tmp12, z10); \ 101 tmp12 = _mm_sub_pi16(tmp12, z10); \ 231 z10 = _mm_sub_pi16(tmp6, tmp5); \ 309 z10 = _mm_sub_pi16(row5l, row3l); \ 368 __m64 z5, z10, z11, z12, z13; in jsimd_idct_ifast_mmi() local
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 67 z10 = vec_sub(in##5, in##3); \ 68 z10s = vec_sl(z10, pre_multiply_scale_bits); \ 95 tmp12 = vec_sub(tmp12, z10); \ 122 z5, z10, z10s, z11, z12s, z13, in jsimd_idct_ifast_altivec() local
|
/third_party/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 67 z10 = vec_sub(in##5, in##3); \ 68 z10s = vec_sl(z10, pre_multiply_scale_bits); \ 95 tmp12 = vec_sub(tmp12, z10); \ 122 z5, z10, z10s, z11, z12s, z13, in jsimd_idct_ifast_altivec() local
|
/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 340 z10 = (tmp6 - tmp5) << 1; in column_fidct_c() 346 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in column_fidct_c() 348 tmp12 = MULTIPLY16H(z10, FIX_2_613125930) + z5; // - !! in column_fidct_c() 376 int_simd16_t z5, z10, z11, z12, z13; in row_idct_c() local 404 z10 = wsptr[4] - wsptr[5]; in row_idct_c() 411 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in row_idct_c() 413 tmp12 = MULTIPLY16H(z10, FIX_2_613125930) + z5; // - FIX_ in row_idct_c()
|
/third_party/ffmpeg/libavcodec/ |
D | 4xm.c | 168 int z5, z10, z11, z12, z13; in idct() local 185 z10 = block[8 * 5 + i] - block[8 * 3 + i]; in idct() 192 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct() 194 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; in idct() 223 z10 = temp[5 + i] - temp[3 + i]; in idct() 230 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct() 232 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; in idct()
|
/third_party/typescript/tests/cases/compiler/ |
D | constDeclarations-es5.ts | 5 const z9 = 0, z10 :string = "", z11 = null; constant
|
D | declarationEmitDestructuringArrayPattern2.ts | 2 var [x10, [y10, [z10]]] = [1, ["hello", [true]]]; variable
|
D | genericsManyTypeParameters.ts | 30 x10: a91, y12: a210, z10: a310, a10: a410, b10: a510, c10: a610, 50 x10 , y12 , z10 , a10 , b10 , c10,
|