Home
last modified time | relevance | path

Searched defs:range (Results 1 – 25 of 8428) sorted by relevance

12345678910>>...338

/dports/devel/thrust/thrust-1.9.5/thrust/system/tbb/detail/
H A Dmerge.inl40 struct range struct
42 InputIterator1 first1, last1;
43 InputIterator2 first2, last2;
46 size_t grain_size;
48 range(InputIterator1 first1, InputIterator1 last1, function
58 range(range& r, ::tbb::split) argument
127 struct range struct
129 InputIterator1 keys_first1, keys_last1;
130 InputIterator2 keys_first2, keys_last2;
138 range(InputIterator1 keys_first1, InputIterator1 keys_last1, function
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/convert/detail/
H A Drange.hpp68 using this_type = range;
69 using base_type = range_base<T>;
72 using sentry_type = const_iterator;
74 range (T& r) : base_type(r.begin(), r.end()) {} in range() argument
86 using this_type = range;
87 using base_type = range_base<T*>;
89 using iterator = T*;
92 struct sentry_type
97 range (iterator b, iterator e =0) : base_type(b, e) {} in range() argument
108 range (T* b, T* e =0) : range<T*>(b, e) {} in range() function
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/convert/detail/
H A Drange.hpp68 using this_type = range;
69 using base_type = range_base<T>;
72 using sentry_type = const_iterator;
74 range (T& r) : base_type(r.begin(), r.end()) {} in range() argument
86 using this_type = range;
87 using base_type = range_base<T*>;
89 using iterator = T*;
92 struct sentry_type
97 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
108 range (T* b, T* e =0) : range<T*>(b, e) {} in range() function
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/convert/detail/
H A Drange.hpp68 using this_type = range;
69 using base_type = range_base<T>;
72 using sentry_type = const_iterator;
74 range (T& r) : base_type(r.begin(), r.end()) {} in range() argument
86 using this_type = range;
87 using base_type = range_base<T*>;
89 using iterator = T*;
92 struct sentry_type
97 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
108 range (T* b, T* e =0) : range<T*>(b, e) {} in range() argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/convert/detail/
H A Drange.hpp75 range (T& r) : base_type(r.begin(), r.end()) {} in range() function
87 using this_type = range;
88 using base_type = range_base<T*>;
90 using iterator = T*;
91 using const_iterator = value_type const*;
93 struct sentry_type
98 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
107 struct range<T* const, void> : public range<T*> struct
109 range (T* b, T* e =0) : range<T*>(b, e) {} in range() argument
112 struct range<T [N], void> : public range<T*> struct
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/convert/detail/
H A Drange.hpp75 range (T& r) : base_type(r.begin(), r.end()) {} in range() function
87 using this_type = range;
88 using base_type = range_base<T*>;
90 using iterator = T*;
91 using const_iterator = value_type const*;
93 struct sentry_type
98 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
107 struct range<T* const, void> : public range<T*> struct
109 range (T* b, T* e =0) : range<T*>(b, e) {} in range() function
112 struct range<T [N], void> : public range<T*> struct
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/convert/
H A Dstream.hpp68 using buffer_type::pbase;
70 using buffer_type::epptr;
73 basic_stream() : stream_(std::ios_base::in | std::ios_base::out) {}
75 basic_stream(this_type&& other) : stream_(std::move(other.stream_)) {} in range()
78 BOOST_CNV_STRING_ENABLE(type const& v, optional<string_type>& s) const { to_str(v, s); } in end()
85 template<typename manipulator>
90 …BOOST_CNV_PARAM(locale, std::locale const) { return (stream_.imbue(arg[cnv::parameter::locale]), *…
98 uppercase ? (void) stream_.setf(std::ios::uppercase) : stream_.unsetf(std::ios::uppercase); in operator !=()
104 skipws ? (void) stream_.setf(std::ios::skipws) : stream_.unsetf(std::ios::skipws); in end()
109 cnv::adjust adjust = arg[cnv::parameter::adjust]; in range()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/convert/detail/
H A Drange.hpp75 range (T& r) : base_type(r.begin(), r.end()) {} in range() function
87 using this_type = range;
88 using base_type = range_base<T*>;
90 using iterator = T*;
91 using const_iterator = value_type const*;
93 struct sentry_type
98 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
107 struct range<T* const, void> : public range<T*> struct
109 range (T* b, T* e =0) : range<T*>(b, e) {} in range() function
112 struct range<T [N], void> : public range<T*> struct
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/convert/detail/
H A Drange.hpp75 range (T& r) : base_type(r.begin(), r.end()) {} in range() argument
86 typedef range this_type;
87 typedef range_base<T*> base_type;
88 typedef typename remove_const<T>::type value_type;
89 typedef T* iterator;
92 struct sentry_type
97 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
106 struct range<T* const, void> : public range<T*> struct
108 range (T* b, T* e =0) : range<T*>(b, e) {} in range() function
111 struct range<T [N], void> : public range<T*> struct
[all …]
/dports/graphics/embree/embree-3.13.2/common/math/
H A Drange.h12 struct range struct
14 __forceinline range() {} in range() argument
16 __forceinline range(const Ty& begin) in range() argument
19 __forceinline range(const Ty& begin, const Ty& end) in range() function
22 __forceinline range(const range& other) in range() argument
26 __forceinline range(const range<T1>& other) in range() argument
44 __forceinline range intersect(const range& r) const { in intersect() argument
60 __forceinline std::pair<range,range> split() const in split() argument
66 __forceinline void split(range& left_o, range& right_o) const in split() argument
85 range<Ty> make_range(const Ty& begin, const Ty& end) { in make_range() argument
/dports/lang/swi-pl/swipl-8.2.3/packages/swipl-win/
H A DParenMatching.h52 struct LQUTYSHARED_EXPORT range { struct
55 range(int beg = -1, int end = -1) : beg(beg), end(end) {} in beg() argument
58range(int position, int removed, int added) : beg(position), end(position - removed + added) { } in range() argument
65 bool operator==(const range &r) const { return r.end == end && r.beg == beg; } argument
69 /** apply range selection to cursor */ argument
76 /** apply range formatting to cursor */ argument
103 /** utility: fetch text in range from a text document */ argument
/dports/devel/boost-docs/boost_1_72_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() function
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() function
124 struct range struct
128 range() { /* allow const objects */ } in range() function
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() function
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() argument
124 struct range struct
128 range() { /* allow const objects */ } in range() function
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() argument
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() function
124 struct range struct
128 range() { /* allow const objects */ } in range() argument
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() argument
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() function
124 struct range struct
128 range() { /* allow const objects */ } in range() argument
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() function
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() function
124 struct range struct
128 range() { /* allow const objects */ } in range() function
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() argument
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() argument
124 struct range struct
128 range() { /* allow const objects */ } in range() function
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() function
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() function
124 struct range struct
128 range() { /* allow const objects */ } in range() argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() function
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() argument
124 struct range struct
128 range() { /* allow const objects */ } in range() argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/range/test/
H A Dadl_conformance.cpp70 struct range struct
72 typedef adl_types iterator;
74 range() { /* allow const objects */ } in range() argument
75 iterator begin() { return unused; } in begin()
76 iterator begin() const { return unused; } in begin()
101 struct range struct
103 typedef adl_types iterator;
105 range() { /* allow const objects */ } in range() function
124 struct range struct
128 range() { /* allow const objects */ } in range() argument
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/slint/src/cpp/
H A DSLintVisitor.cpp78 auto range = preCheck(e); in visit() local
91 auto range = preCheck(e); in visit() local
104 auto range = preCheck(e); in visit() local
114 auto range = preCheck(e); in visit() local
123 auto range = preCheck(e); in visit() local
131 auto range = preCheck(e); in visit() local
150 auto range = preCheck(e); in visit() local
159 auto range = preCheck(e); in visit() local
168 auto range = preCheck(e); in visit() local
181 auto range = preCheck(e); in visit() local
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/constructor/
H A Dconstructor_query_test.cpp62 auto range = t.get_constructors(); variable
95 auto range = t.get_constructors(filter_item::instance_item | filter_item::public_access); variable
121 auto range = t.get_constructors(filter_item::static_item | filter_item::public_access); variable
147 auto range = t.get_constructors(filter_item::instance_item | filter_item::static_item | variable
160 auto range = t.get_constructors(filter_item::instance_item | filter_item::static_item | variable
175 auto range = t.get_constructors(filter_item::instance_item | filter_item::static_item | variable
191 auto range = t.get_constructors(filter_item::instance_item | filter_item::public_access | variable
204 auto range = t.get_constructors(filter_item::static_item | filter_item::public_access | variable
247 auto range = t.get_constructors(filter_item::instance_item | filter_item::static_item | variable
260 auto range = t.get_constructors(filter_item::instance_item | filter_item::static_item | variable
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/convert/detail/
H A Drange.hpp72 typedef range this_type;
73 typedef range_base<T> base_type;
75 range (T& r) : base_type(r.begin(), r.end()) {} in range() function
81 typedef range this_type;
82 typedef range_base<T*> base_type;
88 struct sentry_type
93 range (iterator b, iterator e =0) : base_type(b, e) {} in range() argument
101 struct range<T* const, void> : public range<T*> struct
103 range (T* b, T* e =0) : range<T*>(b, e) {} in range() argument
106 struct range<T [N], void> : public range<T*> struct
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/convert/detail/
H A Drange.hpp72 typedef range this_type;
73 typedef range_base<T> base_type;
75 range (T& r) : base_type(r.begin(), r.end()) {} in range() function
81 typedef range this_type;
82 typedef range_base<T*> base_type;
88 struct sentry_type
93 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
101 struct range<T* const, void> : public range<T*> struct
103 range (T* b, T* e =0) : range<T*>(b, e) {} in range() function
106 struct range<T [N], void> : public range<T*> struct
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/convert/detail/
H A Drange.hpp72 typedef range this_type;
73 typedef range_base<T> base_type;
75 range (T& r) : base_type(r.begin(), r.end()) {} in range() argument
81 typedef range this_type;
82 typedef range_base<T*> base_type;
88 struct sentry_type
93 range (iterator b, iterator e =0) : base_type(b, e) {} in range() function
101 struct range<T* const, void> : public range<T*> struct
103 range (T* b, T* e =0) : range<T*>(b, e) {} in range() function
106 struct range<T [N], void> : public range<T*> struct
[all …]

12345678910>>...338