Searched defs:__num_threads (Results 1 - 25 of 128) sorted by relevance

123456

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Dquicksort.h46 * @param __num_threads Number of threads that are allowed to work on
56 __num_samples, _ThreadIndex __num_threads)
83 __pred, __num_threads);
96 * @param __num_threads Number of threads that are allowed to work on
103 _ThreadIndex __num_threads)
109 if (__num_threads <= 1)
122 if ((__num_threads % 2) == 1)
123 __num_threads_left = __num_threads / 2 + 1;
125 __num_threads_left = __num_threads / 2;
127 __pivot_rank = __n * __num_threads_left / __num_threads;
51 __parallel_sort_qs_divide(_RAIter __begin, _RAIter __end, _Compare __comp, typename std::iterator_traits <_RAIter>::difference_type __pivot_rank, typename std::iterator_traits <_RAIter>::difference_type __num_samples, _ThreadIndex __num_threads) argument
101 __parallel_sort_qs_conquer(_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) argument
154 __parallel_sort_qs(_RAIter __begin, _RAIter __end, _Compare __comp, _ThreadIndex __num_threads) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dequally_split.h38 * The resulting sequence __s of length __num_threads+1 contains the
43 * @param __num_threads Number of parts
45 * @returns End of __splitter sequence, i.e. @c __s+__num_threads+1 */
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, argument
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
54 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
70 * @param __num_threads Number of parts
76 _ThreadIndex __num_threads,
79 _DifferenceType __chunk_length = __n / __num_threads;
75 __equally_split_point(_DifferenceType __n, _ThreadIndex __num_threads, _ThreadIndex __thread_no) argument
[all...]
H A Domp_loop.h77 _ThreadIndex __num_threads = __gnu_parallel::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
H A Domp_loop_static.h77 _ThreadIndex __num_threads = std::min<_DifferenceType> local
82 # pragma omp parallel num_threads(__num_threads)
86 __num_threads = omp_get_num_threads();
87 __thread_results = new _Result[__num_threads];
89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)

Completed in 163 milliseconds

123456