Searched refs:__v (Results 1 - 25 of 65) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr29119.c5 __asm__ ("" :: "m"(({unsigned __v; __v;}))); /* { dg-warning "memory input 0 is not directly addressable" } */
H A Dpr52493.c30 unsigned int __v; local
31 __v = cmpmtime(&flow->mtime, &start_time);
32 *((unsigned int *) p) = __v;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dstmtexpr9.C7 l1 = l = ({ unsigned __v; __v; });
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr44809.C5 mEvictionRank[i] = ({ unsigned int __v = i; __v; });
H A Dpr46149.C23 B (const S & __v):A < S > (__v, __v) argument
/haiku-buildtools/gcc/gcc/config/i386/
H A Dcross-stdarg.h43 #define __ms_va_start(__v,__l) __builtin_ms_va_start(__v,__l)
44 #define __ms_va_arg(__v,__l) __builtin_va_arg(__v,__l)
45 #define __ms_va_end(__v) __builtin_ms_va_end(__v)
48 #define __sysv_va_start(__v,__l) __builtin_sysv_va_start(__v,__l)
49 #define __sysv_va_arg(__v,__l) __builtin_va_arg(__v,__
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc49 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, argument
66 __v = strtof(__s, &__sanity);
69 __v = static_cast<float>(__d);
71 if (!finitef (__v))
74 if (!finite (static_cast<double> (__v)))
77 if (isinf (static_cast<double> (__v)))
89 __v = 0.0f;
94 || __v == numeric_limits<float>::infinity()
95 || __v == -numeric_limits<float>::infinity()
97 || ((__v > 1.
114 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale&) argument
159 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale&) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc49 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, argument
66 __v = strtof(__s, &__sanity);
69 __v = static_cast<float>(__d);
71 if (!finitef (__v))
74 if (!finite (static_cast<double> (__v)))
77 if (isinf (static_cast<double> (__v)))
89 __v = 0.0f;
94 || __v == numeric_limits<float>::infinity()
95 || __v == -numeric_limits<float>::infinity()
97 || ((__v > 1.
114 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale&) argument
159 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale&) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.cc43 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, argument
47 __v = __strtof_l(__s, &__sanity, __cloc);
53 __v = 0.0f;
56 else if (__v == numeric_limits<float>::infinity())
58 __v = numeric_limits<float>::max();
61 else if (__v == -numeric_limits<float>::infinity())
63 __v = -numeric_limits<float>::max();
70 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, argument
74 __v = __strtod_l(__s, &__sanity, __cloc);
80 __v
97 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale& __cloc) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dshared_ptr_atomic.h210 * @param __v A non-null pointer to a shared_ptr object.
212 * @return True if @c *__p was equivalent to @c *__v, false otherwise.
221 shared_ptr<_Tp>* __v,
227 _Sp_locker __lock{__p, __v};
229 if (*__p == *__v && !__less(*__p, *__v) && !__less(*__v, *__p))
235 __x = std::move(*__v);
236 *__v = *__p;
242 atomic_compare_exchange_strong(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, argument
220 atomic_compare_exchange_strong_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w, memory_order, memory_order) argument
251 atomic_compare_exchange_weak_explicit(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w, memory_order __success, memory_order __failure) argument
263 atomic_compare_exchange_weak(shared_ptr<_Tp>* __p, shared_ptr<_Tp>* __v, shared_ptr<_Tp> __w) argument
272 atomic_compare_exchange_strong_explicit(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp>* __v, __shared_ptr<_Tp, _Lp> __w, memory_order, memory_order) argument
294 atomic_compare_exchange_strong(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp>* __v, __shared_ptr<_Tp, _Lp> __w) argument
304 atomic_compare_exchange_weak_explicit(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp>* __v, __shared_ptr<_Tp, _Lp> __w, memory_order __success, memory_order __failure) argument
316 atomic_compare_exchange_weak(__shared_ptr<_Tp, _Lp>* __p, __shared_ptr<_Tp, _Lp>* __v, __shared_ptr<_Tp, _Lp> __w) argument
[all...]
H A Dlocale_facets.h1991 * @param __v Value to format and insert.
1996 ios_base::iostate& __err, bool& __v) const
1997 { return this->do_get(__in, __end, __io, __err, __v); }
2028 * @param __v Value to format and insert.
2033 ios_base::iostate& __err, long& __v) const
2034 { return this->do_get(__in, __end, __io, __err, __v); }
2038 ios_base::iostate& __err, unsigned short& __v) const
2039 { return this->do_get(__in, __end, __io, __err, __v); }
2043 ios_base::iostate& __err, unsigned int& __v) const
2044 { return this->do_get(__in, __end, __io, __err, __v); }
[all...]
H A Dvalarray_after.h222 valarray<_Tp> __v = valarray<_Tp>(*this)[__s]; local
223 return __v;
230 valarray<_Tp> __v = valarray<_Tp>(*this)[__gs]; local
231 return __v;
238 valarray<_Tp> __v = valarray<_Tp>(*this)[__m]; local
239 return __v;
246 valarray<_Tp> __v = valarray<_Tp>(*this)[__i]; local
247 return __v;
259 valarray<_Tp> __v = valarray<_Tp>(*this).shift(__n); local
260 return __v;
267 valarray<_Tp> __v = valarray<_Tp>(*this).cshift(__n); local
275 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f); local
283 valarray<_Tp> __v = valarray<_Tp>(*this).apply(__f); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dmt_allocator.cc146 void* __v = ::operator new(__options._M_chunk_size); local
147 _Block_address* __address = static_cast<_Block_address*>(__v);
148 __address->_M_initial = __v;
152 char* __c = static_cast<char*>(__v) + sizeof(_Block_address);
210 void* __v = ::operator new(sizeof(_Bin_record) * _M_bin_size); local
211 _M_bin = static_cast<_Bin_record*>(__v);
215 __v = ::operator new(sizeof(_Block_record*));
216 __bin._M_first = static_cast<_Block_record**>(__v);
387 void* __v = ::operator new(__options._M_chunk_size); local
388 _Block_address* __address = static_cast<_Block_address*>(__v);
435 void* __v = ::operator new(__options._M_chunk_size); local
507 void* __v = ::operator new(sizeof(_Bin_record) * _M_bin_size); local
702 void* __v = ::operator new(sizeof(_Bin_record) * _M_bin_size); local
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/c++11/
H A Dsnprintf_lite.cc34 __int_to_char(_CharT* __bufend, _ValueT __v, const _CharT* __lit,
120 const char *__v = va_arg(__ap, const char *); local
122 while (__v[0] != '\0' && __d < __limit)
123 *__d++ = *__v++;
125 if (__v[0] != '\0')
/haiku-buildtools/gcc/libstdc++-v3/include/debug/
H A Dsafe_sequence.h52 explicit _Not_equal_to(const _Type& __v) : __value(__v) { } argument
67 explicit _Equal_to(const _Type& __v) : __value(__v) { } argument
/haiku-buildtools/gcc/gmp/tune/
H A Dmodlinv.c69 mp_limb_t __v = (n); \
70 mp_limb_t __v_orig = __v; \
75 ASSERT ((__v & 1) == 1); \
80 __two_i <<= 1, __v <<= 1; \
82 __make_zero -= __v; \
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Derror5.C11 template<typename _Tp, _Tp __v>
14 static constexpr _Tp value = __v;
16 typedef integral_constant<_Tp, __v> type;
24 template<typename _Tp, _Tp __v>
25 constexpr _Tp integral_constant<_Tp, __v>::value;
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dgslice_array.h117 gslice_array<_Tp>::operator= (const valarray<_Tp>& __v) const
119 __valarray_copy (_Array<_Tp> (__v), __v.size (),
136 gslice_array<_Tp>::operator##op##= (const valarray<_Tp>& __v) const \
139 _Array<_Tp> (__v), __v.size ()); \
H A Dmask_array.h109 mask_array<_T>::operator= (const valarray<_T>& __v) const
110 { __valarray_copy (_Array<_T> (__v), __v.size (), _M_array, _M_mask); }
122 mask_array<_T>::operator##op##= (const valarray<_T>& __v) const \
125 _Array<_T> (__v), __v.size ()); \
H A Dvalarray_meta.h83 _UnFunClos (const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
84 : _Base (__v, __f) {}
166 _BinFunClos (const valarray<_Tp>& __v, const valarray<_Tp>& __w, argument
168 : _Base (__v, __w, __f) {}
178 _BinFunClos (const _Dom& __e, const valarray<_Tp>& __v, argument
180 : _Base (__e, __v, __f) {}
190 _BinFunClos (const valarray<_Tp>& __v, const _Dom& __e, argument
192 : _Base (__v, __e, __f) {}
223 _BinFunClos (const valarray<_Tp>& __v, const _Tp& __t, argument
225 : _Base (__v, __
234 _BinFunClos(const _Tp& __t, const valarray<_Tp>& __v, _Tp __f (_Tp, _Tp)) argument
275 _ValFunClos(const valarray<_Tp>& __v, _Tp __f(_Tp)) argument
296 _RefFunClos(const valarray<_Tp>& __v, _Tp __f(const _Tp&)) argument
430 _BinClos(const valarray<_Tp>& __v, const valarray<_Tp>& __w) argument
482 _BinClos(const valarray<_Tp>& __v, const _Tp& __t) argument
492 _BinClos(const _Tp& __t, const valarray<_Tp>& __v) argument
[all...]
H A Dindirect_array.h113 indirect_array<_Tp>::operator= (const valarray<_Tp>& __v) const
114 { __valarray_copy (_Array<_Tp> (__v), _M_sz, _M_array, _M_index); }
126 indirect_array<_Tp>::operator##op##= (const valarray<_Tp>& __v) const \
128 _Array_augmented_##name (_M_array, _M_index, _Array<_Tp> (__v), _M_sz); \
H A Dslice_array.h111 slice_array<_T>::operator= (const valarray<_T>& __v) const
112 { __valarray_copy (_Array<_T> (__v), _M_array, _M_sz, _M_stride); }
124 slice_array<_T>::operator##op##= (const valarray<_T>& __v) const \
126 _Array_augmented_##name (_M_array, _M_sz, _M_stride, _Array<_T> (__v));\
/haiku-buildtools/gcc/libstdc++-v3/config/cpu/i486/opt/bits/
H A Dopt_random.h88 } __v; local
93 __v.__i = _mm_and_si128(_mm_set_epi64x(__urng(),
112 __v.__i = _mm_set_epi64x(__v1, __v2);
116 __v.__i = _mm_set_epi64x(__urng(), __urng());
123 __v.__i = _mm_and_si128(_mm_set_epi64x(__v1, __v2),
172 __v.__i = _mm_set_epi64x(__v1, __v2);
175 __v.__i = _mm_or_si128(__v.__i, __two);
176 __x = _mm_sub_pd(__v.__d, __three);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20090907-1.c13 uint32_t __v; __v;}
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dfor_each_selectors.h87 * @param __v Current value.
91 operator()(_ValueType& __v, _It __i) argument
93 *__i = __v;
143 * @param __v Current value.
146 operator()(_Tp& __v, _It __i) argument
148 if (*__i == __v)
183 * @param __v Current value.
188 operator()(_ValueType& __v, _It __i) argument
189 { return (__v == *__i) ? 1 : 0; }

Completed in 263 milliseconds

123