Home
last modified time | relevance | path

Searched defs:last (Results 226 – 250 of 38295) sorted by relevance

12345678910>>...1532

/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/compute/algorithm/
H A Dsort.hpp36 buffer_iterator<T> last, in dispatch_gpu_sort()
59 buffer_iterator<T> last, in dispatch_gpu_sort()
85 Iterator last, in dispatch_gpu_sort()
110 Iterator last, in dispatch_sort()
127 Iterator last, in dispatch_sort()
184 Iterator last, in sort()
194 Iterator last, in sort()
/dports/devel/R-cran-BH/BH/inst/include/boost/compute/algorithm/
H A Dsort.hpp36 buffer_iterator<T> last, in dispatch_gpu_sort()
59 buffer_iterator<T> last, in dispatch_gpu_sort()
85 Iterator last, in dispatch_gpu_sort()
110 Iterator last, in dispatch_sort()
127 Iterator last, in dispatch_sort()
184 Iterator last, in sort()
194 Iterator last, in sort()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/algorithm/cxx11/
H A Dis_sorted.hpp58 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
73 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
85 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
163 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
196 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
228 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
259 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/compute/algorithm/
H A Dsort.hpp36 buffer_iterator<T> last, in dispatch_gpu_sort()
59 buffer_iterator<T> last, in dispatch_gpu_sort()
85 Iterator last, in dispatch_gpu_sort()
110 Iterator last, in dispatch_sort()
127 Iterator last, in dispatch_sort()
184 Iterator last, in sort()
194 Iterator last, in sort()
/dports/databases/xtrabackup/boost_1_59_0/boost/algorithm/cxx11/
H A Dis_sorted.hpp58 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
73 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
85 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
163 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
196 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
228 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
259 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/databases/percona57-server/boost_1_59_0/boost/algorithm/cxx11/
H A Dis_sorted.hpp58 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
73 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
85 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
163 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
196 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
228 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
259 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/databases/percona57-client/boost_1_59_0/boost/algorithm/cxx11/
H A Dis_sorted.hpp58 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
73 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
85 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
163 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
196 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
228 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
259 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/compute/algorithm/
H A Dsort.hpp36 buffer_iterator<T> last, in dispatch_gpu_sort()
59 buffer_iterator<T> last, in dispatch_gpu_sort()
85 Iterator last, in dispatch_gpu_sort()
110 Iterator last, in dispatch_sort()
127 Iterator last, in dispatch_sort()
182 Iterator last, in sort()
192 Iterator last, in sort()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/algorithm/cxx11/
H A Dis_sorted.hpp57 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
72 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
84 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
162 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
195 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
227 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
258 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/devel/eastl/EASTL-3.13.06/include/EASTL/
H A Dnumeric.h33 T accumulate(InputIterator first, InputIterator last, T init) in accumulate()
52 T accumulate(InputIterator first, InputIterator last, T init, BinaryOperation binary_op) in accumulate()
71 void iota(ForwardIterator first, ForwardIterator last, T value) in iota()
130 OutputIterator partial_sum(InputIterator first, InputIterator last, OutputIterator result) in partial_sum()
157 …OutputIterator partial_sum(InputIterator first, InputIterator last, OutputIterator result, BinaryO… in partial_sum()
184 OutputIterator adjacent_difference(InputIterator first, InputIterator last, OutputIterator result) in adjacent_difference()
213 …OutputIterator adjacent_difference(InputIterator first, InputIterator last, OutputIterator result,… in adjacent_difference()
/dports/devel/boost-libs/boost_1_72_0/boost/compute/algorithm/
H A Dsort.hpp36 buffer_iterator<T> last, in dispatch_gpu_sort()
59 buffer_iterator<T> last, in dispatch_gpu_sort()
85 Iterator last, in dispatch_gpu_sort()
110 Iterator last, in dispatch_sort()
127 Iterator last, in dispatch_sort()
184 Iterator last, in sort()
194 Iterator last, in sort()
/dports/devel/boost-python-libs/boost_1_72_0/boost/compute/algorithm/
H A Dsort.hpp36 buffer_iterator<T> last, in dispatch_gpu_sort()
59 buffer_iterator<T> last, in dispatch_gpu_sort()
85 Iterator last, in dispatch_gpu_sort()
110 Iterator last, in dispatch_sort()
127 Iterator last, in dispatch_sort()
184 Iterator last, in sort()
194 Iterator last, in sort()
/dports/math/cgal/CGAL-5.3/include/CGAL/Convex_hull_2/
H A Dch_selected_extreme_points_2_impl.h27 ch_nswe_point( ForwardIterator first, ForwardIterator last, in ch_nswe_point()
52 ch_we_point( ForwardIterator first, ForwardIterator last, in ch_we_point()
70 ch_ns_point( ForwardIterator first, ForwardIterator last, in ch_ns_point()
88 ch_n_point( ForwardIterator first, ForwardIterator last, in ch_n_point()
104 ch_s_point( ForwardIterator first, ForwardIterator last, in ch_s_point()
120 ch_e_point( ForwardIterator first, ForwardIterator last, in ch_e_point()
136 ch_w_point( ForwardIterator first, ForwardIterator last, in ch_w_point()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/algorithm/cxx11/
H A Dis_sorted.hpp58 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
73 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
85 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
163 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
196 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
228 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
259 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/algorithm/cxx11/
H A Dis_sorted.hpp58 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
73 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
85 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
163 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
196 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
228 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
259 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/devel/boost-docs/boost_1_72_0/boost/compute/algorithm/
H A Dsort.hpp36 buffer_iterator<T> last, in dispatch_gpu_sort()
59 buffer_iterator<T> last, in dispatch_gpu_sort()
85 Iterator last, in dispatch_gpu_sort()
110 Iterator last, in dispatch_sort()
127 Iterator last, in dispatch_sort()
184 Iterator last, in sort()
194 Iterator last, in sort()
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/algorithm/cxx11/
H A Dis_sorted.hpp57 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
72 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
84 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
162 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
195 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
227 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
258 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/algorithm/cxx11/
H A Dis_sorted.hpp58 ForwardIterator is_sorted_until ( ForwardIterator first, ForwardIterator last ) in is_sorted_until()
73 bool is_sorted ( ForwardIterator first, ForwardIterator last, Pred p ) in is_sorted()
85 bool is_sorted ( ForwardIterator first, ForwardIterator last ) in is_sorted()
163 bool is_increasing ( ForwardIterator first, ForwardIterator last ) in is_increasing()
196 bool is_decreasing ( ForwardIterator first, ForwardIterator last ) in is_decreasing()
228 bool is_strictly_increasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_increasing()
259 bool is_strictly_decreasing ( ForwardIterator first, ForwardIterator last ) in is_strictly_decreasing()
/dports/devel/thrust/thrust-1.9.5/thrust/system/detail/generic/
H A Dpartition.inl48 ForwardIterator last,
74 ForwardIterator last,
105 InputIterator last,
132 InputIterator1 last,
156 ForwardIterator last,
170 ForwardIterator last,
187 InputIterator last,
206 InputIterator1 last,
222 ForwardIterator last,
235 InputIterator last,
/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Doverlapped_copy.h35 InputIterator last, in sequential_copy()
50 BidirectionalIterator1 last, in sequential_copy_backward()
73 RandomAccessIterator1 last, in overlapped_copy()
99 RandomAccessIterator1 last, in overlapped_copy()
115 RandomAccessIterator1 last, in overlapped_copy()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/common/
H A Dis_sorted.h22 bool is_sorted_helper(ForwardIterator first, ForwardIterator last) in is_sorted_helper()
37 bool is_sorted_helper(ForwardIterator first, ForwardIterator last, in is_sorted_helper()
53 bool is_sorted(ForwardIterator first, ForwardIterator last) in is_sorted()
59 bool is_sorted(ForwardIterator first, ForwardIterator last, in is_sorted()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/sort/spreadsort/
H A Dspreadsort.hpp57 spreadsort(RandomAccessIter first, RandomAccessIter last) in spreadsort()
85 spreadsort(RandomAccessIter first, RandomAccessIter last) in spreadsort()
111 spreadsort(RandomAccessIter first, RandomAccessIter last) in spreadsort()
137 spreadsort(RandomAccessIter first, RandomAccessIter last) in spreadsort()
/dports/math/libsemigroups/libsemigroups-1.3.7/src/
H A Dwislo.cpp40 word_type&& last) { in cbegin_wislo()
50 word_type const& last) { in cbegin_wislo()
54 const_wislo_iterator cend_wislo(size_t n, word_type&&, word_type&& last) { in cend_wislo() argument
60 word_type const& last) { in cend_wislo()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/tinystl/
H A Dbuffer.h38 T* last; member
43 static inline void buffer_destroy_range_traits(T* first, T* last, pod_traits<T, false>) { in buffer_destroy_range_traits() argument
53 static inline void buffer_destroy_range(T* first, T* last) { in buffer_destroy_range()
58 static inline void buffer_fill_urange_traits(T* first, T* last, pod_traits<T, false>) { in buffer_fill_urange_traits() argument
64 static inline void buffer_fill_urange_traits(T* first, T* last, pod_traits<T, true>) { in buffer_fill_urange_traits() argument
111 static inline void buffer_move_urange(T* dest, T* first, T* last) { in buffer_move_urange()
116 static inline void buffer_bmove_urange(T* dest, T* first, T* last) { in buffer_bmove_urange()
121 static inline void buffer_fill_urange(T* first, T* last) { in buffer_fill_urange()
126 static inline void buffer_fill_urange(T* first, T* last, const T& value) { in buffer_fill_urange()
251 static inline T* buffer_erase(buffer<T, Alloc>* b, T* first, T* last) { in buffer_erase() argument
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/tinystl/
H A Dbuffer.h38 T* last; member
43 static inline void buffer_destroy_range_traits(T* first, T* last, pod_traits<T, false>) { in buffer_destroy_range_traits() argument
53 static inline void buffer_destroy_range(T* first, T* last) { in buffer_destroy_range()
58 static inline void buffer_fill_urange_traits(T* first, T* last, pod_traits<T, false>) { in buffer_fill_urange_traits() argument
64 static inline void buffer_fill_urange_traits(T* first, T* last, pod_traits<T, true>) { in buffer_fill_urange_traits() argument
111 static inline void buffer_move_urange(T* dest, T* first, T* last) { in buffer_move_urange()
116 static inline void buffer_bmove_urange(T* dest, T* first, T* last) { in buffer_bmove_urange()
121 static inline void buffer_fill_urange(T* first, T* last) { in buffer_fill_urange()
126 static inline void buffer_fill_urange(T* first, T* last, const T& value) { in buffer_fill_urange()
251 static inline T* buffer_erase(buffer<T, Alloc>* b, T* first, T* last) { in buffer_erase() argument
[all …]

12345678910>>...1532