Home
last modified time | relevance | path

Searched refs:z9 (Results 1 - 18 of 18) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DconstDeclarations-es5.js4 const z9 = 0, z10 :string = "", z11 = null;
10 var z9 = 0, z10 = "", z11 = null; variable
H A DthisAndSuperInStaticMembers1(target=es2022).js24 static z9 = [super.a = 0] = [0];
58 static z9 = [super.a = 0] = [0];
H A DthisAndSuperInStaticMembers1(target=esnext).js24 static z9 = [super.a = 0] = [0];
58 static z9 = [super.a = 0] = [0];
H A DthisAndSuperInStaticMembers2(target=es2022).js24 static z9 = [super.a = 0] = [0];
65 static { this.z9 = [super.a = 0] = [0]; }
H A DthisAndSuperInStaticMembers2(target=esnext).js24 static z9 = [super.a = 0] = [0];
65 static { this.z9 = [super.a = 0] = [0]; }
H A Des6ExportEqualsInterop.js112 import z9 = require("class");
123 z9.a;
235 var z9 = require("class");
245 z9.a;
H A DgenericsManyTypeParameters.js30 x9: a81, y9: a29, z9: a39, a9: a49, b9: a59, c9: a69,
50 x9 , y9 , z9 , a9 , b9 , c9,
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) {
72 x9, y9, z9, a9, b9, c9,
H A DthisAndSuperInStaticMembers2(target=es2015).js24 static z9 = [super.a = 0] = [0];
80 C.z9 = [({ set value(_a) { Reflect.set(_c, "a", _a, _b); } }).value = 0] = [0];
H A DthisAndSuperInStaticMembers1(target=es2015).js24 static z9 = [super.a = 0] = [0];
165 Object.defineProperty(C, "z9", {
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dfe25519.c222 fe25519 z9; in fe25519_invert() local
236 /* 9 */ fe25519_mul(&z9,&t0,x); in fe25519_invert()
237 /* 11 */ fe25519_mul(&z11,&z9,&z2); in fe25519_invert()
239 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t0,&z9); in fe25519_invert()
289 fe25519 z9; in fe25519_pow2523() local
302 /* 9 */ fe25519_mul(&z9,&t,x); in fe25519_pow2523()
303 /* 11 */ fe25519_mul(&z11,&z9,&z2); in fe25519_pow2523()
305 /* 2^5 - 2^0 = 31 */ fe25519_mul(&z2_5_0,&t,&z9); in fe25519_pow2523()
H A Dsmult_curve25519_ref.c183 unsigned int z9[32]; in recip() local
197 /* 9 */ mult(z9,t0,z); in recip()
198 /* 11 */ mult(z11,z9,z2); in recip()
200 /* 2^5 - 2^0 = 31 */ mult(z2_5_0,t0,z9); in recip()
/third_party/vixl/test/aarch64/
H A Dtest-api-movprfx-aarch64.cc108 __ movprfx(z0.VnB(), p0.Merging(), z9.VnB()); in TEST()
126 __ movprfx(z22, z9); in TEST()
207 __ movprfx(z9, z26); in TEST()
208 __ neg(z9.VnS(), p7.Merging(), z9.VnS()); in TEST()
246 __ movprfx(z8, z9); in TEST()
247 __ sdot(z8.VnS(), z8.VnB(), z9.VnB()); in TEST()
794 __ movprfx(z9.VnH(), p3.Zeroing(), z23.VnH()); in TEST()
795 __ orr(z9.VnS(), p3.Merging(), z9 in TEST()
[all...]
H A Dtest-disasm-sve-aarch64.cc153 COMPARE(adr(z9.VnD(), SVEMemOperand(z1.VnD(), z16.VnD())), in TEST()
154 "adr z9.d, [z1.d, z16.d]"); in TEST()
155 COMPARE(adr(z9.VnD(), SVEMemOperand(z1.VnD(), z16.VnD(), LSL, 1)), in TEST()
156 "adr z9.d, [z1.d, z16.d, lsl #1]"); in TEST()
157 COMPARE(adr(z9.VnD(), SVEMemOperand(z1.VnD(), z16.VnD(), LSL, 2)), in TEST()
158 "adr z9.d, [z1.d, z16.d, lsl #2]"); in TEST()
159 COMPARE(adr(z9.VnD(), SVEMemOperand(z1.VnD(), z16.VnD(), LSL, 3)), in TEST()
160 "adr z9.d, [z1.d, z16.d, lsl #3]"); in TEST()
263 COMPARE(bic(z11.VnD(), z15.VnD(), z9.VnD()), "bic z11.d, z15.d, z9 in TEST()
[all...]
H A Dtest-assembler-sve-aarch64.cc781 __ Dup(z9.VnB(), -1);
859 __ Dup(z9.VnB(), 0xff);
860 __ Clasta(z9.VnH(), p1, z9.VnH(), z0.VnH());
905 ASSERT_EQUAL_SVE(z9_expected, z9.VnD());
1022 __ Splice(z9.VnS(), p2, z29.VnS(), z30.VnS());
1062 ASSERT_EQUAL_SVE(z9_expected, z9.VnD());
1372 InsrHelper(&masm, z9.VnD(), z21_inputs);
1377 __ Orr(z9.VnD(), z9
[all...]
H A Dtest-api-aarch64.cc639 VIXL_ASSERT(z9.D().Is(d9)); in TEST()
649 VIXL_CHECK(!z9.VnD().Is(d9)); in TEST()
654 VIXL_CHECK(!z9.VnD().Is(v9.D())); in TEST()
659 VIXL_CHECK(!z9.VnD().Is(z9.D())); in TEST()
1560 temps.Include(z8, z9, z10.VnS()); in TEST()
1569 temps.Include(z12, z10, z9.VnB(), z8); in TEST()
1592 temps.Exclude(z8, z9, z10.VnS()); in TEST()
1601 temps.Exclude(z12, z10, z9.VnB(), z8); in TEST()
H A Dtest-trace-aarch64.cc2821 __ st3d(z7.VnD(), z8.VnD(), z9.VnD(), p4, SVEMemOperand(x0, x2, LSL, 3)); in GenerateTestSequenceSVE()
/third_party/node/deps/openssl/openssl/crypto/
H A Ds390xcap.c239 * z9 (2005) - z/Architecture POP SA22-7832-04 in parse_env()
242 static const struct OPENSSL_s390xcap_st z9 = { in parse_env() local
720 else if TOK_CPU(z9) in parse_env()
/third_party/openssl/crypto/
H A Ds390xcap.c239 * z9 (2005) - z/Architecture POP SA22-7832-04 in parse_env()
242 static const struct OPENSSL_s390xcap_st z9 = { in parse_env() local
720 else if TOK_CPU(z9) in parse_env()

Completed in 15 milliseconds