HomeSort by relevance Sort by last modified time
    Searched defs:difference_type (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
sort.h 202 typedef typename traits_type::difference_type difference_type; typedef
omp_loop.h 73 difference_type bound)
76 std::iterator_traits<RandomAccessIterator>::difference_type
77 difference_type; typedef
79 difference_type length = end - begin;
81 __gnu_parallel::min<difference_type>(get_max_threads(), length);
99 for (difference_type pos = 0; pos < length; ++pos)
omp_loop_static.h 73 difference_type bound)
76 std::iterator_traits<RandomAccessIterator>::difference_type
77 difference_type; typedef
79 difference_type length = end - begin;
81 std::min<difference_type>(get_max_threads(), length);
99 for (difference_type pos = 0; pos < length; ++pos)
multiseq_selection.h 135 typedef typename std::iterator_traits<It>::difference_type
136 difference_type; typedef
144 difference_type m = std::distance(begin_seqs, end_seqs), N = 0,
167 difference_type* ns = new difference_type[m];
168 difference_type* a = new difference_type[m];
169 difference_type* b = new difference_type[m];
170 difference_type l
    [all...]
par_loop.h 74 difference_type bound)
77 typedef typename traits_type::difference_type difference_type; typedef
78 const difference_type length = end - begin;
83 __gnu_parallel::min<difference_type>(get_max_threads(), length);
100 difference_type
partial_sum.h 93 <InputIterator>::difference_type n)
97 typedef typename traits_type::difference_type difference_type; typedef
103 std::min<difference_type>(get_max_threads(), n - 1);
112 difference_type* borders;
123 borders = new difference_type[num_threads + 2];
129 difference_type chunk_length =
203 typedef typename traits_type::difference_type difference_type; typedef
205 difference_type n = end - begin
    [all...]
quicksort.h 50 typename std::iterator_traits<RandomAccessIterator>::difference_type
54 <RandomAccessIterator>::difference_type pivot_rank,
56 <RandomAccessIterator>::difference_type
61 typedef typename traits_type::difference_type difference_type; typedef
63 difference_type n = end - begin;
71 for (difference_type s = 0; s < num_samples; ++s)
84 difference_type split =
108 typedef typename traits_type::difference_type difference_type; typedef
166 typedef typename traits_type::difference_type difference_type; typedef
    [all...]
merge.h 63 typedef _DifferenceTp difference_type; typedef
113 typedef _DifferenceTp difference_type; typedef
206 difference_type max_length, Comparator comp)
234 difference_type max_length, Comparator comp)
239 difference_type difference_type1 /* == difference_type2 */;
241 difference_type difference_type3;
  /external/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_raw_storage_iter.h 49 typedef void difference_type; typedef in class:raw_storage_iterator
_ostreambuf_iterator.h 52 typedef void difference_type; typedef in class:ostreambuf_iterator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator_base_types.h 111 typedef _Distance difference_type; typedef in struct:iterator
129 typedef typename _Iterator::difference_type difference_type; typedef in struct:iterator_traits
139 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
149 typedef ptrdiff_t difference_type; typedef in struct:iterator_traits
allocator.h 68 typedef ptrdiff_t difference_type; typedef in class:allocator
90 typedef ptrdiff_t difference_type; typedef in class:allocator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_sequence.h 65 typedef typename std::iterator_traits<_Iterator>::difference_type
66 difference_type; typedef in class:__gnu_debug::_After_nth_from
69 difference_type _M_n;
72 _After_nth_from(const difference_type& __n, const _Iterator& __base)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
child_iterator.hpp 45 typedef typename Allocator::difference_type difference_type; typedef in struct:iterator
const_child_iterator.hpp 46 typedef typename Allocator::difference_type difference_type; typedef in struct:const_iterator
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/unordered_iterator/
const_iterator.hpp 54 typedef typename Allocator::difference_type difference_type; typedef in class:const_iterator_
const_point_iterator.hpp 54 typedef trivial_iterator_difference_type difference_type; typedef in class:const_point_iterator_
point_iterator.hpp 52 typedef trivial_iterator_difference_type difference_type; typedef in class:point_iterator_