Home
last modified time | relevance | path

Searched refs:x_iterator (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlMath/
H A DCtlLinearSolver.h99 void apply(x_iterator x_first, x_iterator x_last, in apply()
133 x_iterator x_first, x_iterator x_last) const;
191 x_iterator x_first, x_iterator x_last) const;
197 x_iterator x_first, x_iterator x_last) const;
201 x_iterator x_first, x_iterator x_last) const;
314 x_iterator x_first, x_iterator x_last) const in operator()
370 template<typename b_iterator, typename x_iterator>
373 x_iterator x_first, x_iterator x_last) const in operator()
401 template<typename b_iterator, typename x_iterator>
404 x_iterator x_first, x_iterator x_last) const in cg()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Dlocator.hpp112 using x_iterator = XIterator; typedef in boost::gil::pixel_2d_locator_base
117 using value_type = typename std::iterator_traits<x_iterator>::value_type;
118 …using reference = typename std::iterator_traits<x_iterator>::reference; // result of dereferenc…
134x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
175 using iterator = typename Loc::x_iterator;
241 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::memory_based_2d_locator
261 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
268 x_iterator const& x() const { return _p.base(); } in x()
270 x_iterator& x() { return _p.base(); } in x()
274x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp54 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::virtual_2d_locator
100 auto x() -> x_iterator& in x()
102 return *gil_reinterpret_cast<x_iterator*>(this); in x()
105 auto x() const -> x_iterator const& in x()
107 return *gil_reinterpret_cast_c<x_iterator const*>(this); in x()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp46 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::virtual_2d_locator
69x_iterator& x() { return *gil_reinterpret_cast<x_iterator*>(th… in x()
71x_iterator const& x() const { return *gil_reinterpret_cast_c<x_iterator co… in x()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp46 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::virtual_2d_locator
69x_iterator& x() { return *gil_reinterpret_cast<x_iterator*>(th… in x()
71x_iterator const& x() const { return *gil_reinterpret_cast_c<x_iterator co… in x()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dlocator.hpp112 using x_iterator = XIterator; typedef in boost::gil::pixel_2d_locator_base
117 using value_type = typename std::iterator_traits<x_iterator>::value_type;
118 …using reference = typename std::iterator_traits<x_iterator>::reference; // result of dereferenc…
134x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
175 using iterator = typename Loc::x_iterator;
241 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::memory_based_2d_locator
261 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
268 x_iterator const& x() const { return _p.base(); } in x()
270 x_iterator& x() { return _p.base(); } in x()
274x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp54 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::virtual_2d_locator
100 auto x() -> x_iterator& in x()
102 return *gil_reinterpret_cast<x_iterator*>(this); in x()
105 auto x() const -> x_iterator const& in x()
107 return *gil_reinterpret_cast_c<x_iterator const*>(this); in x()
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp46 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::virtual_2d_locator
69x_iterator& x() { return *gil_reinterpret_cast<x_iterator*>(th… in x()
71x_iterator const& x() const { return *gil_reinterpret_cast_c<x_iterator co… in x()
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp46 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::virtual_2d_locator
69x_iterator& x() { return *gil_reinterpret_cast<x_iterator*>(th… in x()
71x_iterator const& x() const { return *gil_reinterpret_cast_c<x_iterator co… in x()
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp46 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::virtual_2d_locator
69x_iterator& x() { return *gil_reinterpret_cast<x_iterator*>(th… in x()
71x_iterator const& x() const { return *gil_reinterpret_cast_c<x_iterator co… in x()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Dlocator.hpp112 using x_iterator = XIterator; typedef in boost::gil::pixel_2d_locator_base
117 using value_type = typename std::iterator_traits<x_iterator>::value_type;
118 …using reference = typename std::iterator_traits<x_iterator>::reference; // result of dereferenc…
134x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
175 using iterator = typename Loc::x_iterator;
241 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::memory_based_2d_locator
261 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
268 x_iterator const& x() const { return _p.base(); } in x()
270 x_iterator& x() { return _p.base(); } in x()
274x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/
H A Dlocator.hpp112 using x_iterator = XIterator; typedef in boost::gil::pixel_2d_locator_base
117 using value_type = typename std::iterator_traits<x_iterator>::value_type;
118 …using reference = typename std::iterator_traits<x_iterator>::reference; // result of dereferenc…
134x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
175 using iterator = typename Loc::x_iterator;
241 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::memory_based_2d_locator
261 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
268 x_iterator const& x() const { return _p.base(); } in x()
270 x_iterator& x() { return _p.base(); } in x()
274x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp54 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::virtual_2d_locator
100 auto x() -> x_iterator& in x()
102 return *gil_reinterpret_cast<x_iterator*>(this); in x()
105 auto x() const -> x_iterator const& in x()
107 return *gil_reinterpret_cast_c<x_iterator const*>(this); in x()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/
H A Dlocator.hpp107 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
112 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
113 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
128x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
169 typedef typename Loc::x_iterator iterator;
235 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
254 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
260 x_iterator const& x() const { return _p.base(); } in x()
262 x_iterator& x() { return _p.base(); } in x()
266x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Dlocator.hpp112 using x_iterator = XIterator; typedef in boost::gil::pixel_2d_locator_base
117 using value_type = typename std::iterator_traits<x_iterator>::value_type;
118 …using reference = typename std::iterator_traits<x_iterator>::reference; // result of dereferenc…
134x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
175 using iterator = typename Loc::x_iterator;
241 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::memory_based_2d_locator
261 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
268 x_iterator const& x() const { return _p.base(); } in x()
270 x_iterator& x() { return _p.base(); } in x()
274x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/gil/
H A Dlocator.hpp123 typedef XIterator x_iterator; typedef in boost::gil::pixel_2d_locator_base
128 typedef typename std::iterator_traits<x_iterator>::value_type value_type;
129 …typedef typename std::iterator_traits<x_iterator>::reference reference; // result of der…
144x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
185 typedef typename Loc::x_iterator iterator;
251 typedef typename parent_t::x_iterator x_iterator; typedef in boost::gil::memory_based_2d_locator
270 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
276 x_iterator const& x() const { return _p.base(); } in x()
278 x_iterator& x() { return _p.base(); } in x()
282x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Dlocator.hpp112 using x_iterator = XIterator; typedef in boost::gil::pixel_2d_locator_base
117 using value_type = typename std::iterator_traits<x_iterator>::value_type;
118 …using reference = typename std::iterator_traits<x_iterator>::reference; // result of dereferenc…
134x_iterator x_at(x_coord_t dx, y_coord_t dy) const { Loc tmp=concrete(); tmp+=point_t(dx,dy… in x_at()
175 using iterator = typename Loc::x_iterator;
241 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::memory_based_2d_locator
261 memory_based_2d_locator(x_iterator xit, std::ptrdiff_t row_bytes) : _p(xit,row_bytes) {} in memory_based_2d_locator()
268 x_iterator const& x() const { return _p.base(); } in x()
270 x_iterator& x() { return _p.base(); } in x()
274x_iterator x_at (x_coord_t dx, y_coord_t dy) const { return memunit_advanced(x(), offset(dx,… in x_at()
[all …]
H A Dvirtual_locator.hpp54 using x_iterator = typename parent_t::x_iterator; typedef in boost::gil::virtual_2d_locator
100 auto x() -> x_iterator& in x()
102 return *gil_reinterpret_cast<x_iterator*>(this); in x()
105 auto x() const -> x_iterator const& in x()
107 return *gil_reinterpret_cast_c<x_iterator const*>(this); in x()

12345678910>>...16