/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/ |
partial_sum.h | 48 * @param __end End iterator of input sequence. 58 __parallel_partial_sum_basecase(_IIter __begin, _IIter __end, 63 if (__begin == __end) 66 while (__begin != __end) 79 * @param __end End iterator of input sequence. 89 __parallel_partial_sum_linear(_IIter __begin, _IIter __end, 98 if (__begin == __end) 107 return __parallel_partial_sum_basecase(__begin + 1, __end, 195 /** @brief Parallel partial sum front-__end. 197 * @param __end End iterator of input sequence [all...] |
quicksort.h | 42 * @param __end End iterator of subsequence. 51 __parallel_sort_qs_divide(_RAIter __begin, _RAIter __end, 62 _DifferenceType __n = __end - __begin; 82 _DifferenceType __split = __parallel_partition(__begin, __end, 94 * @param __end End iterator of subsequence. 101 __parallel_sort_qs_conquer(_RAIter __begin, _RAIter __end, 111 __gnu_sequential::sort(__begin, __end, __comp); 115 _DifferenceType __n = __end - __begin, __pivot_rank; 130 (__begin, __end, __comp, __pivot_rank, 139 __parallel_sort_qs_conquer(__begin + __split, __end, [all...] |
checkers.h | 42 * @brief Check whether @c [__begin, @c __end) is sorted according 45 * @param __end End iterator of sequence. 51 __is_sorted(_IIter __begin, _IIter __end, _Compare __comp) 53 if (__begin == __end) 59 for (__current++; __current != __end; __current++)
|
partition.h | 49 * @param __end End iterator of input sequence to split. 56 __parallel_partition(_RAIter __begin, _RAIter __end, 63 _DifferenceType __n = __end - __begin; 327 * @param __end End iterator of input sequence. 333 _RAIter __end, _Compare __comp) 339 _GLIBCXX_CALL(__end - __begin) 349 while (static_cast<_SequenceIndex>(__end - __begin) >= __minimum_length) 351 _DifferenceType __n = __end - __begin; 356 if (__pivot_pos != (__end - 1)) 357 std::iter_swap(__pivot_pos, __end - 1) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/ |
quicksort.h | 42 * @param __end End iterator of subsequence. 51 __parallel_sort_qs_divide(_RAIter __begin, _RAIter __end, 62 _DifferenceType __n = __end - __begin; 82 _DifferenceType __split = __parallel_partition(__begin, __end, 94 * @param __end End iterator of subsequence. 101 __parallel_sort_qs_conquer(_RAIter __begin, _RAIter __end, 111 __gnu_sequential::sort(__begin, __end, __comp); 115 _DifferenceType __n = __end - __begin, __pivot_rank; 130 (__begin, __end, __comp, __pivot_rank, 139 __parallel_sort_qs_conquer(__begin + __split, __end, [all...] |
checkers.h | 42 * @brief Check whether @c [__begin, @c __end) is sorted according 45 * @param __end End iterator of sequence. 51 __is_sorted(_IIter __begin, _IIter __end, _Compare __comp) 53 if (__begin == __end) 59 for (__current++; __current != __end; __current++)
|
partition.h | 49 * @param __end End iterator of input sequence to split. 56 __parallel_partition(_RAIter __begin, _RAIter __end, 63 _DifferenceType __n = __end - __begin; 327 * @param __end End iterator of input sequence. 333 _RAIter __end, _Compare __comp) 339 _GLIBCXX_CALL(__end - __begin) 349 while (static_cast<_SequenceIndex>(__end - __begin) >= __minimum_length) 351 _DifferenceType __n = __end - __begin; 356 if (__pivot_pos != (__end - 1)) 357 std::iter_swap(__pivot_pos, __end - 1) [all...] |
for_each.h | 47 * @param __end End iterator of input sequence. 61 __for_each_template_random_access(_IIter __begin, _IIter __end, 73 (__begin, __end, __user_op, __functionality, __reduction, 77 (__begin, __end, __user_op, __functionality, __reduction, 81 (__begin, __end, __user_op, __functionality, __reduction, 85 (__begin, __end, __user_op, __functionality, __reduction,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/ |
quicksort.h | 42 * @param __end End iterator of subsequence. 51 __parallel_sort_qs_divide(_RAIter __begin, _RAIter __end, 62 _DifferenceType __n = __end - __begin; 82 _DifferenceType __split = __parallel_partition(__begin, __end, 94 * @param __end End iterator of subsequence. 101 __parallel_sort_qs_conquer(_RAIter __begin, _RAIter __end, 111 __gnu_sequential::sort(__begin, __end, __comp); 115 _DifferenceType __n = __end - __begin, __pivot_rank; 130 (__begin, __end, __comp, __pivot_rank, 139 __parallel_sort_qs_conquer(__begin + __split, __end, [all...] |
checkers.h | 42 * @brief Check whether @c [__begin, @c __end) is sorted according 45 * @param __end End iterator of sequence. 51 __is_sorted(_IIter __begin, _IIter __end, _Compare __comp) 53 if (__begin == __end) 59 for (__current++; __current != __end; __current++)
|
partition.h | 49 * @param __end End iterator of input sequence to split. 56 __parallel_partition(_RAIter __begin, _RAIter __end, 63 _DifferenceType __n = __end - __begin; 327 * @param __end End iterator of input sequence. 333 _RAIter __end, _Compare __comp) 339 _GLIBCXX_CALL(__end - __begin) 349 while (static_cast<_SequenceIndex>(__end - __begin) >= __minimum_length) 351 _DifferenceType __n = __end - __begin; 356 if (__pivot_pos != (__end - 1)) 357 std::iter_swap(__pivot_pos, __end - 1) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/ |
quicksort.h | 42 * @param __end End iterator of subsequence. 51 __parallel_sort_qs_divide(_RAIter __begin, _RAIter __end, 62 _DifferenceType __n = __end - __begin; 82 _DifferenceType __split = __parallel_partition(__begin, __end, 94 * @param __end End iterator of subsequence. 101 __parallel_sort_qs_conquer(_RAIter __begin, _RAIter __end, 111 __gnu_sequential::sort(__begin, __end, __comp); 115 _DifferenceType __n = __end - __begin, __pivot_rank; 130 (__begin, __end, __comp, __pivot_rank, 139 __parallel_sort_qs_conquer(__begin + __split, __end, [all...] |
checkers.h | 42 * @brief Check whether @c [__begin, @c __end) is sorted according 45 * @param __end End iterator of sequence. 51 __is_sorted(_IIter __begin, _IIter __end, _Compare __comp) 53 if (__begin == __end) 59 for (__current++; __current != __end; __current++)
|
partition.h | 49 * @param __end End iterator of input sequence to split. 56 __parallel_partition(_RAIter __begin, _RAIter __end, 63 _DifferenceType __n = __end - __begin; 327 * @param __end End iterator of input sequence. 333 _RAIter __end, _Compare __comp) 339 _GLIBCXX_CALL(__end - __begin) 349 while (static_cast<_SequenceIndex>(__end - __begin) >= __minimum_length) 351 _DifferenceType __n = __end - __begin; 356 if (__pivot_pos != (__end - 1)) 357 std::iter_swap(__pivot_pos, __end - 1) [all...] |
/external/clang/test/SemaCXX/ |
template-implicit-vars.cpp | 14 // CHECK: VarDecl {{.*}} implicit used __end
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
elf32frv.sh | 12 OTHER_END_SYMBOLS='__end = .;'
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 142 { return do_get_time(__s, __end, __str, __err, __t); } 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 145 { return do_get_date(__s, __end, __str, __err, __t); } 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 148 { return do_get_weekday(__s, __end, __str, __err, __t); } 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 151 { return do_get_monthname(__s, __end, __str, __err, __t); } 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 154 { return do_get_year(__s, __end, __str, __err, __t); [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_time_facets.h | 140 iter_type get_time(iter_type __s, iter_type __end, ios_base& __str, 142 { return do_get_time(__s, __end, __str, __err, __t); } 143 iter_type get_date(iter_type __s, iter_type __end, ios_base& __str, 145 { return do_get_date(__s, __end, __str, __err, __t); } 146 iter_type get_weekday(iter_type __s, iter_type __end, ios_base& __str, 148 { return do_get_weekday(__s, __end, __str, __err, __t); } 149 iter_type get_monthname(iter_type __s, iter_type __end, ios_base& __str, 151 { return do_get_monthname(__s, __end, __str, __err, __t); } 152 iter_type get_year(iter_type __s, iter_type __end, ios_base& __str, 154 { return do_get_year(__s, __end, __str, __err, __t); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_facets_nonio.tcc | 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, 199 for (; __beg != __end && __j < __len 209 if (__lc->_M_positive_sign_size && __beg != __end 215 else if (__lc->_M_negative_sign_size && __beg != __end 233 for (; __beg != __end; ++__beg) 277 if (__beg != __end && __ctype.is(ctype_base::space, *__beg)) 284 for (; __beg != __end 296 for (; __beg != __end && __i < __sign_size 342 if (__beg == __end) 351 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
sso_string_base.h | 98 _M_construct_aux(_InIterator __beg, _InIterator __end, 102 _M_construct(__beg, __end, _Tag()); 109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local 118 _M_construct(_InIterator __beg, _InIterator __end) 121 _M_construct_aux(__beg, __end, _Integral()); 127 _M_construct(_InIterator __beg, _InIterator __end, 134 _M_construct(_FwdIterator __beg, _FwdIterator __end, 192 __sso_string_base(_InputIterator __beg, _InputIterator __end, 379 __sso_string_base(_InputIterator __beg, _InputIterator __end, 453 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_facets_nonio.tcc | 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, 199 for (; __beg != __end && __j < __len 209 if (__lc->_M_positive_sign_size && __beg != __end 215 else if (__lc->_M_negative_sign_size && __beg != __end 233 for (; __beg != __end; ++__beg) 277 if (__beg != __end && __ctype.is(ctype_base::space, *__beg)) 284 for (; __beg != __end 296 for (; __beg != __end && __i < __sign_size 342 if (__beg == __end) 351 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
sso_string_base.h | 98 _M_construct_aux(_InIterator __beg, _InIterator __end, 102 _M_construct(__beg, __end, _Tag()); 109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local 118 _M_construct(_InIterator __beg, _InIterator __end) 121 _M_construct_aux(__beg, __end, _Integral()); 127 _M_construct(_InIterator __beg, _InIterator __end, 134 _M_construct(_FwdIterator __beg, _FwdIterator __end, 192 __sso_string_base(_InputIterator __beg, _InputIterator __end, 379 __sso_string_base(_InputIterator __beg, _InputIterator __end, 453 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
locale_facets_nonio.tcc | 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, 199 for (; __beg != __end && __j < __len 209 if (__lc->_M_positive_sign_size && __beg != __end 215 else if (__lc->_M_negative_sign_size && __beg != __end 233 for (; __beg != __end; ++__beg) 277 if (__beg != __end && __ctype.is(ctype_base::space, *__beg)) 284 for (; __beg != __end 296 for (; __beg != __end && __i < __sign_size 342 if (__beg == __end) 351 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
sso_string_base.h | 98 _M_construct_aux(_InIterator __beg, _InIterator __end, 102 _M_construct(__beg, __end, _Tag()); 109 _M_construct_aux(_Integer __beg, _Integer __end, std::__true_type) 110 { _M_construct_aux_2(static_cast<size_type>(__beg), __end); } local 118 _M_construct(_InIterator __beg, _InIterator __end) 121 _M_construct_aux(__beg, __end, _Integral()); 127 _M_construct(_InIterator __beg, _InIterator __end, 134 _M_construct(_FwdIterator __beg, _FwdIterator __end, 192 __sso_string_base(_InputIterator __beg, _InputIterator __end, 379 __sso_string_base(_InputIterator __beg, _InputIterator __end, 453 { this->_S_copy_chars(_M_data(), __beg, __end); } local [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
locale_facets_nonio.tcc | 133 _M_extract(iter_type __beg, iter_type __end, ios_base& __io, 199 for (; __beg != __end && __j < __len 209 if (__lc->_M_positive_sign_size && __beg != __end 215 else if (__lc->_M_negative_sign_size && __beg != __end 233 for (; __beg != __end; ++__beg) 277 if (__beg != __end && __ctype.is(ctype_base::space, *__beg)) 284 for (; __beg != __end 296 for (; __beg != __end && __i < __sign_size 342 if (__beg == __end) 351 __do_get(iter_type __beg, iter_type __end, bool __intl, ios_base& __io [all...] |