OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__rank
(Results
1 - 3
of
3
) 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);
quicksort.h
44
* @param __pivot_rank Desired
__rank
of the pivot.
Completed in 34 milliseconds