/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/ |
base.h | 25 /** @file parallel/base.h 27 * This file is a GNU parallel extension to the Standard C++ Library. 38 #include <parallel/features.h> 39 #include <parallel/basic_iterator.h> 40 #include <parallel/parallel.h> 42 // Parallel mode namespaces. 46 * @brief GNU parallel code, replaces standard behavior with parallel behavior. 55 * @brief GNU parallel code for public use [all...] |
random_number.h | 25 /** @file parallel/random_number.h 27 * This file is a GNU parallel extension to the Standard C++ Library. 35 #include <parallel/types.h>
|
tags.h | 26 * @file parallel/tags.h 28 * This file is a GNU parallel extension to the Standard C++ Library. 37 #include <parallel/types.h> 44 /** @brief Recommends parallel execution at compile time, 77 /** @brief Recommends parallel execution using the 78 default parallel algorithm. */ 86 /** @brief Recommends parallel execution using dynamic 90 /** @brief Recommends parallel execution using static 94 /** @brief Recommends parallel execution using OpenMP dynamic 98 /** @brief Recommends parallel execution using OpenMP stati [all...] |
balanced_quicksort.h | 25 /** @file parallel/balanced_quicksort.h 26 * @brief Implementation of a dynamically load-balanced parallel quicksort. 32 * A simple, fast parallel implementation of quicksort and 34 * In 11th Euromicro Conference on Parallel, Distributed and 37 * This file is a GNU parallel extension to the Standard C++ Library. 45 #include <parallel/basic_iterator.h> 49 #include <parallel/settings.h> 50 #include <parallel/partition.h> 51 #include <parallel/random_number.h> 52 #include <parallel/queue.h [all...] |
algobase.h | 25 /** @file parallel/algobase.h 26 * @brief Parallel STL function calls corresponding to the 31 * This file is a GNU parallel extension to the Standard C++ Library. 40 #include <parallel/base.h> 41 #include <parallel/algorithmfwd.h> 42 #include <parallel/find.h> 43 #include <parallel/find_selectors.h> 73 // Parallel mismatch for random access iterators 187 // Parallel lexicographical_compare for random access iterators
|
multiway_mergesort.h | 25 /** @file parallel/multiway_mergesort.h 26 * @brief Parallel multiway merge sort. 27 * This file is a GNU parallel extension to the Standard C++ Library. 37 #include <parallel/basic_iterator.h> 39 #include <parallel/parallel.h> 40 #include <parallel/multiway_merge.h> 59 * PMWMS = parallel multiway mergesort */ 419 # pragma omp parallel num_threads(__num_threads) 460 // Now sort in parallel [all...] |
iterator.h | 25 /** @file parallel/iterator.h 27 * This file is a GNU parallel extension to the Standard C++ Library. 35 #include <parallel/basic_iterator.h>
|
settings.h | 25 /** @file parallel/settings.h 28 * This file is a GNU parallel extension to the Standard C++ Library. 31 * The decision whether to run an algorithm in parallel. 33 * There are several ways the user can switch on and __off the parallel 40 * Ultimately, forcing parallel execution at compile-time makes 66 * b. force_parallel, meaning the parallel algorithm is executed. 69 * For heuristic, the parallel algorithm implementation is called 86 #include <parallel/types.h> 89 * @brief Determine at compile(?)-time if the parallel variant of an 122 /// Run-time settings for the parallel mode including all tunable parameters [all...] |
numericfwd.h | 0 // <parallel/numeric> Forward declarations -*- C++ -*- 25 /** @file parallel/numericfwd.h 26 * This file is a GNU parallel extension to the Standard C++ Library. 34 #include <parallel/tags.h> 35 #include <parallel/settings.h>
|
set_operations.h | 26 * @file parallel/set_operations.h 27 * @brief Parallel implementations of set operations for random-access 29 * This file is a GNU parallel extension to the Standard C++ Library. 39 #include <parallel/settings.h> 40 #include <parallel/multiseq_selection.h> 379 # pragma omp parallel num_threads(__num_threads)
|
merge.h | 25 /** @file parallel/merge.h 26 * @brief Parallel implementation of std::merge(). 27 * This file is a GNU parallel extension to the Standard C++ Library. 35 #include <parallel/basic_iterator.h> 197 // different iterators, parallel implementation 205 /** @brief Parallel merge routine being able to merge only the @c
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
balanced_quicksort.h | 25 /** @file parallel/balanced_quicksort.h 26 * @brief Implementation of a dynamically load-balanced parallel quicksort. 32 * A simple, fast parallel implementation of quicksort and 34 * In 11th Euromicro Conference on Parallel, Distributed and 37 * This file is a GNU parallel extension to the Standard C++ Library. 45 #include <parallel/basic_iterator.h> 48 #include <parallel/settings.h> 49 #include <parallel/partition.h> 50 #include <parallel/random_number.h> 51 #include <parallel/queue.h [all...] |
algobase.h | 25 /** @file parallel/algobase.h 26 * @brief Parallel STL function calls corresponding to the 31 * This file is a GNU parallel extension to the Standard C++ Library. 40 #include <parallel/base.h> 41 #include <parallel/tags.h> 42 #include <parallel/settings.h> 43 #include <parallel/find.h> 44 #include <parallel/find_selectors.h> 76 // Parallel mismatch for random access iterators 188 // Parallel lexicographical_compare for random access iterator [all...] |
multiway_mergesort.h | 25 /** @file parallel/multiway_mergesort.h 26 * @brief Parallel multiway merge sort. 27 * This file is a GNU parallel extension to the Standard C++ Library. 37 #include <parallel/basic_iterator.h> 39 #include <parallel/parallel.h> 40 #include <parallel/multiway_merge.h> 60 * PMWMS = parallel multiway mergesort */ 421 # pragma omp parallel num_threads(num_threads) 460 // Now sort in parallel [all...] |
iterator.h | 25 /** @file parallel/iterator.h 27 * This file is a GNU parallel extension to the Standard C++ Library. 35 #include <parallel/basic_iterator.h>
|
random_shuffle.h | 25 /** @file parallel/random_shuffle.h 26 * @brief Parallel implementation of std::random_shuffle(). 27 * This file is a GNU parallel extension to the Standard C++ Library. 37 #include <parallel/parallel.h> 38 #include <parallel/random_number.h> 249 /** @brief Main parallel random shuffle step. 328 # pragma omp parallel num_threads(num_threads) 373 // Now shuffle in parallel. 375 } // parallel [all...] |
settings.h | 25 /** @file parallel/settings.h 28 * This file is a GNU parallel extension to the Standard C++ Library. 31 * The decision whether to run an algorithm in parallel. 33 * There are several ways the user can switch on and off the parallel 40 * Ultimately, forcing parallel execution at compile-time makes 66 * b. force_parallel, meaning the parallel algorithm is executed. 69 * For heuristic, the parallel algorithm implementation is called 86 #include <parallel/types.h> 89 * @brief Determine at compile(?)-time if the parallel variant of an 117 /// Run-time settings for the parallel mode, including all tunable parameters [all...] |
compatibility.h | 25 /** @file parallel/compatibility.h 27 * This file is a GNU parallel extension to the Standard C++ Library. 35 #include <parallel/types.h> 36 #include <parallel/base.h>
|
numericfwd.h | 1 // <numeric> parallel extensions -*- C++ -*- 25 /** @file parallel/numericfwd.h 26 * This file is a GNU parallel extension to the Standard C++ Library. 34 #include <parallel/tags.h> 35 #include <parallel/settings.h>
|
set_operations.h | 26 * @file parallel/set_operations.h 27 * @brief Parallel implementations of set operations for random-access 29 * This file is a GNU parallel extension to the Standard C++ Library. 39 #include <parallel/settings.h> 40 #include <parallel/multiseq_selection.h> 383 # pragma omp parallel num_threads(num_threads)
|
merge.h | 25 /** @file parallel/merge.h 26 * @brief Parallel implementation of std::merge(). 27 * This file is a GNU parallel extension to the Standard C++ Library. 35 #include <parallel/basic_iterator.h> 201 // different iterators, parallel implementation 210 /** @brief Parallel merge routine being able to merge only the @c
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
config.py | 39 self.parallel = False 96 if cp.has_option('run', 'parallel'): 97 self.parallel = cp.getboolean('run', 'parallel')
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
function_parallel.js | 11 * @param {Array.<function>} steps Array of functions to invoke in parallel. 67 this.logger.vlog('Starting [' + this.steps_.length + '] parallel tasks ' +
|
/external/eigen/Eigen/src/Core/products/ |
Parallelizer.h | 102 // - we are not already in a parallel code 105 // 1- are we already in a parallel session? 133 #pragma omp parallel for schedule(static,1) num_threads(threads)
|
/external/valgrind/main/drd/scripts/ |
download-and-build-splash2.in | 58 radiosity.h: patch.h model.h parallel.h task.h 157 @@ -6,7 +6,7 @@ HS = model.h parallel.h patch.h radiosit
|