Home
last modified time | relevance | path

Searched refs:z16 (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdeclarationEmitDestructuringArrayPattern4.js5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
16 var _c = [1, 2, 3], x16 = _c[0], y16 = _c[1], z16 = _c[2], a8 = _c.slice(3);
27 declare var x16: number, y16: number, z16: number, a8: [];
DdeclarationEmitDestructuringArrayPattern4.symbols14 var [x16, y16, z16, ...a8] = [1, 2, 3];
17 >z16 : Symbol(z16, Decl(declarationEmitDestructuringArrayPattern4.ts, 3, 14))
DdeclarationEmitDestructuringArrayPattern4.types26 var [x16, y16, z16, ...a8] = [1, 2, 3];
29 >z16 : number
DgenericsManyTypeParameters.js37 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
57 x16 , y18 , z16 , a16 , b16 , c16,
63 …c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17…
79 x16, y18, z16, a16, b16, c16,
DgenericsManyTypeParameters.types3 …7: a215, z15: a315, a15: a415, b15: a515, c15: a615, x16: a116, y18: a216, z16: a316, a16: a416, b…
144 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
147 >z16 : a316
171 … , c14, x15 , y17 , z15 , a15 , b15 , c15, x16 , y18 , z16 , a16 , b16 , c16, …
291 x16 , y18 , z16 , a16 , b16 , c16,
294 >z16 : a316
DgenericRestParameters1.js61 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean] constant
214 var z16 = f11.apply(void 0, __spreadArray([42, "hello"], t1)); // [42, "hello", boolean] variable
306 declare const z16: [42, "hello", boolean];
DgenericsManyTypeParameters.symbols360 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
365 >z16 : Symbol(z16, Decl(genericsManyTypeParameters.ts, 35, 29))
524 x16 , y18 , z16 , a16 , b16 , c16,
527 >z16 : Symbol(z16, Decl(genericsManyTypeParameters.ts, 35, 29))
DgenericRestParameters1.symbols228 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
229 >z16 : Symbol(z16, Decl(genericRestParameters1.ts, 59, 5))
DgenericRestParameters1.errors.txt68 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
DgenericRestParameters1.types330 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
331 >z16 : [42, "hello", boolean]
/third_party/typescript/tests/cases/compiler/
DdeclarationEmitDestructuringArrayPattern4.ts5 var [x16, y16, z16, ...a8] = [1, 2, 3]; variable
DgenericsManyTypeParameters.ts36 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
56 x16 , y18 , z16 , a16 , b16 , c16,
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.h86 enum SVGA3dSurfaceFormat z16; member
Dsvga_screen.c1175 svgascreen->depth.z16 = SVGA3D_Z_D16; in svga_screen_create()
1193 svgascreen->depth.z16 = SVGA3D_Z_DF16; in svga_screen_create()
Dsvga_format.c348 return bind & PIPE_BIND_SAMPLER_VIEW ? ss->depth.z16 : SVGA3D_Z_D16; in svga_translate_format()
/third_party/typescript/tests/cases/conformance/types/rest/
DgenericRestParameters1.ts63 const z16 = f11(42, "hello", ...t1); // [42, "hello", boolean]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64RegisterInfo.td765 def Z16 : AArch64Reg<16, "z16", [Q16, Z16_HI]>, DwarfRegNum<[112]>;
/third_party/NuttX/
DREADME.md2322 | |- z16/
DReleaseNotes8392 as well (ARM7, ARM9, HC, SH, x86, z16, z80, etc,. See above.).
26970 - PR-932 z16: Updated toolchain to ZDS-II 5.2.2
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1803 - crocus/gen8: add back z16 support for gen8
2196 - lima: enable z16 format
D7.10.rst868 - r600g: add z16 to color setup
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc991 return 261; // "z16"