/third_party/typescript/tests/baselines/reference/ |
H A D | unusedVariablesWithUnderscoreInForOfLoop.js | 39 var _g = _f[_e], a = _g[0], _b = _g[1];
51 var _g = _f[_e], a = _g[0], _b = _g[1];
62 var _g = _f[_e][0][0], a = _g[0], _b = _g[1];
|
H A D | missingAndExcessProperties.js | 43 var _f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h;
47 var _a, _b, _c, _d, _e, _f, _g, _h;
52 (_f = {}, _g = _f.x, x = _g === void 0 ? 1 : _g, _h = _f.y, y = _h === void 0 ? 1 : _h);
|
H A D | destructuringVariableDeclaration2.js | 34 var _g = [1, 2, { c3: 4, c5: 0 }], c1 = _g[0], c2 = _g[1], _h = _g[2], c4 = _h.c3, c5 = _h.c5, c6 = _g.slice(4); // Error
|
H A D | duplicateObjectLiteralProperty_computedName.js | 39 var _a, _b, _c, _d, _e, _f, _g;
76 var t7 = (_g = {
79 _g["-1"] = 0 // duplicate
81 _g);
|
H A D | objectLiteralEnumPropertyNames.js | 57 var _a, _b, _c, _d, _e, _f, _g, _h, _j;
95 var un = (_g = {},
96 _g[Nums.A] = 3,
97 _g[Nums.B] = 4,
98 _g);
|
H A D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.js | 29 var _g = [3, "edging", "Trimming edges"], _h = _g[0], numberC = _h === void 0 ? -1 : _h, _j = _g[1], nameC = _j === void 0 ? "noName" : _j, _k = _g[2], skillC = _k === void 0 ? "noSkill" : _k;
variable
|
H A D | destructuringArrayBindingPatternAndAssignment2.js | 69 var _g = foo(1), c4 = _g[0], c5 = _g[1], c6 = _g[2]; // Error
|
H A D | destructuringAssignmentWithDefault2.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
45 (_g = r.next(), _h = _g.done, done = _h === void 0 ? false : _h, value = _g.value);
|
H A D | emitCompoundExponentiationAssignmentWithIndexingOnLHS3.js | 16 var _a, _b, _c, _d, _e, _f, _g, _h;
28 (_g = object)[_h = 0] = Math.pow(_g[_h], Math.pow(object[0], 2));
|
H A D | callChain.js | 55 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
74 (_g = o3.b) === null || _g === void 0 ? void 0 : _g.call.apply(_g, __spreadArray([o3], [1, 2], false))["c"];
|
H A D | objectRestSpread.js | 52 let _e = {}, { prop = Object.assign({}, obj) } = _e, _f = _e.more, more = _f === void 0 ? (_a = Object.assign({}, obj), obj = __rest(_a, []), _a) : _f, _g = '' + 'other', _h = _e[_g], other = _h === void 0 ? Object.assign({}, obj) : _h, _j = _e.yetAnother, _k = _j === void 0 ? Object.assign({}, obj) : _j, _l = _k.nested, _m = _l === void 0 ? Object.assign({}, obj) : _l, _o = 'nested' + 'prop', _p = _m[_o], nestedProp = _p === void 0 ? Object.assign({}, obj) : _p, nestedRest = __rest(_m, [typeof _o === "symbol" ? _o : _o + ""]), { fn = function () { return __asyncGenerator(this, arguments, function* () { }); } } = _e, props = __rest(_e, ["prop", "more", typeof _g === "symbol" ? _g : _g + "", "yetAnother", "fn"]);
|
H A D | sourceMapValidationDestructuringVariableStatementArrayBindingPattern3.js | 60 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
84 nameMB = multiRobotB[0], _g = multiRobotB[1], primarySkillB = _g[0], secondarySkillB = _g[1];
|
H A D | staticFieldWithInterfaceContext.js | 30 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
74 var _s = { c: (_g = /** @class */ (function () {
79 _g.x = { a: "a" },
80 _g) }.c, c5 = _s === void 0 ? (_f = /** @class */ (function () {
|
H A D | deleteChain.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
38 ((_h = (_g = o4.b) === null || _g === void 0 ? void 0 : _g.c.d) === null || _h === void 0 ? true : delete _h.e);
|
H A D | elementAccessChain.js | 35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
43 (_h = (_g = o5.b) === null || _g === void 0 ? void 0 : _g.call(o5)["c"].d) === null || _h === void 0 ? void 0 : _h.e;
|
H A D | emptyVariableDeclarationBindingPatterns01_ES5.js | 60 var _g = a, _h = a;
variable 71 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f;
75 var _d = _c === void 0 ? a : _c, _e = _d.p, _f = _e === void 0 ? a : _e, _g = _f;
92 var _g = ns_4[_f];
|
H A D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js | 25 var _c = multiRobotA[0], nameMA = _c === void 0 ? "noName" : _c, _d = multiRobotA[1], _e = _d === void 0 ? ["noSkill", "noSkill"] : _d, _f = _e[0], primarySkillA = _f === void 0 ? "noSkill" : _f, _g = _e[1], secondarySkillA = _g === void 0 ? "noSkill" : _g;
|
H A D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.js | 19 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
28 (_g = array2)[_h = ++i2] = Math.pow(_g[_h], Math.pow(array2[++i2], 2));
|
H A D | emitCompoundExponentiationAssignmentWithIndexingOnLHS2.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
23 (_g = foo())[_h = 0] = Math.pow(_g[_h], (_e = foo())[_f = 0] = Math.pow(_e[_f], 2));
|
H A D | emitCompoundExponentiationAssignmentWithIndexingOnLHS4.js | 18 var _a, _b, _c, _d, _e, _f, _g, _h;
28 (_g = array1)[_h = incrementIdx(array1.length)] = Math.pow(_g[_h], Math.pow(array1[incrementIdx(array1.length)], 2));
|
H A D | emitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h;
25 (_g = foo()).prop = Math.pow(_g.prop, Math.pow(foo().prop, 2));
|
H A D | literalTypesAndDestructuring.js | 36 var _g = {}.bar, bar = _g === void 0 ? 'yo' : _g;
|
H A D | sourceMapValidationDestructuringVariableStatementNestedObjectBindingPatternWithDefaultValues.js | 47 var _e = robotB.name, nameB = _e === void 0 ? "noNameSpecified" : _e, _f = robotB.skills, _g = _f === void 0 ? { primary: "noSkill", secondary: "noSkill" } : _f, _h = _g.primary, primaryB = _h === void 0 ? "noSkill" : _h, _j = _g.secondary, secondaryB = _j === void 0 ? "noSkill" : _j;
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_yuv.h | 63 const float _g = SATURATE(g); in util_format_rgb_float_to_yuv() local 68 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() 69 const int _u = scale * (-(0.148f * _r) - (0.291f * _g) + (0.439f * _b)); in util_format_rgb_float_to_yuv() 70 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() 115 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local 119 *g = CLAMP(_g, 0, 255); in util_format_yuv_to_rgb_8unorm()
|
/third_party/ffmpeg/fftools/ |
H A D | Makefile | 10 ALLAVPROGS_G = $(AVBASENAMES:%=%$(PROGSSUF)_g$(EXESUF)) 20 $(1)$(PROGSSUF)_g$(EXESUF): $$(OBJS-$(1)) 23 $(1)$(PROGSSUF)_g$(EXESUF): LDFLAGS += $(LDFLAGS-$(1)) 24 $(1)$(PROGSSUF)_g$(EXESUF): FF_EXTRALIBS += $(EXTRALIBS-$(1))
|