HomeSort by: relevance | last modified time | path
    Searched defs:__length (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
workstealing.h 117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound; local
136 (1, __gnu_parallel::min<_DifferenceType>(__length,
181 (__iam * (__length / __num_threads));
184 ? (__length - 1)
185 : ((__iam + 1) * (__length / __num_threads) - 1));
304 __f._M_finish_iterator = __begin + __length;
workstealing.h 117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound; local
136 (1, __gnu_parallel::min<_DifferenceType>(__length,
181 (__iam * (__length / __num_threads));
184 ? (__length - 1)
185 : ((__iam + 1) * (__length / __num_threads) - 1));
304 __f._M_finish_iterator = __begin + __length;
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
random_shuffle.h 134 _DifferenceType __length = (__sd->_M_starts[__iam + 1] local
136 _BinIndex* __oracles = new _BinIndex[__length];
149 for (_DifferenceType __i = 0; __i < __length; ++__i)
206 for (_DifferenceType __i = 0; __i < __length; ++__i)
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
omp_loop.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f._M_finish_iterator = __begin + __length;
omp_loop_static.h 76 _DifferenceType __length = __end - __begin; local
78 (__get_max_threads(), __length);
96 for (_DifferenceType __pos = 0; __pos < __length; ++__pos)
108 __f.finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
par_loop.h 74 const _DifferenceType __length = __end - __begin; local
79 (__get_max_threads(), __length);
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
128 __f._M_finish_iterator = __begin + __length;
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
find.h 107 _DifferenceType __length = __end1 - __begin1; local
108 _DifferenceType __result = __length;
121 __equally_split(__length, __num_threads, __borders);
197 _DifferenceType __length = __end1 - __begin1; local
201 (__length, __s.find_sequential_search_size);
214 _DifferenceType __result = __length;
237 std::min<_DifferenceType>(__length, __start + __block_size);
241 while (__start < __length)
264 __length);
276 std::min<_DifferenceType>(__length, __start + __block_size)
326 _DifferenceType __length = __end1 - __begin1; local
    [all...]
workstealing.h 117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound; local
136 (1, __gnu_parallel::min<_DifferenceType>(__length,
181 (__iam * (__length / __num_threads));
184 ? (__length - 1)
185 : ((__iam + 1) * (__length / __num_threads) - 1));
304 __f._M_finish_iterator = __begin + __length;
workstealing.h 117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound; local
136 (1, __gnu_parallel::min<_DifferenceType>(__length,
181 (__iam * (__length / __num_threads));
184 ? (__length - 1)
185 : ((__iam + 1) * (__length / __num_threads) - 1));
304 __f._M_finish_iterator = __begin + __length;
multiway_merge.h 230 * @param __length Maximum length to merge, less equal than the
244 _DifferenceTp __length, _Compare __comp)
246 _GLIBCXX_CALL(__length);
256 if (__length == 0)
260 _DifferenceTp __orig_length = __length;
294 --__length; \
296 if (__length == 0) goto __finish; \
349 * @param __length Maximum length to merge, less equal than the
363 _DifferenceTp __length, _Compare __comp)
365 _GLIBCXX_CALL(__length);
1331 _DifferenceTp __length = _GLIBCXX_PARALLEL_LENGTH(*__raii); local
    [all...]
random_shuffle.h 134 _DifferenceType __length = (__sd->_M_starts[__iam + 1] local
136 _BinIndex* __oracles = new _BinIndex[__length];
149 for (_DifferenceType __i = 0; __i < __length; ++__i)
206 for (_DifferenceType __i = 0; __i < __length; ++__i)

Completed in 80 milliseconds

1 2