Searched refs:__i (Results 1 - 25 of 157) sorted by relevance

1234567

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr20931.C11 (((((union { double __d; int __i[2]; }) {__d: __x}).__i[1] local
/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dnumeric_members.cc52 for (size_t __i = 0; __i < __num_base::_S_oend; ++__i)
53 _M_data->_M_atoms_out[__i] = __num_base::_S_atoms_out[__i];
55 for (size_t __i = 0; __i < __num_base::_S_iend; ++__i)
56 _M_data->_M_atoms_in[__i] = __num_base::_S_atoms_in[__i];
[all...]
H A Dmonetary_members.cc70 for (size_t __i = 0; __i < money_base::_S_end; ++__i)
71 _M_data->_M_atoms[__i] = money_base::_S_atoms[__i];
96 for (size_t __i = 0; __i < money_base::_S_end; ++__i)
97 _M_data->_M_atoms[__i] = money_base::_S_atoms[__i];
[all...]
H A Dctype_members.cc250 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...]
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dmultiseq_selection.h148 for (_SeqNumber __i = 0; __i < __m; __i++)
150 __nn += std::distance(__begin_seqs[__i].first,
151 __begin_seqs[__i].second);
153 std::distance(__begin_seqs[__i].first,
154 __begin_seqs[__i].second) > 0);
159 for (_SeqNumber __i = 0; __i < __m; __i
[all...]
H A Dlist_partition.h73 for (typename std::vector<_IIter>::size_type __i = 0;
74 __i <= (__os_starts.size() / 2); ++__i)
75 __os_starts[__i] = __os_starts[__i * 2];
156 for (int __i = 1; __i < (__num_parts + 1 - __size_greater); ++__i)
158 __lengths[__i - 1] = __size_part * __range_length;
160 __starts[__i]
[all...]
H A Dfor_each_selectors.h56 * @param __i iterator referencing object. */
59 operator()(_Op& __o, _It __i) argument
61 __o(*__i);
72 * @param __i iterator referencing object. */
75 operator()(_Op& __o, _It __i) argument
77 *__i = __o();
88 * @param __i iterator referencing object. */
91 operator()(_ValueType& __v, _It __i) argument
93 *__i = __v;
104 * @param __i iterato
107 operator ()(_Op& __o, _It __i) argument
123 operator ()(_Op& __o, _It __i) argument
146 operator ()(_Tp& __v, _It __i) argument
170 operator ()(_Op& __o, _It __i) argument
188 operator ()(_ValueType& __v, _It __i) argument
202 operator ()(_Op& __o, _It __i) argument
216 operator ()(_Op __o, _It __i) argument
261 operator ()(_Op __o, _It __i) argument
274 operator ()(_Op& __o, _It __i) argument
294 operator ()(_It __i) argument
[all...]
H A Domp_loop_static.h89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
90 __thread_results[__i] = _Result();
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
102 __output = __r(__output, __thread_results[__i]);
H A Domp_loop.h89 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
90 __thread_results[__i] = _Result();
101 for (_ThreadIndex __i = 0; __i < __num_threads; ++__i)
102 __output = __r(__output, __thread_results[__i]);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dlookup3.C12 int __i;
15 __u.__i;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011217-2.c9 (((((union { double __d; int __i[2]; }) {__d: __x}).__i[1] local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A Dcgraph_edge.C4 template<typename _InputIterator, typename _Distance> inline void advance(_InputIterator& __i, _Distance __n) argument
8 --__i;
10 --__i;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dloadpre10.c21 int __i; local
27 __i = 0;
31 __i = __i + 1;
32 if (D17630 != __i) goto L8; else goto L19;
H A Dpr21417.c21 int __i; local
27 __i = 0;
31 __i = __i + 1;
32 if (D17630 != __i) goto L8; else goto L19;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20101010-2_0.C10 for (size_t __i;;)
11 _M_w[__i] = static_cast < _WordT > (0);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D980211-1.c11 union { long double __l; int __i[3]; } __u = { __l: __x }; member in union:__anon2659
13 return (__u.__i[2] & 0x8000) != 0;
H A Dpr32708-1.c13 __m128i long2vector(long long __i) argument
15 return _mm_set_epi64x (0, __i);
H A Dpr32708-2.c13 __m128i long2vector(long long __i) argument
15 return _mm_set_epi64x (0, __i);
H A Dpr32708-3.c13 __m128i long2vector(long long __i) argument
15 return _mm_set_epi64x (0, __i);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-complex.C12 constexpr complex(float __r = 0.0f, float __i = 0.0f)
13 : _M_value(__r + __i * 1.0fi) { }
/haiku-buildtools/gcc/libstdc++-v3/config/locale/newlib/
H A Dctype_members.cc254 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...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dscal-to-vec2.c11 int __i; \
12 for (__i = 0; __i < count; __i++) {\
13 if (vidx (type, vec1, __i) != oper##lr (num, vidx (type, vec0, __i), op)) \
20 int __i; \
21 for (__i = 0; __i < count; __i
[all...]
H A D990413-2.c9 union { double __d; int __i[2]; } __x; member in union:__anon1207
10 __x.__i[0] = 0x0;
11 __x.__i[1] = 0x80000000;
/haiku-buildtools/gcc/libstdc++-v3/config/locale/darwin/
H A Dctype_members.cc154 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...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/dragonfly/
H A Dctype_members.cc155 wint_t __i; local
156 for (__i = 0; __i < 128; ++__i)
158 const int __c = wctob(__i);
162 _M_narrow[__i] = static_cast<char>(__c);
164 if (__i == 128)
168 for (size_t __i = 0;
169 __i < sizeof(_M_widen) / sizeof(wint_t); ++__i)
[all...]

Completed in 208 milliseconds

1234567