Searched refs:_DifferenceType (Results 1 - 25 of 155) sorted by relevance

1234567

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dequally_split.h46 template<typename _DifferenceType, typename _OutputIterator>
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads,
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
53 _DifferenceType __pos = 0;
73 template<typename _DifferenceType>
74 _DifferenceType
75 __equally_split_point(_DifferenceType __n,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunk
[all...]
H A Dsearch.h54 typedef _DifferenceTp _DifferenceType; typedef
59 _DifferenceType __k = 0;
60 for (_DifferenceType __j = 2; __j <= __length; __j++)
86 typedef typename _TraitsType::difference_type _DifferenceType; typedef
90 _DifferenceType __pattern_length = __end2 - __begin2;
97 _DifferenceType __input_length = (__end1 - __begin1) - __pattern_length;
100 _DifferenceType __result = (__end1 - __begin1);
101 _DifferenceType *__splitters;
110 _ThreadIndex __num_threads = std::max<_DifferenceType>
111 (1, std::min<_DifferenceType>(__input_lengt
[all...]
H A Dfind.h104 typedef typename _TraitsType::difference_type _DifferenceType; typedef
107 _DifferenceType __length = __end1 - __begin1;
108 _DifferenceType __result = __length;
109 _DifferenceType* __borders;
120 __borders = new _DifferenceType[__num_threads + 1];
125 _DifferenceType __start = __borders[__iam],
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
192 typedef typename _TraitsType::difference_type _DifferenceType; typedef
197 _DifferenceType __length = __end1 - __begin1;
199 _DifferenceType
321 typedef typename _TraitsType::difference_type _DifferenceType; typedef
[all...]
H A Dworkstealing.h56 typedef _DifferenceTp _DifferenceType; typedef in struct:__gnu_parallel::_Job
62 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_first;
67 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_last;
72 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_load;
109 typedef typename _TraitsType::difference_type _DifferenceType; typedef
113 _DifferenceType __chunk_size =
114 static_cast<_DifferenceType>(__s.workstealing_chunk_size);
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
121 / sizeof(_Job<_DifferenceType>) + 1);
126 _Job<_DifferenceType> *__jo
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
H A Dequally_split.h46 template<typename _DifferenceType, typename _OutputIterator>
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads,
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
53 _DifferenceType __pos = 0;
73 template<typename _DifferenceType>
74 _DifferenceType
75 __equally_split_point(_DifferenceType __n,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunk
[all...]
H A Dsearch.h54 typedef _DifferenceTp _DifferenceType; typedef
59 _DifferenceType __k = 0;
60 for (_DifferenceType __j = 2; __j <= __length; __j++)
86 typedef typename _TraitsType::difference_type _DifferenceType; typedef
90 _DifferenceType __pattern_length = __end2 - __begin2;
97 _DifferenceType __input_length = (__end1 - __begin1) - __pattern_length;
100 _DifferenceType __result = (__end1 - __begin1);
101 _DifferenceType *__splitters;
110 _ThreadIndex __num_threads = std::max<_DifferenceType>
111 (1, std::min<_DifferenceType>(__input_lengt
[all...]
H A Dfind.h104 typedef typename _TraitsType::difference_type _DifferenceType; typedef
107 _DifferenceType __length = __end1 - __begin1;
108 _DifferenceType __result = __length;
109 _DifferenceType* __borders;
120 __borders = new _DifferenceType[__num_threads + 1];
125 _DifferenceType __start = __borders[__iam],
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
192 typedef typename _TraitsType::difference_type _DifferenceType; typedef
197 _DifferenceType __length = __end1 - __begin1;
199 _DifferenceType
321 typedef typename _TraitsType::difference_type _DifferenceType; typedef
[all...]
H A Dworkstealing.h56 typedef _DifferenceTp _DifferenceType; typedef in struct:__gnu_parallel::_Job
62 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_first;
67 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_last;
72 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_load;
109 typedef typename _TraitsType::difference_type _DifferenceType; typedef
113 _DifferenceType __chunk_size =
114 static_cast<_DifferenceType>(__s.workstealing_chunk_size);
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
121 / sizeof(_Job<_DifferenceType>) + 1);
126 _Job<_DifferenceType> *__jo
[all...]
/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.h46 template<typename _DifferenceType, typename _OutputIterator>
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads,
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
53 _DifferenceType __pos = 0;
73 template<typename _DifferenceType>
74 _DifferenceType
75 __equally_split_point(_DifferenceType __n,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunk
[all...]
H A Dsearch.h54 typedef _DifferenceTp _DifferenceType; typedef
59 _DifferenceType __k = 0;
60 for (_DifferenceType __j = 2; __j <= __length; __j++)
86 typedef typename _TraitsType::difference_type _DifferenceType; typedef
90 _DifferenceType __pattern_length = __end2 - __begin2;
97 _DifferenceType __input_length = (__end1 - __begin1) - __pattern_length;
100 _DifferenceType __result = (__end1 - __begin1);
101 _DifferenceType *__splitters;
110 _ThreadIndex __num_threads = std::max<_DifferenceType>
111 (1, std::min<_DifferenceType>(__input_lengt
[all...]
H A Dfind.h104 typedef typename _TraitsType::difference_type _DifferenceType; typedef
107 _DifferenceType __length = __end1 - __begin1;
108 _DifferenceType __result = __length;
109 _DifferenceType* __borders;
120 __borders = new _DifferenceType[__num_threads + 1];
125 _DifferenceType __start = __borders[__iam],
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
192 typedef typename _TraitsType::difference_type _DifferenceType; typedef
197 _DifferenceType __length = __end1 - __begin1;
199 _DifferenceType
321 typedef typename _TraitsType::difference_type _DifferenceType; typedef
[all...]
H A Dworkstealing.h56 typedef _DifferenceTp _DifferenceType; typedef in struct:__gnu_parallel::_Job
62 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_first;
67 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_last;
72 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_load;
109 typedef typename _TraitsType::difference_type _DifferenceType; typedef
113 _DifferenceType __chunk_size =
114 static_cast<_DifferenceType>(__s.workstealing_chunk_size);
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
121 / sizeof(_Job<_DifferenceType>) + 1);
126 _Job<_DifferenceType> *__jo
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dequally_split.h46 template<typename _DifferenceType, typename _OutputIterator>
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads,
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
53 _DifferenceType __pos = 0;
73 template<typename _DifferenceType>
74 _DifferenceType
75 __equally_split_point(_DifferenceType __n,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunk
[all...]
H A Dsearch.h54 typedef _DifferenceTp _DifferenceType; typedef
59 _DifferenceType __k = 0;
60 for (_DifferenceType __j = 2; __j <= __length; __j++)
86 typedef typename _TraitsType::difference_type _DifferenceType; typedef
90 _DifferenceType __pattern_length = __end2 - __begin2;
97 _DifferenceType __input_length = (__end1 - __begin1) - __pattern_length;
100 _DifferenceType __result = (__end1 - __begin1);
101 _DifferenceType *__splitters;
110 _ThreadIndex __num_threads = std::max<_DifferenceType>
111 (1, std::min<_DifferenceType>(__input_lengt
[all...]
H A Dfind.h104 typedef typename _TraitsType::difference_type _DifferenceType; typedef
107 _DifferenceType __length = __end1 - __begin1;
108 _DifferenceType __result = __length;
109 _DifferenceType* __borders;
120 __borders = new _DifferenceType[__num_threads + 1];
125 _DifferenceType __start = __borders[__iam],
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
192 typedef typename _TraitsType::difference_type _DifferenceType; typedef
197 _DifferenceType __length = __end1 - __begin1;
199 _DifferenceType
321 typedef typename _TraitsType::difference_type _DifferenceType; typedef
[all...]
H A Dworkstealing.h56 typedef _DifferenceTp _DifferenceType; typedef in struct:__gnu_parallel::_Job
62 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_first;
67 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_last;
72 _GLIBCXX_JOB_VOLATILE _DifferenceType _M_load;
109 typedef typename _TraitsType::difference_type _DifferenceType; typedef
113 _DifferenceType __chunk_size =
114 static_cast<_DifferenceType>(__s.workstealing_chunk_size);
117 _DifferenceType __length = (__bound < 0) ? (__end - __begin) : __bound;
121 / sizeof(_Job<_DifferenceType>) + 1);
126 _Job<_DifferenceType> *__jo
[all...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dequally_split.h46 template<typename _DifferenceType, typename _OutputIterator>
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads,
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
53 _DifferenceType __pos = 0;
73 template<typename _DifferenceType>
74 _DifferenceType
75 __equally_split_point(_DifferenceType __n,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunk
[all...]
H A Dsearch.h54 typedef _DifferenceTp _DifferenceType; typedef
59 _DifferenceType __k = 0;
60 for (_DifferenceType __j = 2; __j <= __length; __j++)
86 typedef typename _TraitsType::difference_type _DifferenceType; typedef
90 _DifferenceType __pattern_length = __end2 - __begin2;
97 _DifferenceType __input_length = (__end1 - __begin1) - __pattern_length;
100 _DifferenceType __result = (__end1 - __begin1);
101 _DifferenceType *__splitters;
110 _ThreadIndex __num_threads = std::max<_DifferenceType>
111 (1, std::min<_DifferenceType>(__input_lengt
[all...]
H A Dfind.h104 typedef typename _TraitsType::difference_type _DifferenceType; typedef
107 _DifferenceType __length = __end1 - __begin1;
108 _DifferenceType __result = __length;
109 _DifferenceType* __borders;
120 __borders = new _DifferenceType[__num_threads + 1];
125 _DifferenceType __start = __borders[__iam],
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
192 typedef typename _TraitsType::difference_type _DifferenceType; typedef
197 _DifferenceType __length = __end1 - __begin1;
199 _DifferenceType
321 typedef typename _TraitsType::difference_type _DifferenceType; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
H A Dequally_split.h46 template<typename _DifferenceType, typename _OutputIterator>
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads,
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
53 _DifferenceType __pos = 0;
73 template<typename _DifferenceType>
74 _DifferenceType
75 __equally_split_point(_DifferenceType __n,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunk
[all...]
H A Dsearch.h54 typedef _DifferenceTp _DifferenceType; typedef
59 _DifferenceType __k = 0;
60 for (_DifferenceType __j = 2; __j <= __length; __j++)
86 typedef typename _TraitsType::difference_type _DifferenceType; typedef
90 _DifferenceType __pattern_length = __end2 - __begin2;
97 _DifferenceType __input_length = (__end1 - __begin1) - __pattern_length;
100 _DifferenceType __result = (__end1 - __begin1);
101 _DifferenceType *__splitters;
110 _ThreadIndex __num_threads = std::max<_DifferenceType>
111 (1, std::min<_DifferenceType>(__input_lengt
[all...]
H A Dfind.h104 typedef typename _TraitsType::difference_type _DifferenceType; typedef
107 _DifferenceType __length = __end1 - __begin1;
108 _DifferenceType __result = __length;
109 _DifferenceType* __borders;
120 __borders = new _DifferenceType[__num_threads + 1];
125 _DifferenceType __start = __borders[__iam],
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
192 typedef typename _TraitsType::difference_type _DifferenceType; typedef
197 _DifferenceType __length = __end1 - __begin1;
199 _DifferenceType
321 typedef typename _TraitsType::difference_type _DifferenceType; typedef
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dequally_split.h46 template<typename _DifferenceType, typename _OutputIterator>
48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads,
51 _DifferenceType __chunk_length = __n / __num_threads;
52 _DifferenceType __num_longer_chunks = __n % __num_threads;
53 _DifferenceType __pos = 0;
73 template<typename _DifferenceType>
74 _DifferenceType
75 __equally_split_point(_DifferenceType __n,
79 _DifferenceType __chunk_length = __n / __num_threads;
80 _DifferenceType __num_longer_chunk
[all...]
H A Dsearch.h54 typedef _DifferenceTp _DifferenceType; typedef
59 _DifferenceType __k = 0;
60 for (_DifferenceType __j = 2; __j <= __length; __j++)
86 typedef typename _TraitsType::difference_type _DifferenceType; typedef
90 _DifferenceType __pattern_length = __end2 - __begin2;
97 _DifferenceType __input_length = (__end1 - __begin1) - __pattern_length;
100 _DifferenceType __result = (__end1 - __begin1);
101 _DifferenceType *__splitters;
110 _ThreadIndex __num_threads = std::max<_DifferenceType>
111 (1, std::min<_DifferenceType>(__input_lengt
[all...]
H A Dfind.h104 typedef typename _TraitsType::difference_type _DifferenceType; typedef
107 _DifferenceType __length = __end1 - __begin1;
108 _DifferenceType __result = __length;
109 _DifferenceType* __borders;
120 __borders = new _DifferenceType[__num_threads + 1];
125 _DifferenceType __start = __borders[__iam],
130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos)
192 typedef typename _TraitsType::difference_type _DifferenceType; typedef
197 _DifferenceType __length = __end1 - __begin1;
199 _DifferenceType
321 typedef typename _TraitsType::difference_type _DifferenceType; typedef
[all...]

Completed in 294 milliseconds

1234567