Home
last modified time | relevance | path

Searched refs:y4 (Results 1 - 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DaugmentedTypesFunction.js21 function y4() { } // error function
22 enum y4 { One } // error
65 function y4() { } // error
66 (function (y4) {
67 y4[y4["One"] = 0] = "One";
68 })(y4 || (y4 = {})); // error
H A DshorthandPropertyAssignmentsInDestructuring_ES6.js90 let y4: number, y5: { x: number };
91 ({ y4 = 5, y5 = { x: 1 } } = {})
95 let y4: number, y5: { x: number };
96 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {})
192 let y4, y5;
193 ({ y4 = 5, y5 = { x: 1 } } = {});
196 let y4, y5;
197 ({ y4: y4
[all...]
H A DshorthandPropertyAssignmentsInDestructuring.js90 let y4: number, y5: { x: number };
91 ({ y4 = 5, y5 = { x: 1 } } = {})
95 let y4: number, y5: { x: number };
96 ({ y4:y4 = 5, y5:y5 = { x: 1 } } = {})
217 var y4, y5; variable
218 (_a = {}, _b = _a.y4, y4 = _b === void 0 ? 5 : _b, _c = _a.y5, y5 = _c === void 0 ? { x: 1 } : _c);
222 var y4, y5; variable
223 (_a = {}, _b = _a.y4, y
[all...]
H A DnoImplicitAnyDestructuringVarDeclaration2.js12 let {x4} = { x4: <any>undefined }, {y4} = { y4: <any>null }; // no error property
25 var x4 = { x4: undefined }.x4, y4 = { y4: null }.y4; // no error property
H A DinitializersWidened.js20 var y4 = undefined || undefined; variable
40 var y4 = undefined || undefined; variable
H A DdeclarationEmitDestructuringObjectLiteralPattern1.js3 var { x4 } = { x4: 5, y4: "hello" }; property
12 var x4 = { x4: 5, y4: "hello" }.x4;
H A DthisAndSuperInStaticMembers1(target=es2022).js14 static y4 = this[("x")]();
48 static y4 = this[("x")]();
H A DthisAndSuperInStaticMembers1(target=esnext).js14 static y4 = this[("x")]();
48 static y4 = this[("x")]();
H A DthisAndSuperInStaticMembers2(target=es2022).js14 static y4 = this[("x")]();
55 static { this.y4 = this[("x")](); }
H A DthisAndSuperInStaticMembers2(target=esnext).js14 static y4 = this[("x")]();
55 static { this.y4 = this[("x")](); }
H A DprivateClassPropertyAccessibleWithinNestedClass.js34 var y4 = y.y; variable
78 var y4 = y.y;
H A DprotectedClassPropertyAccessibleWithinNestedClass.js34 var y4 = y.y; variable
78 var y4 = y.y;
H A DintersectionOfUnionOfUnitTypes.js17 let y4: (0 | 1 | 2) & (1 | 2 | 3) & (2 | 3 | 4); // 2
40 var y4; // 2 variable
H A DintersectionWithUnionConstraint.js11 let y4: number | null = x; // Error
53 var y4 = x; // Error
H A Des6ExportEqualsInterop.js142 import * as y4 from "module";
153 y4.a;
249 var y4 = require("module");
259 y4.a;
H A DgenericsManyTypeParameters.js25 x4: a319, y4: a24, z4: a34, a4: a44, b4: a54, c4: a64,
45 x4 , y4 , z4 , a4 , b4 , c4,
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) {
67 x4, y4, z4, a4, b4, c4,
H A DdeclarationEmitDestructuringObjectLiteralPattern.js3 var { x4 } = { x4: 5, y4: "hello" }; property
26 var x4 = { x4: 5, y4: "hello" }.x4;
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp234 ADDR_CHANNEL_SETTING y4 = InitChannel(1, 1, bankYStart + 1); in ComputeBankEquation() local
243 y4.value = (threshY > bankYStart + 1) ? y4.value : 0; in ComputeBankEquation()
257 pEquation->addr[2] = y4; in ComputeBankEquation()
269 pEquation->addr[2] = y4; in ComputeBankEquation()
281 pEquation->addr[2] = y4; in ComputeBankEquation()
294 pEquation->xor1[2] = y4; in ComputeBankEquation()
309 pEquation->addr[1] = y4; in ComputeBankEquation()
319 pEquation->addr[1] = y4; in ComputeBankEquation()
330 pEquation->xor1[1] = y4; in ComputeBankEquation()
463 ADDR_CHANNEL_SETTING y4 = InitChannel(1, 1, 4); ComputePipeEquation() local
689 UINT_32 y4 = _BIT(ty,1); ComputePipeFromCoord() local
848 UINT_32 y4 = 0; ComputeTileCoordFromPipeAndElemIdx() local
2551 UINT_32 y4 = _BIT(y, 4); HwlComputeSurfaceCoord2DFromBankPipe() local
[all...]
/third_party/ffmpeg/libavcodec/aarch64/
H A Dsimple_idct_neon.S76 .macro idct_col4_top y1, y2, y3, y4, i, l
88 smlal\i v17.4S, \y4\l, z3
89 smlsl\i v18.4S, \y4\l, z7
90 smlsl\i v5.4S, \y4\l, z1
91 smlsl\i v6.4S, \y4\l, z5
94 .macro idct_row4_neon y1, y2, y3, y4, pass
98 ld1 {\y3\().2D,\y4\().2D}, [x2], #32
99 orr v6.16B, \y3\().16B, \y4\().16B
104 idct_col4_top \y1, \y2, \y3, \y4, 1, .4H
120 smlal2 v17.4S, \y4\()
[all...]
/third_party/skia/experimental/docs/
H A DinterpolatorFunctions.js28 var x3 = curve[4], y3 = curve[5], x4 = curve[6], y4 = curve[7];
31 var ay = interp_cubic_coords(y1, y2, y3, y4, t1);
33 var ey = interp_cubic_coords(y1, y2, y3, y4, (t1*2+t2)/3);
35 var fy = interp_cubic_coords(y1, y2, y3, y4, (t1+t2*2)/3);
37 var dy = interp_cubic_coords(y1, y2, y3, y4, t2);
/third_party/ffmpeg/libavcodec/x86/
H A 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/skia/third_party/externals/freetype/src/base/
H A Dftpsprop.c54 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in FT_BASE_CALLBACK_DEF() local
94 y4 = darken_params[7]; in FT_BASE_CALLBACK_DEF()
97 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in FT_BASE_CALLBACK_DEF()
99 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in FT_BASE_CALLBACK_DEF()
109 driver->darken_params[7] = y4; in FT_BASE_CALLBACK_DEF()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafmodule.c196 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; in af_property_set() local
236 y4 = darken_params[7]; in af_property_set()
239 y1 < 0 || y2 < 0 || y3 < 0 || y4 < 0 || in af_property_set()
241 y1 > 500 || y2 > 500 || y3 > 500 || y4 > 500 ) in af_property_set()
251 module->darken_params[7] = y4; in af_property_set()
/third_party/decimal.js/test/modules/
H A Dclone.js58 var y4 = new D4(3);
68 t(x4.div(y4).eq(1.667));
81 t(x6.div(y4).eq(1.66667));
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsfont.c87 * | (x4,y4) in cf2_computeDarkening()
98 * (x4, y4) = (2333, 0) in cf2_computeDarkening()
131 FT_Int y4 = darkenParams[7]; in cf2_computeDarkening() local
207 FT_Int ydelta = y4 - y3; in cf2_computeDarkening()
223 *darkenAmount = FT_DivFix( cf2_intToFixed( y4 ), ppem ); in cf2_computeDarkening()

Completed in 8 milliseconds

12