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

  /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);

Completed in 24 milliseconds