Home
last modified time | relevance | path

Searched refs:_y2 (Results 76 – 100 of 585) sorted by last modified time

12345678910>>...24

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/test/
H A Dlfe_andor_SUITE.core813 <{_r2,_xm2,_ym2,_x2,_y2,_w2,_h2}>
829 (_y, _y2)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/test/
H A Dlfe_andor_SUITE.core815 <{_r2,_xm2,_ym2,_x2,_y2,_w2,_h2}>
831 (_y, _y2)
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/semanticTests/uninitializedFunctionPointer/
H A Dstore2.sol10 uint _y2;
/dports/graphics/gimp-app/gimp-2.10.30/po-plug-ins/
H A Dda.po5040 msgstr "_y2:"
/dports/devel/nspr/nspr-4.33/nspr/pr/include/
H A Dprlong.h228 PRUint32 _a1, _a0, _b1, _b0, _y0, _y1, _y2, _y3; \
233 _y2 = _a1 * _b0; \
236 _y1 += _y2; /* might carry */ \
237 if (_y1 < _y2) \
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/family/
H A DFamily.qml271 property var y2: _y2 * treeArea.height
/dports/math/mathgl/mathgl-2.5/widgets/
H A Dfltk.cpp476 mreal _x1,_x2,_y1,_y2; in handle() local
480 _y2 = y2-(y2-y1)*(y0-y())/mreal(h1); in handle()
481 x1=_x1; x2=_x2; y1=_y1; y2=_y2; in handle()
H A Dqt.cpp456 mreal _x1,_x2,_y1,_y2; in mouseReleaseEvent() local
458 _x2 = x1+(x2-x1)*(xe-x())/mreal(w1); _y2 = y2-(y2-y1)*(y0-y())/mreal(h1); in mouseReleaseEvent()
459 x1=_x1; x2=_x2; y1=_y1; y2=_y2; in mouseReleaseEvent()
H A Dwx.cpp257 mreal _x1,_x2,_y1,_y2; in OnMouseLeftUp() local
261 _y2 = y2-(y2-y1)*(y0-GetPosition().y)/mreal(h1); in OnMouseLeftUp()
262 x1=_x1; x2=_x2; y1=_y1; y2=_y2; in OnMouseLeftUp()
/dports/lang/gcc12-devel/gcc-12-20211205/
H A DMD5SUMS11620 7dc3e674ef2752731b6cd90ebd1aeb0a gcc/testsuite/g++.dg/compat/struct-layout-1_y2.h
36441 7dc3e674ef2752731b6cd90ebd1aeb0a gcc/testsuite/gcc.dg/compat/struct-layout-1_y2.h
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/i386/
H A Davx512vbmi-vpmultishiftqb-1.c16 volatile __m256i _x2, _y2, _z2; variable
25 _x2 = _mm256_multishift_epi64_epi8 (_y2, _z2); in avx512vbmi_test()
26 _x2 = _mm256_mask_multishift_epi64_epi8 (_x2, 3, _y2, _z2); in avx512vbmi_test()
27 _x2 = _mm256_maskz_multishift_epi64_epi8 (3, _y2, _z2); in avx512vbmi_test()
H A Davx512dq-vpmullq-1.c16 volatile __m256i _x2, _y2, _z2; variable
25 _x2 = _mm256_mullo_epi64 (_y2, _z2); in avx512dq_test()
26 _x2 = _mm256_mask_mullo_epi64 (_x2, 3, _y2, _z2); in avx512dq_test()
27 _x2 = _mm256_maskz_mullo_epi64 (3, _y2, _z2); in avx512dq_test()
H A Davx512ifma-vpmaddhuq-1.c16 volatile __m256i _x2, _y2, _z2; variable
25 _x2 = _mm256_madd52hi_epu64 (_x2, _y2, _z2); in avx512ifma_test()
26 _x2 = _mm256_mask_madd52hi_epu64 (_x2, 3, _y2, _z2); in avx512ifma_test()
27 _x2 = _mm256_maskz_madd52hi_epu64 (3, _x2, _y2, _z2); in avx512ifma_test()
H A Davx512ifma-vpmaddluq-1.c16 volatile __m256i _x2, _y2, _z2; variable
25 _x2 = _mm256_madd52lo_epu64 (_x2, _y2, _z2); in avx512ifma_test()
26 _x2 = _mm256_mask_madd52lo_epu64 (_x2, 3, _y2, _z2); in avx512ifma_test()
27 _x2 = _mm256_maskz_madd52lo_epu64 (3, _x2, _y2, _z2); in avx512ifma_test()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/
H A DChangeLog-1993-200722272 * g++.dg/compat/struct-layout-1_y2.h: New.
36792 * gcc.dg/compat/struct-layout-1_y2.h: Likewise.
/dports/www/kf5-khtml/khtml-5.89.0/src/rendering/
H A Drender_table.cpp3294 int _x1, int _y1, int _x2, int _y2, in addBorder() argument
3304 borders[count].y2 = _y2; in addBorder()
/dports/graphics/kf5-kimageformats/kimageformats-5.89.0/src/imageformats/
H A Deps.cpp100 float _y2; in bbox() local
101 if (sscanf(buf, "%*s %f %f %f %f", &_x1, &_y1, &_x2, &_y2) == 4) { in bbox()
102 qCDebug(EPSPLUGIN) << "BBOX: " << _x1 << " " << _y1 << " " << _x2 << " " << _y2; in bbox()
106 *y2 = int(_y2); in bbox()
/dports/textproc/fcitx5/fcitx5-5.0.11/src/lib/fcitx-utils/
H A Drect.h22 explicit Rect(int _x1 = 0, int _y1 = 0, int _x2 = 0, int _y2 = 0)
23 : x1_(_x1), y1_(_y1), x2_(_x2), y2_(_y2) {} in x1_()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/display/
H A Dcc-display-arrangement.c341 gint _x1, _y1, _x2, _y2, _h, _w; in find_best_snapping() local
357 _y2 = _y1 + _h; in find_best_snapping()
360 bottom_snap_pos = _y2; in find_best_snapping()
375 if (OVERLAP (y1, y2, _y1, _y2)) in find_best_snapping()
404 maybe_update_snap (snap_data, x1, y1, left_snap_pos, _y2 - h, SNAP_DIR_BOTH, SNAP_DIR_X, 0); in find_best_snapping()
408 maybe_update_snap (snap_data, x1, y1, right_snap_pos, _y2 - h, SNAP_DIR_BOTH, SNAP_DIR_X, 0); in find_best_snapping()
426 …maybe_update_snap (snap_data, x1, y1, left_snap_pos, _y2 - MIN_OVERLAP, SNAP_DIR_BOTH, SNAP_DIR_X,… in find_best_snapping()
430 …maybe_update_snap (snap_data, x1, y1, right_snap_pos, _y2 - MIN_OVERLAP, SNAP_DIR_BOTH, SNAP_DIR_X… in find_best_snapping()
/dports/graphics/poppler-qt5/poppler-21.12.0/utils/
H A DHtmlOutputDev.cc1486 double _x1, _y1, _x2, _y2; in doProcessLink() local
1489 link->getRect(&_x1, &_y1, &_x2, &_y2); in doProcessLink()
1492 cvtUserToDev(_x2, _y2, &x2, &y2); in doProcessLink()
/dports/graphics/poppler-glib/poppler-21.12.0/utils/
H A DHtmlOutputDev.cc1486 double _x1, _y1, _x2, _y2; in doProcessLink() local
1489 link->getRect(&_x1, &_y1, &_x2, &_y2); in doProcessLink()
1492 cvtUserToDev(_x2, _y2, &x2, &y2); in doProcessLink()
/dports/graphics/poppler/poppler-21.12.0/utils/
H A DHtmlOutputDev.cc1486 double _x1, _y1, _x2, _y2; in doProcessLink() local
1489 link->getRect(&_x1, &_y1, &_x2, &_y2); in doProcessLink()
1492 cvtUserToDev(_x2, _y2, &x2, &y2); in doProcessLink()
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A DHtmlOutputDev.cc1486 double _x1, _y1, _x2, _y2; in doProcessLink() local
1489 link->getRect(&_x1, &_y1, &_x2, &_y2); in doProcessLink()
1492 cvtUserToDev(_x2, _y2, &x2, &y2); in doProcessLink()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/test/
H A Dlfe_andor_SUITE.core815 <{_r2,_xm2,_ym2,_x2,_y2,_w2,_h2}>
831 (_y, _y2)
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/test/
H A Dlfe_andor_SUITE.core815 <{_r2,_xm2,_ym2,_x2,_y2,_w2,_h2}>
831 (_y, _y2)

12345678910>>...24