| /src/external/apache2/llvm/dist/libcxx/src/ |
| valarray.cpp | 26 for (size_t __i = 0; __i < __size_.size(); ++__i) 27 __k *= __size_[__i]; 35 size_t __i = __indices.size() - 1; local 38 if (++__indices[__i] < __size_[__i]) 41 __1d_[__k] = __1d_[__k-1] + __stride_[__i]; 42 for (size_t __j = __i + 1; __j != __indices.size(); ++__j) 48 if (__i == 0 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| numeric_impl.h | 52 [=, &__binary_op2](_DifferenceType __i) { return __binary_op2(__first1[__i], __first2[__i]); }); 80 [__first1, __first2, __binary_op2](_RandomAccessIterator1 __i) mutable 81 { return __binary_op2(*__i, *(__first2 + (__i - __first1))); }, 84 [__first1, __first2, __binary_op1, __binary_op2](_RandomAccessIterator1 __i, _RandomAccessIterator1 __j, member in namespace:__pstl 87 return __internal::__brick_transform_reduce(__i, __j, __first2 + (__i - __first1), __init, 114 [=, &__unary_op](_DifferenceType __i) { return __unary_op(__first[__i]); }) [all...] |
| parallel_backend_utils.h | 70 const auto __i = __zs - __zs_beg; local 71 if (__i < __nx) 92 const auto __i = __zs - __zs_beg; local 93 if (__same_move_val || __i < __nx) 128 const auto __i = __zs - __zs_beg; local 129 if (__same_move_seq || __i < __nx)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| numeric_impl.h | 50 [=, &__binary_op2](_DifferenceType __i) { return __binary_op2(__first1[__i], __first2[__i]); }); 74 [__first1, __first2, __binary_op2](_RandomAccessIterator1 __i) mutable { 75 return __binary_op2(*__i, *(__first2 + (__i - __first1))); 80 __is_vector](_RandomAccessIterator1 __i, _RandomAccessIterator1 __j, _Tp __init) -> _Tp { member in namespace:__pstl 81 return __internal::__brick_transform_reduce(__i, __j, __first2 + (__i - __first1), __init, __binary_op1, 107 [=, &__unary_op](_DifferenceType __i) { return __unary_op(__first[__i]); }) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/ext/ |
| opt_random.h | 82 size_t __i; local 83 for (__i = 0; __i < _M_nstate - __pos1; ++__i) 87 (_M_state[__i], _M_state[__i + __pos1], __r1, __r2); 88 _mm_store_si128(&_M_state[__i], __r); 92 for (; __i < _M_nstate; ++__i) 96 (_M_state[__i], _M_state[__i + __pos1 - _M_nstate], __r1, __r2) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/darwin/ |
| ctype_members.cc | 154 wint_t __i; local 155 for (__i = 0; __i < 128; ++__i) 157 const int __c = wctob(__i); 161 _M_narrow[__i] = static_cast<char>(__c); 163 if (__i == 128) 167 for (size_t __i = 0; 168 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
| ctype_inline.h | 131 size_t __i = 0; local 132 for (;__i <= __bitmasksize; ++__i) 134 const mask __bit = static_cast<mask>(1 << __i);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/ext/ |
| opt_random.h | 82 size_t __i; local 83 for (__i = 0; __i < _M_nstate - __pos1; ++__i) 87 (_M_state[__i], _M_state[__i + __pos1], __r1, __r2); 88 _mm_store_si128(&_M_state[__i], __r); 92 for (; __i < _M_nstate; ++__i) 96 (_M_state[__i], _M_state[__i + __pos1 - _M_nstate], __r1, __r2) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/darwin/ |
| ctype_members.cc | 154 wint_t __i; local 155 for (__i = 0; __i < 128; ++__i) 157 const int __c = wctob(__i); 161 _M_narrow[__i] = static_cast<char>(__c); 163 if (__i == 128) 167 for (size_t __i = 0; 168 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/ |
| ctype_inline.h | 131 size_t __i = 0; local 132 for (;__i <= __bitmasksize; ++__i) 134 const mask __bit = static_cast<mask>(1 << __i);
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| bmi2intrin.h | 121 long __i; local 122 for (__i = 0; __i < __builtin_popcountl (__M); __i++)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/aarch64/opt/ext/ |
| opt_random.h | 120 size_t __i; local 121 for (__i = 0; __i < _M_nstate - __pos1; ++__i) 124 (_M_state[__i], _M_state[__i + __pos1], __r1, __r2, __aData); 126 _M_state[__i] = __r; 131 for (; __i < _M_nstate; ++__i) 134 (_M_state[__i], _M_state[__i + __pos1 - _M_nstate], __r1, __r2 [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| ctype_members.cc | 256 wint_t __i; local 257 for (__i = 0; __i < 128; ++__i) 259 const int __c = wctob_l(__i, (locale_t)_M_c_locale_ctype); 263 _M_narrow[__i] = static_cast<char>(__c); 265 if (__i == 128)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 250 wint_t __i; local 251 for (__i = 0; __i < 128; ++__i) 253 const int __c = wctob(__i); 257 _M_narrow[__i] = static_cast<char>(__c); 259 if (__i == 128) 263 for (size_t __i = 0; 264 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| ctype_members.cc | 277 wint_t __i; local 278 for (__i = 0; __i < 128; ++__i) 280 const int __c = wctob(__i); 284 _M_narrow[__i] = static_cast<char>(__c); 286 if (__i == 128)
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/newlib/ |
| ctype_members.cc | 254 wint_t __i; local 255 for (__i = 0; __i < 128; ++__i) 257 const int __c = wctob(__i); 261 _M_narrow[__i] = static_cast<char>(__c); 263 if (__i == 128) 267 for (size_t __i = 0; 268 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 264 wint_t __i; local 265 for (__i = 0; __i < 128; ++__i) 267 const int __c = wctob(__i); 271 _M_narrow[__i] = static_cast<char>(__c); 273 if (__i == 128) 277 for (size_t __i = 0; 278 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| unique_copy.h | 87 _DifferenceType __i = 0; local 95 ++__i; 103 ++__i; 117 ++__i; 120 __counter[__iam] = __i; 135 __i = 0; 148 ++__i; 153 __counter[__num_threads] = __i;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| bmi2intrin.h | 121 long __i; local 122 for (__i = 0; __i < __builtin_popcountl (__M); __i++)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/aarch64/opt/ext/ |
| opt_random.h | 120 size_t __i; local 121 for (__i = 0; __i < _M_nstate - __pos1; ++__i) 124 (_M_state[__i], _M_state[__i + __pos1], __r1, __r2, __aData); 126 _M_state[__i] = __r; 131 for (; __i < _M_nstate; ++__i) 134 (_M_state[__i], _M_state[__i + __pos1 - _M_nstate], __r1, __r2 [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| ctype_members.cc | 256 wint_t __i; local 257 for (__i = 0; __i < 128; ++__i) 259 const int __c = wctob_l(__i, (locale_t)_M_c_locale_ctype); 263 _M_narrow[__i] = static_cast<char>(__c); 265 if (__i == 128)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 250 wint_t __i; local 251 for (__i = 0; __i < 128; ++__i) 253 const int __c = wctob(__i); 257 _M_narrow[__i] = static_cast<char>(__c); 259 if (__i == 128) 263 for (size_t __i = 0; 264 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| ctype_members.cc | 277 wint_t __i; local 278 for (__i = 0; __i < 128; ++__i) 280 const int __c = wctob(__i); 284 _M_narrow[__i] = static_cast<char>(__c); 286 if (__i == 128)
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/ |
| ctype_members.cc | 254 wint_t __i; local 255 for (__i = 0; __i < 128; ++__i) 257 const int __c = wctob(__i); 261 _M_narrow[__i] = static_cast<char>(__c); 263 if (__i == 128) 267 for (size_t __i = 0; 268 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 264 wint_t __i; local 265 for (__i = 0; __i < 128; ++__i) 267 const int __c = wctob(__i); 271 _M_narrow[__i] = static_cast<char>(__c); 273 if (__i == 128) 277 for (size_t __i = 0; 278 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i) [all...] |