Home
last modified time | relevance | path

Searched refs:_y (Results 1 - 25 of 59) sorted by relevance

123

/third_party/mesa3d/src/util/format/
H A Du_format_yuv.h68 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() local
72 *y = _y + 16; in util_format_rgb_float_to_yuv()
82 const int _y = y - 16; in util_format_yuv_to_rgb_float() local
90 *r = scale * (y_factor * _y + 1.596f * _v); in util_format_yuv_to_rgb_float()
91 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float()
92 *b = scale * (y_factor * _y + 2.018f * _u ); in util_format_yuv_to_rgb_float()
110 const int _y = y - 16; in util_format_yuv_to_rgb_8unorm() local
114 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
115 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
116 const int _b = (298 * _y in util_format_yuv_to_rgb_8unorm()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticFieldUnaryMutation.js47 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
57 for (__classPrivateFieldSet(C, _a, 0, "f", _C_test); __classPrivateFieldGet(C, _a, "f", _C_test) < 10; __classPrivateFieldSet(_x = C, _a, (_y = __classPrivateFieldGet(_x, _a, "f", _C_test), _y++, _y), "f", _C_test)) { }
60 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
70 for (__classPrivateFieldSet(this.getClass(), _a, 0, "f", _C_test); __classPrivateFieldGet(this.getClass(), _a, "f", _C_test) < 10; __classPrivateFieldSet(_x = this.getClass(), _a, (_y = __classPrivateFieldGet(_x, _a, "f", _C_test), _y++, _y), "f", _C_test)) { }
H A DnoImplicitAnyDestructuringVarDeclaration2.js24 var _y = { x3: 1, y3: 2, z3: 3 }, _z = _y.x3, x3 = _z === void 0 ? undefined : _z, _0 = _y.y3, y3 = _0 === void 0 ? null : _0, _1 = _y.z3, z3 = _1 === void 0 ? undefined : _1; // no error
H A DprivateNameFieldUnaryMutation.js69 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
89 for (__classPrivateFieldSet(this, _C_test, 0, "f"); __classPrivateFieldGet(this, _C_test, "f") < 10; __classPrivateFieldSet(this, _C_test, (_y = __classPrivateFieldGet(this, _C_test, "f"), ++_y), "f")) { }
93 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19;
104 __classPrivateFieldSet(_y = this.getInstance(), _C_test, (_z = __classPrivateFieldGet(_y, _C_test, "f"), _z++, _z), "f");
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues3.js58 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24;
80 _v = getRobotB(), _w = _v[0], numberB = _w === void 0 ? -1 : _w, _x = _v[1], nameB = _x === void 0 ? "helloNoName" : _x, _y = _v[2], skillB = _y === void 0 ? "noSkill" : _y;
H A DdestructuringVariableDeclaration1ES5iterable.js101 var _y = { g: { g1: [1, 2] } }.g.g1, g1 = _y === void 0 ? [undefined, null] : _y;
H A DsourceMapValidationDestructuringForOfObjectBindingPattern.js118 var _x = multiRobots_2[_w], nameA = _x.name, _y = _x.skills, primaryA = _y.primary, secondaryA = _y.secondary;
H A DprivateNameStaticFieldAssignment.js53 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0;
77 __classPrivateFieldSet(_y = A.getClass(), _a, __classPrivateFieldGet(_y, _a, "f", _A_field) & 11, "f", _A_field);
H A DcomputedPropertiesInDestructuring1.js67 var _y = [{ bar: "bar" }], _z = foo.toExponential(), bar7 = _y[0][_z];
H A DsourceMapValidationDestructuringForArrayBindingPatternDefaultValues.js148 for (var _y = multiRobotA[0], nameB = _y === void 0 ? "name" : _y, i = 0; i < 1; i++) {
H A DsourceMapValidationDestructuringForObjectBindingPatternDefaultValues.js133 for (var _w = { name: "trimmer", skill: "trimming" }, _x = _w.name, nameA = _x === void 0 ? "noName" : _x, _y = _w.skill, skillA = _y === void 0 ? "skill" : _y, i = 0; i < 1; i++) {
/third_party/lame/misc/
H A Dmlame_corr.c28 long double _x = 0, _x2 = 0, _y = 0, _y2 = 0, _xy = 0; in analyze_stereo() local
36 _y += (t2 = (*p)[1]); _y2 += t2 * t2; in analyze_stereo()
42 k -> y += _y ; in analyze_stereo()
51 long double _x = 0, _x2 = 0, _y = 0, _y2 = 0, _xy = 0; in analyze_dstereo() local
59 _y += (t2 = (*p)[1] - l1); _y2 += t2 * t2; in analyze_dstereo()
67 k -> y += _y ; in analyze_dstereo()
/third_party/ltp/tools/sparse/sparse-src/
H A Dtest-sort.c14 #define MIN(_x,_y) ((_x) < (_y) ? (_x) : (_y))
H A Dctags.c39 #define MAX(_x,_y) ((_x) > (_y) ? (_x) : (_y))
/third_party/fsverity-utils/common/
H A Dcommon_defs.h59 __typeof__(y) _y = (y); \
60 (((x) + _y - 1) / _y) * _y; \
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
H A Ds-c1.c404 long _y; /* Value Y - Yavg */ member
514 Table[N]._y = Table[N].Y - Yavg; in parse_measure()
539 r1 += ((double)Table[r]._y / array_max) * (double)Table[r]._y; in parse_measure()
541 _q[0] += Table[r]._y * Table[r]._x; in parse_measure()
563 t = (Table[r]._y - ((_q[0] * Table[r]._x) / _d[0])); in parse_measure()
/third_party/libinput/tools/
H A Dlibinput-measure-touchpad-size.py70 self._y = y
92 return self._y
107 self._y.minimum = min(self.y.minimum, y)
108 self._y.maximum = max(self.y.maximum, y)
114 self.pos.y = min(0.99, (y - self._y.minimum) / self.yrange)
121 self._y.minimum = self.min.y
122 self._y.maximum = self.max.y
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGlSpirvTests.hpp225 ValidationOutputStruct(GLubyte _x, GLubyte _y, GLuint _value) : x(_x), y(_y), z(0), value(_value) in ValidationOutputStruct()
229 ValidationOutputStruct(GLubyte _x, GLubyte _y, GLubyte _z, GLuint _value) : x(_x), y(_y), z(_z), value(_value) in ValidationOutputStruct()
H A Dgl4cShaderDrawParametersTests.hpp66 ResultPoint(GLfloat _x, GLfloat _y, GLfloat _red, GLfloat _green, GLfloat _blue) in ResultPoint()
67 : x(_x), y(_y), red(_red), green(_green), blue(_blue) in ResultPoint()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
H A Ds-c1.c452 long _y[NSCENAR]; /* Value Y - Yavg */ member
562 Table[N]._y[i] = Table[N].Y[i] - Yavg[i]; in parse_measure()
588 ((double)Table[r]._y[i] / array_max[i]) * in parse_measure()
589 (double)Table[r]._y[i]; in parse_measure()
591 _q[0][i] += Table[r]._y[i] * Table[r]._x[i]; in parse_measure()
614 t = (Table[r]._y[i] - in parse_measure()
/third_party/eudev/src/shared/
H A Dmacro.h204 const typeof(y) _y = (y); \
205 const typeof(_y) _x = (x); \
209 if (((const typeof(_x)[]) { _y, __VA_ARGS__ })[_i] == _x) { \
/third_party/node/deps/v8/src/runtime/
H A Druntime-typedarray.cc72 double _x = x, _y = y; in CompareNum() local
75 return std::signbit(_x) && !std::signbit(_y); in CompareNum()
76 } else if (!std::isnan(_x) && std::isnan(_y)) { in CompareNum()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
H A Ds-c.c676 long _y[NSCENAR]; /* Value Y - Yavg */ member
778 Table[N]._y[i] = Table[N].Y[i] - Yavg[i]; in parse_measure()
803 ((double)Table[r]._y[i] / N) * in parse_measure()
804 (double)Table[r]._y[i]; in parse_measure()
806 _q[0][i] += Table[r]._y[i] * Table[r]._x; in parse_measure()
829 t = (Table[r]._y[i] - in parse_measure()
/third_party/googletest/googlemock/test/
H A Dgmock-pp_test.cc64 #define GMOCK_PP_INTERNAL_VAR_TEST_2(_x, _y) 2
65 #define GMOCK_PP_INTERNAL_VAR_TEST_3(_x, _y, _z) 3
/third_party/jerryscript/tests/jerry/
H A Dfunction-prototype-bind.js98 var _y = y; variable
102 assert (x === _y);

Completed in 11 milliseconds

123