HomeSort by relevance Sort by last modified time
    Searched refs:_GLIBCXX_PARALLEL_ASSERT (Results 1 - 23 of 23) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
losertree.h 219 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
316 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
440 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
520 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
596 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
662 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
672 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
727 _GLIBCXX_PARALLEL_ASSERT(losers[right].source == -1);
752 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1);
762 _GLIBCXX_PARALLEL_ASSERT(losers[0].source != -1)
    [all...]
balanced_quicksort.h 103 _GLIBCXX_PARALLEL_ASSERT(num_threads > 0);
117 _GLIBCXX_PARALLEL_ASSERT(
145 _GLIBCXX_PARALLEL_ASSERT(comp(*r, *pivot_pos));
147 _GLIBCXX_PARALLEL_ASSERT(!comp(*r, *pivot_pos));
189 _GLIBCXX_PARALLEL_ASSERT(0 <= split_pos && split_pos < (end - begin));
291 _GLIBCXX_PARALLEL_ASSERT(begin <= split_pos1 && split_pos1 < end);
394 _GLIBCXX_PARALLEL_ASSERT(omp_get_wtime()
401 _GLIBCXX_PARALLEL_ASSERT(*tl.elements_leftover == 0);
468 _GLIBCXX_PARALLEL_ASSERT(!tls[i]->leftover_parts.pop_back(dummy));
compatibility.h 142 _GLIBCXX_PARALLEL_ASSERT(false); //not available in this case
192 _GLIBCXX_PARALLEL_ASSERT(false);
284 _GLIBCXX_PARALLEL_ASSERT(false); //not available in this case
334 _GLIBCXX_PARALLEL_ASSERT(false);
sort.h 139 _GLIBCXX_PARALLEL_ASSERT(stable == false);
159 _GLIBCXX_PARALLEL_ASSERT(stable == false);
partition.h 232 _GLIBCXX_PARALLEL_ASSERT(swapstart != -1);
257 _GLIBCXX_PARALLEL_ASSERT(swapstart != -1);
270 _GLIBCXX_PARALLEL_ASSERT(reserved_left[r]);
272 _GLIBCXX_PARALLEL_ASSERT(reserved_right[r]);
queue.h 91 _GLIBCXX_PARALLEL_ASSERT(((former_front + 1) - former_back)
multiseq_selection.h 150 _GLIBCXX_PARALLEL_ASSERT(
162 _GLIBCXX_PARALLEL_ASSERT(m != 0);
163 _GLIBCXX_PARALLEL_ASSERT(N != 0);
164 _GLIBCXX_PARALLEL_ASSERT(rank >= 0);
165 _GLIBCXX_PARALLEL_ASSERT(rank < N);
merge.h 120 _GLIBCXX_PARALLEL_ASSERT(max_length >= 0);
partial_sum.h 214 _GLIBCXX_PARALLEL_ASSERT(0);
multiway_merge.h 364 _GLIBCXX_PARALLEL_ASSERT(
641 _GLIBCXX_PARALLEL_ASSERT(seqs_begin[t].first != seqs_begin[t].second);
661 _GLIBCXX_PARALLEL_ASSERT(0 <= source && source < k);
662 _GLIBCXX_PARALLEL_ASSERT(i == 0
739 _GLIBCXX_PARALLEL_ASSERT(target_end == target + length);
740 _GLIBCXX_PARALLEL_ASSERT(is_sorted(target, target_end, comp));
    [all...]
base.h 467 #define _GLIBCXX_PARALLEL_ASSERT(_Condition) __glibcxx_assert(_Condition)
find.h 75 _GLIBCXX_PARALLEL_ASSERT(false);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
balanced_quicksort.h 103 _GLIBCXX_PARALLEL_ASSERT(__num_threads > 0);
117 _GLIBCXX_PARALLEL_ASSERT((!__comp(*__pivot_pos, *__begin)
153 _GLIBCXX_PARALLEL_ASSERT(__comp(*__r, *__pivot_pos));
155 _GLIBCXX_PARALLEL_ASSERT(!__comp(*__r, *__pivot_pos));
198 _GLIBCXX_PARALLEL_ASSERT(0 <= __split_pos &&
301 _GLIBCXX_PARALLEL_ASSERT(__begin <= __split_pos1
406 _GLIBCXX_PARALLEL_ASSERT(omp_get_wtime()
413 _GLIBCXX_PARALLEL_ASSERT(*__tl._M_elements_leftover == 0);
482 _GLIBCXX_PARALLEL_ASSERT(
losertree.h 227 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
329 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
456 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
538 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
625 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
693 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
705 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
761 _GLIBCXX_PARALLEL_ASSERT(_M_losers[__right]._M_source == -1);
788 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1);
800 _GLIBCXX_PARALLEL_ASSERT(_M_losers[0]._M_source != -1)
    [all...]
sort.h 145 _GLIBCXX_PARALLEL_ASSERT(__stable == false);
166 _GLIBCXX_PARALLEL_ASSERT(__stable == false);
partition.h 238 _GLIBCXX_PARALLEL_ASSERT(__swapstart != -1);
261 _GLIBCXX_PARALLEL_ASSERT(__swapstart != -1);
274 _GLIBCXX_PARALLEL_ASSERT(__reserved_left[__r] == 1);
276 _GLIBCXX_PARALLEL_ASSERT(__reserved_right[__r] == 1);
queue.h 91 _GLIBCXX_PARALLEL_ASSERT(((__former_front + 1) - __former_back)
multiseq_selection.h 152 _GLIBCXX_PARALLEL_ASSERT(
165 _GLIBCXX_PARALLEL_ASSERT(__m != 0);
166 _GLIBCXX_PARALLEL_ASSERT(__nn != 0);
167 _GLIBCXX_PARALLEL_ASSERT(__rank >= 0);
168 _GLIBCXX_PARALLEL_ASSERT(__rank < __nn);
merge.h 117 _GLIBCXX_PARALLEL_ASSERT(__max_length >= 0);
partial_sum.h 224 _GLIBCXX_PARALLEL_ASSERT(0);
multiway_merge.h 314 _GLIBCXX_PARALLEL_ASSERT(
601 _GLIBCXX_PARALLEL_ASSERT(__seqs_begin[__t].first
622 _GLIBCXX_PARALLEL_ASSERT(0 <= __source && __source < __k);
623 _GLIBCXX_PARALLEL_ASSERT(__i == 0
694 _GLIBCXX_PARALLEL_ASSERT(__target_end == __target + __length);
695 _GLIBCXX_PARALLEL_ASSERT(__is_sorted(__target, __target_end, __comp));
942 _GLIBCXX_PARALLEL_ASSERT(__is_sorted((*__s).first,
    [all...]
base.h 422 #define _GLIBCXX_PARALLEL_ASSERT(_Condition) __glibcxx_assert(_Condition)
find.h 75 _GLIBCXX_PARALLEL_ASSERT(false);

Completed in 90 milliseconds