Home
last modified time | relevance | path

Searched refs:_g (Results 1 - 25 of 105) sorted by relevance

12345

/third_party/typescript/tests/baselines/reference/
H A DunusedVariablesWithUnderscoreInForOfLoop.js39 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 DmissingAndExcessProperties.js43 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 DdestructuringVariableDeclaration2.js34 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 DduplicateObjectLiteralProperty_computedName.js39 var _a, _b, _c, _d, _e, _f, _g;
76 var t7 = (_g = {
79 _g["-1"] = 0 // duplicate
81 _g);
H A DobjectLiteralEnumPropertyNames.js57 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 DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues.js29 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 DdestructuringArrayBindingPatternAndAssignment2.js69 var _g = foo(1), c4 = _g[0], c5 = _g[1], c6 = _g[2]; // Error
H A DdestructuringAssignmentWithDefault2.js29 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 DemitCompoundExponentiationAssignmentWithIndexingOnLHS3.js16 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 DcallChain.js55 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 DobjectRestSpread.js52 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 DsourceMapValidationDestructuringVariableStatementArrayBindingPattern3.js60 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 DstaticFieldWithInterfaceContext.js30 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 DdeleteChain.js29 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 DelementAccessChain.js35 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 DemptyVariableDeclarationBindingPatterns01_ES5.js60 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 DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js25 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 DemitCompoundExponentiationAssignmentWithIndexingOnLHS1.js19 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 DemitCompoundExponentiationAssignmentWithIndexingOnLHS2.js15 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 DemitCompoundExponentiationAssignmentWithIndexingOnLHS4.js18 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 DemitCompoundExponentiationAssignmentWithPropertyAccessingOnLHS1.js15 var _a, _b, _c, _d, _e, _f, _g, _h;
25 (_g = foo()).prop = Math.pow(_g.prop, Math.pow(foo().prop, 2));
H A DliteralTypesAndDestructuring.js36 var _g = {}.bar, bar = _g === void 0 ? 'yo' : _g;
H A DsourceMapValidationDestructuringVariableStatementNestedObjectBindingPatternWithDefaultValues.js47 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 Du_format_yuv.h63 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 DMakefile10 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))

Completed in 6 milliseconds

12345