Home
last modified time | relevance | path

Searched refs:y7 (Results 1 – 25 of 36) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDestructuringObjectLiteralPattern1.types34 var { x7: a1 } = { x7: 5, y7: "hello" };
37 >{ x7: 5, y7: "hello" } : { x7: number; y7: string; }
40 >y7 : string
DdeclarationEmitDestructuringObjectLiteralPattern.types34 var { x7: a1 } = { x7: 5, y7: "hello" };
37 >{ x7: 5, y7: "hello" } : { x7: number; y7: string; }
40 >y7 : string
DdeclarationEmitDestructuringObjectLiteralPattern1.symbols22 var { x7: a1 } = { x7: 5, y7: "hello" };
26 >y7 : Symbol(y7, Decl(declarationEmitDestructuringObjectLiteralPattern1.ts, 4, 25))
DdeclarationEmitDestructuringObjectLiteralPattern1.js6 var { x7: a1 } = { x7: 5, y7: "hello" }; property
15 var a1 = { x7: 5, y7: "hello" }.x7; property
DdeclarationEmitDestructuringObjectLiteralPattern1.errors.txt5 …,27): error TS2353: Object literal may only specify known properties, and 'y7' does not exist in t…
22 var { x7: a1 } = { x7: 5, y7: "hello" };
24 !!! error TS2353: Object literal may only specify known properties, and 'y7' does not exist in type…
DdeclarationEmitDestructuringObjectLiteralPattern.errors.txt5 …,27): error TS2353: Object literal may only specify known properties, and 'y7' does not exist in t…
22 var { x7: a1 } = { x7: 5, y7: "hello" };
24 !!! error TS2353: Object literal may only specify known properties, and 'y7' does not exist in type…
Des6ExportEqualsInterop.js145 import * as y7 from "function";
156 y7.a;
248 var y7 = require("function"); variable
258 y7.a;
DgenericsManyTypeParameters.js28 x7: a619, y7: a27, z7: a37, a7: a47, b7: a57, c7: a67,
48 x7 , y7 , z7 , a7 , b7 , c7,
63 …4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8,…
70 x7, y7, z7, a7, b7, c7,
DdeclarationEmitDestructuringObjectLiteralPattern.symbols22 var { x7: a1 } = { x7: 5, y7: "hello" };
26 >y7 : Symbol(y7, Decl(declarationEmitDestructuringObjectLiteralPattern.ts, 4, 25))
DdeclarationEmitDestructuringObjectLiteralPattern.js6 var { x7: a1 } = { x7: 5, y7: "hello" }; property
29 var a1 = { x7: 5, y7: "hello" }.x7; property
Des6ExportEqualsInterop.types135 import * as y7 from "function";
136 >y7 : () => any
177 y7.a;
178 >y7.a : any
179 >y7 : () => any
DgenericsManyTypeParameters.types3 … c5: a65, x6: a519, y6: a26, z6: a36, a6: a46, b6: a56, c6: a66, x7: a619, y7: a27, z7: a37, a7: a…
72 x7: a619, y7: a27, z7: a37, a7: a47, b7: a57, c7: a67,
74 >y7 : a27
171 …, z5 , a5 , b5 , c5, x6 , y6 , z6 , a6 , b6 , c6, x7 , y7 , z7 , a7 , b7 , c7,…
219 x7 , y7 , z7 , a7 , b7 , c7,
221 >y7 : a27
Des6ExportEqualsInterop.symbols127 import * as y7 from "function";
128 >y7 : Symbol(y7, Decl(main.ts, 44, 6))
165 y7.a;
166 >y7 : Symbol(y7, Decl(main.ts, 44, 6))
/third_party/ffmpeg/libavcodec/x86/
Dv210.asm63 …movu m0, [srcq] ; yB v5 yA u5 y9 v4 y8 u4 y7 v3 y6 u3 y5 v2 y4 u2 y3 v1 y2 u1 y1 v0 y0 u0
70 psrlw m1, 6 ; yB yA u5 v4 y8 y7 v3 u3 y5 y4 u2 v1 y2 y1 v0 u0
74 vpblendd m2, m1, m0, 0x55 ; yB yA 00 y9 y8 y7 00 y6 y5 y4 00 y3 y2 y1 00 y0
75 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0
76 vpermd m2, m6, m2 ; 00 00 00 00 yB yA y9 y8 y7 y6 y5 y4 y3 y2 y1 y0
87 shufps m2, m1, m0, 0x8d ; 00 y9 00 y6 yB yA y8 y7 00 y3 00 y0 y5 y4 y2 y1
88 pshufb m2, m4 ; 00 00 yB yA y9 y8 y7 y6 00 00 y5 y4 y3 y2 y1 y0
/third_party/typescript/tests/cases/compiler/
Des6ExportEqualsInterop.ts145 import * as y7 from "function";
156 y7.a;
DdeclarationEmitDestructuringObjectLiteralPattern1.ts7 var { x7: a1 } = { x7: 5, y7: "hello" };
DdeclarationEmitDestructuringObjectLiteralPattern.ts7 var { x7: a1 } = { x7: 5, y7: "hello" };
DgenericsManyTypeParameters.ts27 x7: a619, y7: a27, z7: a37, a7: a47, b7: a57, c7: a67,
47 x7 , y7 , z7 , a7 , b7 , c7,
/third_party/node/deps/zlib/
Dcrc32_simd.c42 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local
76 y7 = _mm_loadu_si128((__m128i *)(buf + 0x20)); in crc32_sse42_simd_()
86 x3 = _mm_xor_si128(x3, y7); in crc32_sse42_simd_()
/third_party/skia/third_party/externals/zlib/
Dcrc32_simd.c38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local
72 y7 = _mm_loadu_si128((__m128i *)(buf + 0x20)); in crc32_sse42_simd_()
82 x3 = _mm_xor_si128(x3, y7); in crc32_sse42_simd_()
/third_party/flutter/skia/third_party/externals/zlib/
Dcrc32_simd.c38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local
72 y7 = _mm_loadu_si128((__m128i *)(buf + 0x20)); in crc32_sse42_simd_()
82 x3 = _mm_xor_si128(x3, y7); in crc32_sse42_simd_()
/third_party/mindspore/tests/st/ops/gpu/
Dtest_lessequal_op.py60 y7 = Tensor(np.array([[2]]).astype(np.int8))
64 y = [y, y1, y2, y3, y4, y5, y6, y7]
Dtest_equal_op.py106 y7 = Tensor(y7_np)
120 y = [y0, y1, y2, y3, y4, y5, y6, y7, y8, y9]
212 y7 = Tensor(np.array([[1, 2]]).astype(np.int8))
216 y = [y0, y1, y2, y3, y4, y5, y6, y7]
/third_party/openssl/test/certs/
Dalt1-cert.pem16 hfh9+Lw4620b2S1/l2YxFM3peLAsRgJOznmJOeG18+y7/kx/3UNqYGY7e8iJQ3Gl
/third_party/mindspore/tests/st/ops/cpu/
Dtest_arithmetic_op.py121 y7 = Tensor(y7_np)
171 output7 = div(x7, y7)
279 y7 = Tensor(y7_np)
330 output7 = mod(x7, y7)
373 y7 = Tensor(y7_np)
424 output7 = floor_mod(x7, y7)

12