Home
last modified time | relevance | path

Searched refs:View (Results 1 – 25 of 8632) sorted by relevance

12345678910>>...346

/dports/math/gecode/gecode-0916a1a/gecode/int/branch/
H A Dmerit.hpp37 template<class View>
42 template<class View>
48 MeritMin<View>::operator ()(const Space&, View x, int) { in operator ()()
64 MeritMax<View>::operator ()(const Space&, View x, int) { in operator ()()
80 MeritSize<View>::operator ()(const Space&, View x, int) { in operator ()()
96 MeritDegreeSize<View>::operator ()(const Space&, View x, int) { in operator ()()
112 MeritAFCSize<View>::operator ()(const Space&, View x, int) { in operator ()()
139 MeritActionSize<View>::operator ()(const Space&, View x, int i) { in operator ()()
165 MeritCHBSize<View>::operator ()(const Space&, View x, int i) { in operator ()()
191 MeritRegretMin<View>::operator ()(const Space&, View x, int) { in operator ()()
[all …]
H A Dval-commit.hpp36 template<class View>
41 template<class View>
45 template<class View>
50 template<class View>
58 template<class View>
60 ValCommitEq<View>::print(const Space&, unsigned int a, View, int i, in print() argument
66 template<class View>
71 template<class View>
90 ValCommitLq<View>::print(const Space&, unsigned int a, View, int i, in print() argument
120 ValCommitGq<View>::print(const Space&, unsigned int a, View, int i, in print() argument
[all …]
H A Dngl.hpp36 template<class View>
38 EqNGL<View>::EqNGL(Space& home, View x, int n) in EqNGL()
40 template<class View>
44 template<class View>
49 template<class View>
57 template<class View>
64 template<class View>
66 NqNGL<View>::NqNGL(Space& home, View x, int n) in NqNGL()
68 template<class View>
94 LqNGL<View>::LqNGL(Space& home, View x, int n) in LqNGL()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/set/view/
H A Dcached.hpp38 template<class View>
44 CachedView<View>::CachedView(const View& y) in CachedView()
266 CachedView<View>::update(Space& home, CachedView<View>& y) { in update()
291 GlbRanges<View> gr(DerivedView<View>::base()); in cacheGlb()
298 LubRanges<View> lr(DerivedView<View>::base()); in cacheLub()
319 class LubRanges<CachedView<View> > : public LubRanges<View> {
339 LubRanges<CachedView<View> >::init(const CachedView<View>& s) { in init()
348 class GlbRanges<CachedView<View> > : public GlbRanges<View> {
368 GlbRanges<CachedView<View> >::init(const CachedView<View> & s) { in init()
393 GlbDiffRanges<View>::GlbDiffRanges(const CachedView<View>& x) in GlbDiffRanges()
[all …]
H A Dcomplement.hpp42 template<class View>
46 template<class View>
48 ComplementView<View>::ComplementView(View& y) in ComplementView()
51 template<class View>
63 template<class View>
73 template<class View>
79 template<class View>
85 template<class View>
91 template<class View>
95 template<class View>
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/view-val-graph/
H A Dnode.hpp41 template<class View>
46 template<class View>
51 template<class View>
56 template<class View>
59 template<class View>
80 ValNode<View>::ValNode(int v, ValNode<View>* n) in ValNode()
89 ValNode<View>::matching(Edge<View>* m) { in matching()
109 ValNode<View>::next_val(ValNode<View>* n) { in next_val()
126 ViewNode<View>::ViewNode(View x) in ViewNode()
144 forceinline View
[all …]
H A Dedge.hpp36 template<class View>
38 Edge<View>::Edge(ValNode<View>* s, ViewNode<View>* d) in Edge()
42 template<class View>
44 Edge<View>::Edge(ValNode<View>* s, ViewNode<View>* d, Edge<View>* n) in Edge()
49 template<class View>
51 Edge<View>::dst(Node<View>* s) const { in dst()
55 template<class View>
57 Edge<View>::revert(Node<View>* d) { in revert()
64 Edge<View>::view(ValNode<View>* n) const { in view()
69 Edge<View>::val(ViewNode<View>* x) const { in val()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/kernel/branch/
H A Dmerit.hpp49 typedef View_ View; typedef in Gecode::MeritBase
67 template<class View>
92 template<class View>
107 template<class View>
129 template<class View>
152 template<class View>
205 MeritFunction<View>::operator ()(const Space& home, View x, int i) { in operator ()()
234 MeritDegree<View>::operator ()(const Space&, View x, int) { in operator ()()
250 MeritAFC<View>::operator ()(const Space&, View x, int) { in operator ()()
279 MeritAction<View>::operator ()(const Space&, View, int i) { in operator ()() argument
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/arithmetic/
H A Dmax.hpp45 prop_max_bnd(Space& home, View x0, View x1, View x2) { in prop_max_bnd()
75 MaxBnd<View>::MaxBnd(Home home, View x0, View x1, View x2) in MaxBnd()
80 MaxBnd<View>::post(Home home, View x0, View x1, View x2) { in post()
101 View x0, View x1, View x2) in MaxBnd()
129 NaryMaxBnd<View>::NaryMaxBnd(Home home, ViewArray<View>& x, View y) in NaryMaxBnd()
134 NaryMaxBnd<View>::post(Home home, ViewArray<View>& x, View y) { in post()
237 MaxDom<View>::MaxDom(Home home, View x0, View x1, View x2) in MaxDom()
242 MaxDom<View>::post(Home home, View x0, View x1, View x2) { in post()
263 View x0, View x1, View x2) in MaxDom()
313 NaryMaxDom<View>::NaryMaxDom(Home home, ViewArray<View>& x, View y) in NaryMaxDom()
[all …]
/dports/math/gecode/gecode-0916a1a/gecode/int/view/
H A Dcached.hpp44 template<class View>
47 template<class View>
49 CachedView<View>::CachedView(const View& y) in CachedView()
58 template<class View>
63 template<class View>
68 template<class View>
73 template<class View>
281 CachedView<View>::update(Space& home, CachedView<View>& y) { in update()
372 ViewRanges<CachedView<View> >::init(const CachedView<View>& x) { in init()
382 ViewDiffRanges<View>::ViewDiffRanges(const CachedView<View>& x) in ViewDiffRanges()
[all …]
/dports/multimedia/zoneminder/zoneminder-1.36.5/web/api/lib/Cake/Test/Case/View/
H A DViewTest.php825 $View = new View($Controller);
907 $View = new View($this->PostsController);
931 $View = new View($this->PostsController);
957 $View = new View($this->PostsController);
972 $View = new View($this->PostsController);
985 $View = new View($this->PostsController);
1069 $View = new View($this->PostsController);
1083 $View = new View($this->PostsController);
1202 $View = new View($Controller);
1246 $View = new View($this->PostsController);
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/concepts/
H A Dimage_view.hpp101 template <typename View>
178 View view;
219 template <typename View>
265 View view;
303 View view1;
304 View view2;
327 View view;
355 View view;
388 View view;
429 View view;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/concepts/
H A Dimage_view.hpp101 template <typename View>
178 View view;
219 template <typename View>
265 View view;
303 View view1;
304 View view2;
327 View view;
355 View view;
388 View view;
429 View view;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/concepts/
H A Dimage_view.hpp102 template <typename View>
179 View view;
220 template <typename View>
266 View view;
304 View view1;
305 View view2;
328 View view;
356 View view;
389 View view;
430 View view;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/concepts/
H A Dimage_view.hpp102 template <typename View>
179 View view;
220 template <typename View>
266 View view;
304 View view1;
305 View view2;
328 View view;
356 View view;
389 View view;
430 View view;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/concepts/
H A Dimage_view.hpp102 template <typename View>
179 View view;
220 template <typename View>
266 View view;
304 View view1;
305 View view2;
328 View view;
356 View view;
389 View view;
430 View view;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/gil/concepts/
H A Dimage_view.hpp101 template <typename View>
178 View view;
219 template <typename View>
265 View view;
303 View view1;
304 View view2;
327 View view;
355 View view;
388 View view;
429 View view;
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Dimage_view_factory.hpp44 template <typename View>
50 template <typename View>
82 template <typename View> struct channel_pointer_type_impl<View, true> {
85 template <typename View> struct channel_pointer_type_impl<View, false> {
187 template <typename View>
255 View const& src, in subimage_view()
264 inline View subimage_view(View const& src, in subimage_view()
280 auto subsampled_view(View const& src, typename View::coord_t x_step, typename View::coord_t y_step) in subsampled_view()
387 template <typename View> struct __nth_channel_view<View,false> {
409 using VB = detail::__nth_channel_view<View,view_is_basic<View>::value>;
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Dimage_view_factory.hpp44 template <typename View>
50 template <typename View>
82 template <typename View> struct channel_pointer_type_impl<View, true> {
85 template <typename View> struct channel_pointer_type_impl<View, false> {
187 template <typename View>
255 View const& src, in subimage_view()
264 inline View subimage_view(View const& src, in subimage_view()
280 auto subsampled_view(View const& src, typename View::coord_t x_step, typename View::coord_t y_step) in subsampled_view()
387 template <typename View> struct __nth_channel_view<View,false> {
409 using VB = detail::__nth_channel_view<View,view_is_basic<View>::value>;
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dimage_view_factory.hpp44 template <typename View>
50 template <typename View>
82 template <typename View> struct channel_pointer_type_impl<View, true> {
85 template <typename View> struct channel_pointer_type_impl<View, false> {
187 template <typename View>
255 View const& src, in subimage_view()
264 inline View subimage_view(View const& src, in subimage_view()
280 auto subsampled_view(View const& src, typename View::coord_t x_step, typename View::coord_t y_step) in subsampled_view()
387 template <typename View> struct __nth_channel_view<View,false> {
409 using VB = detail::__nth_channel_view<View,view_is_basic<View>::value>;
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Dimage_view_factory.hpp44 template <typename View>
50 template <typename View>
82 template <typename View> struct channel_pointer_type_impl<View, true> {
85 template <typename View> struct channel_pointer_type_impl<View, false> {
187 template <typename View>
255 View const& src, in subimage_view()
264 inline View subimage_view(View const& src, in subimage_view()
280 auto subsampled_view(View const& src, typename View::coord_t x_step, typename View::coord_t y_step) in subsampled_view()
387 template <typename View> struct __nth_channel_view<View,false> {
409 using VB = detail::__nth_channel_view<View,view_is_basic<View>::value>;
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Dimage_view_factory.hpp44 template <typename View>
50 template <typename View>
82 template <typename View> struct channel_pointer_type_impl<View, true> {
85 template <typename View> struct channel_pointer_type_impl<View, false> {
187 template <typename View>
255 View const& src, in subimage_view()
264 inline View subimage_view(View const& src, in subimage_view()
280 auto subsampled_view(View const& src, typename View::coord_t x_step, typename View::coord_t y_step) in subsampled_view()
387 template <typename View> struct __nth_channel_view<View,false> {
409 using VB = detail::__nth_channel_view<View,view_is_basic<View>::value>;
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/
H A Dimage_view_factory.hpp44 template <typename View>
50 template <typename View>
82 template <typename View> struct channel_pointer_type_impl<View, true> {
85 template <typename View> struct channel_pointer_type_impl<View, false> {
187 template <typename View>
255 View const& src, in subimage_view()
264 inline View subimage_view(View const& src, in subimage_view()
280 auto subsampled_view(View const& src, typename View::coord_t x_step, typename View::coord_t y_step) in subsampled_view()
387 template <typename View> struct __nth_channel_view<View,false> {
409 using VB = detail::__nth_channel_view<View,view_is_basic<View>::value>;
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dimage_view_factory.hpp51 template <typename View>
56 template <typename View>
87 template <typename View> struct channel_pointer_type_impl<View, true> {
90 template <typename View> struct channel_pointer_type_impl<View, false> {
259 inline View subimage_view(const View& src, const typename View::point_t& topleft, const typename Vi… in subimage_view()
275 …e typename dynamic_xy_step_type<View>::type subsampled_view(const View& src, typename View::coord_… in subsampled_view()
284 inline typename dynamic_xy_step_type<View>::type subsampled_view(const View& src, const typename Vi… in subsampled_view()
323 template <typename View> struct __nth_channel_view<View,true> {
372 template <typename View> struct __nth_channel_view<View,false> {
394 typedef detail::__nth_channel_view<View,view_is_basic<View>::value> VB;
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dimage_view_factory.hpp51 template <typename View>
56 template <typename View>
87 template <typename View> struct channel_pointer_type_impl<View, true> {
90 template <typename View> struct channel_pointer_type_impl<View, false> {
192 template <typename View>
259 inline View subimage_view(const View& src, const typename View::point_t& topleft, const typename Vi… in subimage_view()
275 …e typename dynamic_xy_step_type<View>::type subsampled_view(const View& src, typename View::coord_… in subsampled_view()
284 inline typename dynamic_xy_step_type<View>::type subsampled_view(const View& src, const typename Vi… in subsampled_view()
323 template <typename View> struct __nth_channel_view<View,true> {
372 template <typename View> struct __nth_channel_view<View,false> {
[all …]

12345678910>>...346