|
libstdc++
|
Go to the source code of this file.
Namespaces | |
| __gnu_parallel | |
| __gnu_sequential | |
| std | |
| std::__parallel | |
Macros | |
| #define | _GLIBCXX_PARALLEL_ASSERT(_Condition) |
Functions | |
| template<typename Size > | |
| Size | __gnu_parallel::__log2 (Size n) |
| void | __gnu_parallel::decode2 (lcas_t x, int &a, int &b) |
| lcas_t | __gnu_parallel::encode2 (int a, int b) |
| int | __gnu_parallel::get_max_threads () |
| bool | __gnu_parallel::is_parallel (const _Parallelism __p) |
| template<typename T > | |
| const T & | __gnu_parallel::max (const T &a, const T &b) |
| template<typename RandomAccessIterator , typename Comparator > | |
| RandomAccessIterator | __gnu_parallel::median_of_three_iterators (RandomAccessIterator a, RandomAccessIterator b, RandomAccessIterator c, Comparator &comp) |
| template<typename T > | |
| const T & | __gnu_parallel::min (const T &a, const T &b) |
Sequential helper functions. This file is a GNU parallel extension to the Standard C++ Library.
Definition in file base.h.