HomeSort by relevance Sort by last modified time
    Searched refs:_GLIBCXX_PARALLEL_ASSERT (Results 1 - 12 of 12) 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);

Completed in 2492 milliseconds