Home | History | Annotate | Download | only in parallel

Lines Matching defs:difference_type

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;
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;
116 difference_type n = end - begin, pivot_rank;
130 difference_type split =
166 typedef typename traits_type::difference_type difference_type;
168 difference_type n = end - begin;