HomeSort by relevance Sort by last modified time
    Searched full:__rank (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
multiseq_selection.h 26 * @brief Functions to find elements of a certain global __rank in
104 * @brief Splits several sorted sequences at a certain global __rank,
112 * @param __rank The global rank to partition at.
123 _RankType __rank,
157 if (__rank == __nn)
167 _GLIBCXX_PARALLEL_ASSERT(__rank >= 0);
168 _GLIBCXX_PARALLEL_ASSERT(__rank < __nn);
215 _DifferenceType __localrank = __rank / __l;
269 _DifferenceType __skew = __rank / (__n + 1) - __leftsize;
372 * @brief Selects the element at a certain global __rank from severa
    [all...]
set_operations.h 397 const _DifferenceType __rank = __borders[__iam + 1]; local
400 __rank, __offset, __op._M_comp);
quicksort.h 44 * @param __pivot_rank Desired __rank of the pivot.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
multiseq_selection.h 26 * @brief Functions to find elements of a certain global __rank in
104 * @brief Splits several sorted sequences at a certain global __rank,
112 * @param __rank The global rank to partition at.
123 _RankType __rank,
157 if (__rank == __nn)
167 _GLIBCXX_PARALLEL_ASSERT(__rank >= 0);
168 _GLIBCXX_PARALLEL_ASSERT(__rank < __nn);
215 _DifferenceType __localrank = __rank / __l;
269 _DifferenceType __skew = __rank / (__n + 1) - __leftsize;
372 * @brief Selects the element at a certain global __rank from severa
    [all...]
set_operations.h 397 const _DifferenceType __rank = __borders[__iam + 1]; local
400 __rank, __offset, __op._M_comp);
quicksort.h 44 * @param __pivot_rank Desired __rank of the pivot.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
multiseq_selection.h 26 * @brief Functions to find elements of a certain global __rank in
104 * @brief Splits several sorted sequences at a certain global __rank,
112 * @param __rank The global rank to partition at.
123 _RankType __rank,
157 if (__rank == __nn)
167 _GLIBCXX_PARALLEL_ASSERT(__rank >= 0);
168 _GLIBCXX_PARALLEL_ASSERT(__rank < __nn);
215 _DifferenceType __localrank = __rank / __l;
269 _DifferenceType __skew = __rank / (__n + 1) - __leftsize;
372 * @brief Selects the element at a certain global __rank from severa
    [all...]
set_operations.h 397 const _DifferenceType __rank = __borders[__iam + 1]; local
400 __rank, __offset, __op._M_comp);
quicksort.h 44 * @param __pivot_rank Desired __rank of the pivot.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
multiseq_selection.h 26 * @brief Functions to find elements of a certain global __rank in
104 * @brief Splits several sorted sequences at a certain global __rank,
112 * @param __rank The global rank to partition at.
123 _RankType __rank,
157 if (__rank == __nn)
167 _GLIBCXX_PARALLEL_ASSERT(__rank >= 0);
168 _GLIBCXX_PARALLEL_ASSERT(__rank < __nn);
215 _DifferenceType __localrank = __rank / __l;
269 _DifferenceType __skew = __rank / (__n + 1) - __leftsize;
372 * @brief Selects the element at a certain global __rank from severa
    [all...]
set_operations.h 397 const _DifferenceType __rank = __borders[__iam + 1]; local
400 __rank, __offset, __op._M_comp);
quicksort.h 44 * @param __pivot_rank Desired __rank of the pivot.

Completed in 260 milliseconds