OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LoserTree
(Results
1 - 2
of
2
) 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
25
/** @file parallel/
losertree
.h
60
/** @brief Internal representation of a
LoserTree
element. */
67
/** @brief key of the element in the
LoserTree
. */
76
/** @brief
LoserTree
elements. */
83
* @brief State flag that determines whether the
LoserTree
is empty.
85
* Only used for building the
LoserTree
.
157
* @brief Stable
LoserTree
variant.
165
class
LoserTree
: public LoserTreeBase<T, Comparator>
173
LoserTree
(unsigned int _k, Comparator _comp)
246
* @brief Unstable
LoserTree
variant
[
all
...]
multiway_merge.h
47
#include <parallel/
losertree
.h>
513
* This merging variant uses a
LoserTree
class as selected by <tt>LT</tt>.
515
* Stability is selected through the used
LoserTree
class <tt>LT</tt>.
595
* Merging is done using the
LoserTree
class <tt>LT</tt>.
953
,
LoserTree
<stable, value_type, Comparator>
[
all
...]
Completed in 386 milliseconds