Home
last modified time | relevance | path

Searched defs:_y (Results 1 – 25 of 48) sorted by relevance

12

/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dmake_2d_point.cpp23 struct mypoint { float _x, _y; }; member
25 BOOST_GEOMETRY_REGISTER_POINT_2D(mypoint, float, cs::cartesian, _x, _y) in BOOST_GEOMETRY_REGISTER_POINT_2D() argument
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstdrawhelpers.h24 #define draw_dot(_vd, _x, _y, _st, _c) G_STMT_START { \ argument
28 #define draw_dot_c(_vd, _x, _y, _st, _c) G_STMT_START { \ argument
32 #define draw_dot_aa(_vd, _x, _y, _st, _c, _f) G_STMT_START { \ argument
/third_party/typescript/tests/baselines/reference/
DprivateNameInLhsReceiverExpression.js26 var _y; variable
51 _y = new WeakMap(); variable
DduplicateClassElements.js68 set: function (_y) { argument
79 set: function (_y) { argument
97 set: function (_y) { argument
DnullPropertyName.js197 var _y: number; variable
DdestructuringArrayBindingPatternAndAssignment1ES5iterable.js119 var _y = __read([1, 2, 3, 4, "hello"]), c10 = _y.slice(3); variable
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,… variable
/third_party/mesa3d/src/util/format/
Du_format_yuv.h67 const int _y = scale * ( (0.257f * _r) + (0.504f * _g) + (0.098f * _b)); in util_format_rgb_float_to_yuv() local
81 const int _y = y - 16; in util_format_yuv_to_rgb_float() local
109 const int _y = y - 16; in util_format_yuv_to_rgb_8unorm() local
/third_party/googletest/googlemock/test/
Dgmock-pp_test.cc64 #define GMOCK_PP_INTERNAL_VAR_TEST_2(_x, _y) 2 argument
65 #define GMOCK_PP_INTERNAL_VAR_TEST_3(_x, _y, _z) 3 argument
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/
Dvec.h33 vec2(T _x, T _y) in vec2()
54 vec3(T _x, T _y, T _z) in vec3()
86 vec4(T _x, T _y, T _z, T _w) in vec4()
/third_party/typescript/tests/cases/compiler/
DnarrowingByTypeofInSwitch.ts250 default: const _y: {} = x; return; constant
264 default: const _y: {} = assertNever(x); return; constant
/third_party/typescript/tests/cases/conformance/salsa/
DlateBoundAssignmentDeclarationSupport6.ts17 const _y = inst[_str]; constant
DlateBoundAssignmentDeclarationSupport4.ts16 const _y = inst[_str]; constant
DlateBoundAssignmentDeclarationSupport5.ts18 const _y = inst[_str]; constant
/third_party/ltp/tools/sparse/sparse-src/
Dtest-sort.c14 #define MIN(_x,_y) ((_x) < (_y) ? (_x) : (_y)) argument
Dctags.c39 #define MAX(_x,_y) ((_x) > (_y) ? (_x) : (_y)) argument
/third_party/jerryscript/tests/jerry/
Dfunction-prototype-bind.js98 var _y = y; variable
/third_party/boost/libs/numeric/odeint/examples/
Dlorenz_point.cpp38 point3D( const double _x , const double _y , const double _z ) in point3D()
/third_party/boost/boost/numeric/ublas/tensor/
Dindex.hpp80 static constexpr index_type<25> _y; variable
/third_party/flatbuffers/tests/
Dnative_type_test_generated.h42 Vector3D(float _x, float _y, float _z) in Vector3D()
56 void mutate_y(float _y) { in mutate_y()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/fork/
Ds-c1.c404 long _y; /* Value Y - Yavg */ member
/third_party/node/deps/npm/node_modules/libnpx/
Dparse-args.js237 var _y variable
/third_party/mesa3d/src/mesa/x86/rtasm/
Dx86sse.h134 #define SHUF(_x,_y,_z,_w) (((_x)<<0) | ((_y)<<2) | ((_z)<<4) | ((_w)<<6)) argument
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Ds-c1.c452 long _y[NSCENAR]; /* Value Y - Yavg */ member
/third_party/libwebsockets/include/libwebsockets/
Dlws-fault-injection.h245 #define lws_fi_deserialize(_x, _y) argument

12