Home
last modified time | relevance | path

Searched refs:yit (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/common/
H A Danimation-optimize.c707 gint xit, yit, byteit; in do_optimizations() local
709 for (yit=0; yit<height; yit++) in do_optimizations()
754 gint xit, yit, byteit; in do_optimizations() local
770 for (yit=0; yit<height; yit++) in do_optimizations()
836 if (yit<rbox_top) rbox_top=yit; in do_optimizations()
837 if (yit>rbox_bottom) rbox_bottom=yit; in do_optimizations()
843 if (yit<bbox_top) bbox_top=yit; in do_optimizations()
844 if (yit>bbox_bottom) bbox_bottom=yit; in do_optimizations()
880 for (yit = bbox_top; yit < bbox_bottom; yit++) in do_optimizations()
885 if (!(opti_frame[yit*width*pixelstep in do_optimizations()
[all …]
/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlMath/
H A DCtlSparseMatrix.h114 template<typename xit, typename yit>
115 void apply(xit xi, xit xe, yit yi, yit ye) const;
117 template<typename xit, typename yit>
118 void applyT(xit xi, xit xe, yit yi, yit ye) const;
203 template<typename xit, typename yit>
205 apply(xit xi, xit xe, yit yi, yit ye) const in apply()
210 typedef typename std::iterator_traits<yit>::value_type YValue; in apply()
236 template<typename xit, typename yit>
238 applyT(xit xi, xit xe, yit yi, yit ye) const in applyT()
243 typedef typename std::iterator_traits<yit>::value_type XValue; in applyT()
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/yesod-static-1.6.1.0/test/
H A DEmbedDevelTest.hs37 yit "e1 loads" $ do
51 yit "e2 with simulated directory" $ do
58 yit "e3 without haskell name" $ do
65 yit "e4 loads" $ do
72 yit "e4 extra development dev1" $ do
86 yit "e4 extra development with path" $ do
93 yit "extra development file 404" $ do
H A DEmbedProductionTest.hs55 yit "e1 loads" $ do
69 yit "e1 with custom built path" $ do
76 yit "e2 with simulated directory" $ do
83 yit "e2 with custom built directory path" $ do
90 yit "e3 without haskell name" $ do
97 yit "e4 is embedded" $ do
104 yit "e4 extra development files are not embedded" $ do
109 yit "Embedded Javascript" $ do
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/yesod-static-1.6.0.1/test/
H A DEmbedDevelTest.hs37 yit "e1 loads" $ do
51 yit "e2 with simulated directory" $ do
58 yit "e3 without haskell name" $ do
65 yit "e4 loads" $ do
72 yit "e4 extra development dev1" $ do
86 yit "e4 extra development with path" $ do
93 yit "extra development file 404" $ do
H A DEmbedProductionTest.hs55 yit "e1 loads" $ do
69 yit "e1 with custom built path" $ do
76 yit "e2 with simulated directory" $ do
83 yit "e2 with custom built directory path" $ do
90 yit "e3 without haskell name" $ do
97 yit "e4 is embedded" $ do
104 yit "e4 extra development files are not embedded" $ do
109 yit "Embedded Javascript" $ do
/dports/math/linbox/linbox-1.6.3/linbox/blackbox/
H A Dsquarize.h116 for(typename Vector1::iterator yit=y.begin()+(ptrdiff_t)_A_ptr->rowdim (); in apply() local
117 yit != y.end(); ++yit) in apply()
118 *yit = _Zero; in apply()
139 for(typename Vector1::iterator yit=y.begin()+(ptrdiff_t)_A_ptr->rcoldim (); in applyTranspose() local
140 yit != y.end(); ++yit) in applyTranspose()
141 *yit = _Zero; in applyTranspose()
/dports/misc/urbit/urbit-urbit-0.6.0/jets/e/
H A Dparse.c94 u3_noun yit, yur; in _cqe_bend_fun() local
128 u3z(yit); in _cqe_bend_fun()
256 u3_noun yit, yur; in _cqe_comp_fun() local
281 u3z(yit); in _cqe_comp_fun()
347 u3_noun yit, yur; in _cqe_glue_fun() local
387 u3z(yit); in _cqe_glue_fun()
553 u3_noun yit, p_yit, q_yit; in _cqe_pfix() local
563 u3z(yit); in _cqe_pfix()
594 u3_noun yit, yur; in _cqe_plug() local
618 u3z(yit); in _cqe_plug()
[all …]
/dports/deskutils/recoll/recoll-1.31.2/query/
H A Dsortseq.cpp37 const auto yit = y->meta.find(ss.field); in operator ()() local
38 if (xit == x->meta.end() || yit == y->meta.end()) in operator ()()
40 return ss.desc ? yit->second < xit->second : xit->second < yit->second; in operator ()()
/dports/games/openmw/openmw-openmw-0.47.0/components/misc/
H A Dstringops.hpp117 std::string::const_iterator yit = y.begin(); in ciEqual() local
118 for (; xit != x.end(); ++xit, ++yit) { in ciEqual()
119 if (toLower(*xit) != toLower(*yit)) { in ciEqual()
129 std::string::const_iterator yit = y.begin(); in ciCompareLen() local
130 for(;xit != x.end() && yit != y.end() && len > 0;++xit,++yit,--len) in ciCompareLen()
133 char right = *yit; in ciCompareLen()
147 if(yit != y.end()) in ciCompareLen()
/dports/devel/R-cran-itertools/itertools/inst/examples/
H A DtimeoutExample.R16 yit <- irunif(n=n, min=-0.5, max=0.5) globalVar
30 pi <- foreach(x=xit, y=yit, timer, .combine='c', .final=calc.pi) %do% {
/dports/cad/alliance/alliance/src/ocp/src/placer/
H A DPPlacement.cpp1484 for (int yit = ycoord; yit < ycoord + pinsheightrow; yit++) in InitPlaceWithPrePlace() local
1488 if ( (xit > Width - 1) || (yit > Height - 1) in InitPlaceWithPrePlace()
1489 || (xit < 0 ) || (yit < 0 ) ) in InitPlaceWithPrePlace()
1496 if (tabpreplace[yit][xit] == false) in InitPlaceWithPrePlace()
1498 tabpreplace[yit][xit] = true; in InitPlaceWithPrePlace()
1513 for (int yit = 0; yit < Height; yit++) in InitPlaceWithPrePlace() local
1515 if (CheckCreateRow(tabpreplace, yit, Width) > 0) ++nbrows; in InitPlaceWithPrePlace()
1523 for (int yit = 0; yit < Height; yit++) in InitPlaceWithPrePlace() local
1525 int numsubrows = CheckCreateRow(tabpreplace, yit, Width); in InitPlaceWithPrePlace()
1530 _rowsYMax[(yit + 1) * ROWHEIGHT] = numrows; in InitPlaceWithPrePlace()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/concepts/
H A Dimage_view.hpp242 y_iterator yit; in constraints() local
260 yit = view.y_at(d); in constraints()
261 yit = view.y_at(xd,yd); in constraints()
262 yit = view.col_begin(xd); in constraints()
263 yit = view.col_end(xd); in constraints()
H A Dpixel_locator.hpp266 y_iterator yit = loc.y_at(d); in constraints() local
267 yit = loc.y_at(xd, yd); in constraints()
268 yit = loc.y(); in constraints()
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/concepts/
H A Dimage_view.hpp242 y_iterator yit; in constraints() local
260 yit = view.y_at(d); in constraints()
261 yit = view.y_at(xd,yd); in constraints()
262 yit = view.col_begin(xd); in constraints()
263 yit = view.col_end(xd); in constraints()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/concepts/
H A Dimage_view.hpp243 y_iterator yit; in constraints() local
261 yit = view.y_at(d); in constraints()
262 yit = view.y_at(xd,yd); in constraints()
263 yit = view.col_begin(xd); in constraints()
264 yit = view.col_end(xd); in constraints()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/concepts/
H A Dimage_view.hpp243 y_iterator yit; in constraints() local
261 yit = view.y_at(d); in constraints()
262 yit = view.y_at(xd,yd); in constraints()
263 yit = view.col_begin(xd); in constraints()
264 yit = view.col_end(xd); in constraints()
/dports/devel/hyperscan/boost_1_75_0/boost/gil/concepts/
H A Dimage_view.hpp243 y_iterator yit; in constraints() local
261 yit = view.y_at(d); in constraints()
262 yit = view.y_at(xd,yd); in constraints()
263 yit = view.col_begin(xd); in constraints()
264 yit = view.col_end(xd); in constraints()
/dports/devel/boost-libs/boost_1_72_0/boost/gil/concepts/
H A Dimage_view.hpp242 y_iterator yit; in constraints() local
260 yit = view.y_at(d); in constraints()
261 yit = view.y_at(xd,yd); in constraints()
262 yit = view.col_begin(xd); in constraints()
263 yit = view.col_end(xd); in constraints()
/dports/print/scribus-devel/scribus-1.5.7/scribus/imagedataloaders/
H A Dscimgdataloader_jpeg.cpp177 for (int yit=0; yit < m_image.height(); ++yit) in loadPicture() local
179 s = (QRgb*)(m_image.scanLine( yit )); in loadPicture()
366 for (int yit=0; yit < m_image.height(); ++yit) in loadPicture() local
368 d = (QRgb*)(m_image.scanLine( yit )); in loadPicture()
369 s = (QRgb*)(m_imageInfoRecord.exifInfo.thumbnail.scanLine( yit )); in loadPicture()
/dports/devel/boost-docs/boost_1_72_0/libs/histogram/test/
H A Dhistogram_threaded_test.cpp35 auto yit = y.cbegin() + k * shift; in fill_test() local
36 for (unsigned i = 0; i < shift; ++i) h2(*xit++, *yit++); in fill_test()
/dports/devel/boost-python-libs/boost_1_72_0/libs/histogram/test/
H A Dhistogram_threaded_test.cpp35 auto yit = y.cbegin() + k * shift; in fill_test() local
36 for (unsigned i = 0; i < shift; ++i) h2(*xit++, *yit++); in fill_test()
/dports/devel/boost-libs/boost_1_72_0/libs/histogram/test/
H A Dhistogram_threaded_test.cpp35 auto yit = y.cbegin() + k * shift; in fill_test() local
36 for (unsigned i = 0; i < shift; ++i) h2(*xit++, *yit++); in fill_test()
/dports/devel/hyperscan/boost_1_75_0/libs/histogram/test/
H A Dhistogram_threaded_test.cpp35 auto yit = y.cbegin() + k * shift; in fill_test() local
36 for (unsigned i = 0; i < shift; ++i) h2(*xit++, *yit++); in fill_test()
/dports/games/briquolo/briquolo-0.5.7/src/
H A DElementCollision.cpp312 float xit, yit; in _SegmentCollision() local
318 yit = yi - ny * r1; in _SegmentCollision()
323 yit = yi + ny * r1; in _SegmentCollision()
325 float dist2 = fabs((a*xit+b*yit+c)*(a*xit+b*yit+c) / (a*a + b*b)) ; in _SegmentCollision()
337 k2 = (yit - ayt) / (byt - ayt); in _SegmentCollision()
360 float detc = _Determinant(xit - axt, yit - ayt, bxt - axt, byt - ayt); in _SegmentCollision()

12345678910>>...13