HomeSort by relevance Sort by last modified time
    Searched defs:__iam (Results 1 - 25 of 48) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
omp_loop.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
omp_loop_static.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
par_loop.h 91 _ThreadIndex __iam = omp_get_thread_num(); local
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
114 ::new(&__thread_results[__iam]) _Result(*__reduct);
partial_sum.h 150 _ThreadIndex __iam = omp_get_thread_num(); local
151 if (__iam == 0)
158 ::new(&(__sums[__iam])) _ValueType(*(__result + __borders[1] - 1));
162 ::new(&(__sums[__iam]))
164 __begin + __borders[__iam] + 1,
165 __begin + __borders[__iam + 1],
166 *(__begin + __borders[__iam]),
180 __parallel_partial_sum_basecase(__begin + __borders[__iam + 1],
181 __begin + __borders[__iam + 2],
182 __result + __borders[__iam + 1]
    [all...]
search.h 126 _ThreadIndex __iam = omp_get_thread_num(); local
128 _DifferenceType __start = __splitters[__iam],
129 __stop = __splitters[__iam + 1];
unique_copy.h 81 _ThreadIndex __iam = omp_get_thread_num(); local
90 if (__iam == 0)
93 __end = __borders[__iam + 1];
110 __begin = __borders[__iam]; //one part
111 __end = __borders[__iam + 1];
120 __counter[__iam] = __i;
130 if (__iam == 0)
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
find.h 124 _ThreadIndex __iam = omp_get_thread_num(); local
125 _DifferenceType __start = __borders[__iam],
126 __stop = __borders[__iam + 1];
228 _ThreadIndex __iam = omp_get_thread_num(); local
351 _ThreadIndex __iam = omp_get_thread_num(); local
358 _DifferenceType __start = __iteration_start + __iam * __block_size;
390 __start = __iteration_start + __iam * __block_size;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
omp_loop.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
omp_loop_static.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
par_loop.h 91 _ThreadIndex __iam = omp_get_thread_num(); local
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
114 ::new(&__thread_results[__iam]) _Result(*__reduct);
partial_sum.h 150 _ThreadIndex __iam = omp_get_thread_num(); local
151 if (__iam == 0)
158 ::new(&(__sums[__iam])) _ValueType(*(__result + __borders[1] - 1));
162 ::new(&(__sums[__iam]))
164 __begin + __borders[__iam] + 1,
165 __begin + __borders[__iam + 1],
166 *(__begin + __borders[__iam]),
180 __parallel_partial_sum_basecase(__begin + __borders[__iam + 1],
181 __begin + __borders[__iam + 2],
182 __result + __borders[__iam + 1]
    [all...]
search.h 126 _ThreadIndex __iam = omp_get_thread_num(); local
128 _DifferenceType __start = __splitters[__iam],
129 __stop = __splitters[__iam + 1];
unique_copy.h 81 _ThreadIndex __iam = omp_get_thread_num(); local
90 if (__iam == 0)
93 __end = __borders[__iam + 1];
110 __begin = __borders[__iam]; //one part
111 __end = __borders[__iam + 1];
120 __counter[__iam] = __i;
130 if (__iam == 0)
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
omp_loop.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
omp_loop_static.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
par_loop.h 91 _ThreadIndex __iam = omp_get_thread_num(); local
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
114 ::new(&__thread_results[__iam]) _Result(*__reduct);
partial_sum.h 150 _ThreadIndex __iam = omp_get_thread_num(); local
151 if (__iam == 0)
158 ::new(&(__sums[__iam])) _ValueType(*(__result + __borders[1] - 1));
162 ::new(&(__sums[__iam]))
164 __begin + __borders[__iam] + 1,
165 __begin + __borders[__iam + 1],
166 *(__begin + __borders[__iam]),
180 __parallel_partial_sum_basecase(__begin + __borders[__iam + 1],
181 __begin + __borders[__iam + 2],
182 __result + __borders[__iam + 1]
    [all...]
search.h 126 _ThreadIndex __iam = omp_get_thread_num(); local
128 _DifferenceType __start = __splitters[__iam],
129 __stop = __splitters[__iam + 1];
unique_copy.h 81 _ThreadIndex __iam = omp_get_thread_num(); local
90 if (__iam == 0)
93 __end = __borders[__iam + 1];
110 __begin = __borders[__iam]; //one part
111 __end = __borders[__iam + 1];
120 __counter[__iam] = __i;
130 if (__iam == 0)
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
omp_loop.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
omp_loop_static.h 93 _ThreadIndex __iam = omp_get_thread_num(); local
97 __thread_results[__iam] = __r(__thread_results[__iam],
par_loop.h 91 _ThreadIndex __iam = omp_get_thread_num(); local
97 __start = __equally_split_point(__length, __num_threads, __iam),
98 __stop = __equally_split_point(__length, __num_threads, __iam + 1);
104 __constructed[__iam] = true;
107 __constructed[__iam] = false;
112 if (__constructed[__iam])
114 ::new(&__thread_results[__iam]) _Result(*__reduct);
partial_sum.h 150 _ThreadIndex __iam = omp_get_thread_num(); local
151 if (__iam == 0)
158 ::new(&(__sums[__iam])) _ValueType(*(__result + __borders[1] - 1));
162 ::new(&(__sums[__iam]))
164 __begin + __borders[__iam] + 1,
165 __begin + __borders[__iam + 1],
166 *(__begin + __borders[__iam]),
180 __parallel_partial_sum_basecase(__begin + __borders[__iam + 1],
181 __begin + __borders[__iam + 2],
182 __result + __borders[__iam + 1]
    [all...]
search.h 126 _ThreadIndex __iam = omp_get_thread_num(); local
128 _DifferenceType __start = __splitters[__iam],
129 __stop = __splitters[__iam + 1];
unique_copy.h 81 _ThreadIndex __iam = omp_get_thread_num(); local
90 if (__iam == 0)
93 __end = __borders[__iam + 1];
110 __begin = __borders[__iam]; //one part
111 __end = __borders[__iam + 1];
120 __counter[__iam] = __i;
130 if (__iam == 0)
157 for (_ThreadIndex __t = 0; __t < __iam; __t++)

Completed in 150 milliseconds

1 2