Home
last modified time | relevance | path

Searched refs:z10 (Results 1 - 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djidctflt.c78 FAST_FLOAT z5, z10, z11, z12, z13; in jpeg_idct_float() local
152 z10 = tmp6 - tmp5; in jpeg_idct_float()
159 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ in jpeg_idct_float()
161 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ in jpeg_idct_float()
210 z10 = wsptr[5] - wsptr[3]; in jpeg_idct_float()
217 z5 = (z10 + z12) * ((FAST_FLOAT)1.847759065); /* 2*c2 */ in jpeg_idct_float()
219 tmp12 = z5 - z10 * ((FAST_FLOAT)2.613125930); /* 2*(c2+c6) */ in jpeg_idct_float()
H A Djidctfst.c177 DCTELEM z5, z10, z11, z12, z13; in jpeg_idct_ifast() local
251 z10 = tmp6 - tmp5; in jpeg_idct_ifast()
258 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ in jpeg_idct_ifast()
260 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast()
333 z10 = (DCTELEM)wsptr[5] - (DCTELEM)wsptr[3]; in jpeg_idct_ifast()
340 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); /* 2*c2 */ in jpeg_idct_ifast()
342 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; /* -2*(c2+c6) */ in jpeg_idct_ifast()
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc120 __ movprfx(z10, z18); in TEST()
121 __ asr(z10.VnH(), p2.Merging(), z10.VnH(), z10.VnD()); in TEST()
138 __ movprfx(z10, z29); in TEST()
139 __ cls(z10.VnH(), p2.Merging(), z10.VnH()); in TEST()
198 __ movprfx(z7.VnS(), p0.Merging(), z10.VnS()); in TEST()
199 __ msb(z7.VnS(), p0.Merging(), z7.VnS(), z10.VnS()); in TEST()
258 __ movprfx(z26.VnS(), p0.Merging(), z10 in TEST()
[all...]
H A Dtest-disasm-sve-aarch64.cc270 COMPARE_MACRO(Mov(z19, z10), "mov z19.d, z10.d"); in TEST()
350 COMPARE_MACRO(Asr(z4.VnB(), p0.Merging(), z10.VnB(), z14.VnB()), in TEST()
351 "movprfx z4.b, p0/m, z10.b\n" in TEST()
357 COMPARE_MACRO(Lsl(z4.VnB(), p0.Merging(), z10.VnB(), z14.VnB()), in TEST()
358 "movprfx z4.b, p0/m, z10.b\n" in TEST()
364 COMPARE_MACRO(Lsr(z4.VnB(), p0.Merging(), z10.VnB(), z14.VnB()), in TEST()
365 "movprfx z4.b, p0/m, z10.b\n" in TEST()
427 COMPARE(asr(z10.VnD(), z21.VnD(), 1), "asr z10 in TEST()
[all...]
H A Dtest-assembler-sve-aarch64.cc310 __ Index(z10.VnB(), 0, -1);
361 ASSERT_EQUAL_SVE_LANE(0x00, z10.VnB(), i);
402 ZRegister mla_da_result = z10.WithLaneSize(lane_size_in_bits);
861 __ Clastb(z10.VnH(), p3, z10.VnH(), z0.VnH());
917 ASSERT_EQUAL_SVE(z10_expected_vl128, z10.VnD());
921 ASSERT_EQUAL_SVE(z10_expected_vl_long, z10.VnD());
1023 __ Splice(z10.VnS(), p3, z29.VnS(), z30.VnS());
1063 ASSERT_EQUAL_SVE(z10_expected, z10.VnD());
1138 InsrHelper(&masm, z10
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdeclarationEmitDestructuringArrayPattern2.js2 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 DconstDeclarations-es5.js4 const z9 = 0, z10 :string = "", z11 = null;
10 var z9 = 0, z10 = "", z11 = null;
H A DthisAndSuperInStaticMembers1(target=es2022).js25 static z10 = [...super.a] = [0];
59 static z10 = [...super.a] = [0];
H A DthisAndSuperInStaticMembers1(target=esnext).js25 static z10 = [...super.a] = [0];
59 static z10 = [...super.a] = [0];
H A DthisAndSuperInStaticMembers2(target=es2022).js25 static z10 = [...super.a] = [0];
66 static { this.z10 = [...super.a] = [0]; }
H A DthisAndSuperInStaticMembers2(target=esnext).js25 static z10 = [...super.a] = [0];
66 static { this.z10 = [...super.a] = [0]; }
H A DgenericsManyTypeParameters.js31 x10: a91, y12: a210, z10: a310, a10: a410, b10: a510, c10: a610,
51 x10 , y12 , z10 , a10 , b10 , c10,
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) {
73 x10, y12, z10, a10, b10, c10,
H A DthisAndSuperInStaticMembers2(target=es2015).js25 static z10 = [...super.a] = [0];
81 C.z10 = [...({ set value(_a) { Reflect.set(_c, "a", _a, _b); } }).value] = [0];
H A DgenericRestParameters1.js55 const z10 = f11(42, "hello", true); // [42, "hello", true]
212 var z10 = f11(42, "hello", true); // [42, "hello", true] variable
304 declare const z10: [42, "hello", true];
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djidctfst-mmx.asm216 psubw mm5, mm3 ; mm5=z10
220 movq mm1, mm5 ; mm1=z10(unscaled)
234 ; tmp12 = -2.613125930 * z10 + z5;
237 ; tmp12 = (-1.613125930 - 1) * z10 + z5;
238 ; = -1.613125930 * z10 - z10 + z5;
370 psubw mm5, mm3 ; mm5=z10
374 movq mm1, mm5 ; mm1=z10(unscaled)
388 ; tmp12 = -2.613125930 * z10 + z5;
391 ; tmp12 = (-1.613125930 - 1) * z10
[all...]
H A Djidctfst-sse2.asm208 psubw xmm5, xmm3 ; xmm5=z10
212 movdqa xmm1, xmm5 ; xmm1=z10(unscaled)
226 ; tmp12 = -2.613125930 * z10 + z5;
229 ; tmp12 = (-1.613125930 - 1) * z10 + z5;
230 ; = -1.613125930 * z10 - z10 + z5;
369 psubw xmm4, xmm5 ; xmm4=z10
373 movdqa xmm7, xmm4 ; xmm7=z10(unscaled)
387 ; tmp12 = -2.613125930 * z10 + z5;
390 ; tmp12 = (-1.613125930 - 1) * z10
[all...]
H A Djidctflt-3dn.asm213 pfsub mm0, mm3 ; mm0=z10
224 pfmul mm3, [GOTOFF(ebx,PD_2_613)] ; mm3=(z10 * 2.613125930)
338 pfsub mm0, mm3 ; mm0=z10
349 pfmul mm3, [GOTOFF(ebx,PD_2_613)] ; mm3=(z10 * 2.613125930)
H A Djidctflt-sse.asm272 subps xmm0, xmm3 ; xmm0=z10
283 mulps xmm3, [GOTOFF(ebx,PD_M2_613)] ; xmm3=(z10 * -2.613125930)
417 subps xmm0, xmm3 ; xmm0=z10
428 mulps xmm3, [GOTOFF(ebx,PD_M2_613)] ; xmm3=(z10 * -2.613125930)
H A Djidctflt-sse2.asm234 subps xmm0, xmm3 ; xmm0=z10
245 mulps xmm3, [GOTOFF(ebx,PD_M2_613)] ; xmm3=(z10 * -2.613125930)
379 subps xmm0, xmm3 ; xmm0=z10
390 mulps xmm3, [GOTOFF(ebx,PD_M2_613)] ; xmm3=(z10 * -2.613125930)
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djidctfst-sse2.asm201 psubw xmm5, xmm3 ; xmm5=z10
205 movdqa xmm1, xmm5 ; xmm1=z10(unscaled)
219 ; tmp12 = -2.613125930 * z10 + z5;
222 ; tmp12 = (-1.613125930 - 1) * z10 + z5;
223 ; = -1.613125930 * z10 - z10 + z5;
362 psubw xmm4, xmm5 ; xmm4=z10
366 movdqa xmm7, xmm4 ; xmm7=z10(unscaled)
380 ; tmp12 = -2.613125930 * z10 + z5;
383 ; tmp12 = (-1.613125930 - 1) * z10
[all...]
H A Djidctflt-sse2.asm227 subps xmm0, xmm3 ; xmm0=z10
238 mulps xmm3, [rel PD_M2_613] ; xmm3=(z10 * -2.613125930)
371 subps xmm0, xmm3 ; xmm0=z10
382 mulps xmm3, [rel PD_M2_613] ; xmm3=(z10 * -2.613125930)
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.c252 int_simd16_t z1,z2,z3,z4,z5, z10, z11, z12, z13; in column_fidct_c() local
339 z10 = (tmp6 - tmp5) << 1; in column_fidct_c()
345 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in column_fidct_c()
347 tmp12 = MULTIPLY16H(z10, FIX_2_613125930) + z5; // - !! in column_fidct_c()
375 int_simd16_t z5, z10, z11, z12, z13; in row_idct_c() local
403 z10 = wsptr[4] - wsptr[5]; in row_idct_c()
410 z5 = MULTIPLY16H(z10 + z12, FIX_1_847759065); in row_idct_c()
412 tmp12 = MULTIPLY16H(z10, FIX_2_613125930) + z5; // - FIX_ in row_idct_c()
/third_party/node/deps/v8/tools/
H A Dgenerate-ten-powers.scm102 (ten^i #z10)
115 (loop (+fx i 1) (*bx ten^i #z10) two^e e))
132 (loop (+fx i 1) (*bx n #z10) e))))
/third_party/ffmpeg/libavcodec/
H A D4xm.c170 int z5, z10, z11, z12, z13; in idct() local
187 z10 = block[8 * 5 + i] - block[8 * 3 + i]; in idct()
194 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct()
196 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; in idct()
225 z10 = temp[5 + i] - temp[3 + i]; in idct()
232 z5 = MULTIPLY(z10 + z12, FIX_1_847759065); in idct()
234 tmp12 = MULTIPLY(z10, -FIX_2_613125930) + z5; in idct()
/third_party/node/deps/openssl/openssl/crypto/
H A Ds390xcap.c272 * z10 (2008) - z/Architecture POP SA22-7832-06 in parse_env()
275 static const struct OPENSSL_s390xcap_st z10 = { in parse_env() local
721 else if TOK_CPU(z10) in parse_env()

Completed in 16 milliseconds

12