HomeSort by: relevance | last modified time | path
    Searched defs:__y (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/ext/
opt_random.h 50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_cmp.h 124 auto __y = reinterpret_cast<__UINTPTR_TYPE__>( local
126 return __x < __y;
chrono_io.h 229 operator|(_ChronoParts __x, _ChronoParts __y) noexcept
230 { return static_cast<_ChronoParts>((int)__x | (int)__y); }
233 operator|=(_ChronoParts& __x, _ChronoParts __y) noexcept
234 { return __x = __x | __y; }
826 chrono::year __y = _S_year(__t); local
831 __tm.tm_year = (int)__y - 1900;
837 int __yi = (int)__y;
945 year __y = year_month_day(__d).year(); local
946 return _M_C_y_Y(__y, std::move(__out), __ctx, "yY"[__full]);
1233 const year __y = __ymd.year() local
1253 year __y; local
3161 year __y = __bad_y, __yy = __bad_y; \/\/ %Y, %yy local
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_ppc.h 51 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
53 __x = _Base::_S_bit_shift_left(__x, __y);
56 = (__y._M_data < sizeof(_Tp) * __CHAR_BIT__) & __x._M_data;
62 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, int __y)
64 __x = _Base::_S_bit_shift_left(__x, __y);
67 if (__y >= int(sizeof(_Tp) * __CHAR_BIT__))
77 _S_bit_shift_right(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
83 return (__y._M_data < __nbits)
84 & _Base::_S_bit_shift_right(__x, __y)._M_data;
87 _Base::_S_masked_assign(_SimdWrapper<_Tp, _Np>(__y._M_dat
89 __y, __nbits - 1); local
    [all...]
simd_neon.h 97 const auto __y = __binary_op(__halves[0], __halves[1]); local
99 __y, static_cast<_BinaryOperation&&>(__binary_op));
simd_math.h 131 __name(const simd<_Tp, _Abi>& __x, const typename _Arg2::type& __y) \
134 _Abi::_SimdImpl::_S_##__name(__data(__x), _Arg2::_S_data(__y))}; \
162 __name(const simd<_Tp, _Abi>& __x, const typename _Arg2::type& __y, \
166 _Abi::_SimdImpl::_S_##__name(__data(__x), _Arg2::_S_data(__y), \
197 simd<float, _Abi> __y; local
198 __y = 0x1.ap-16f; // 1/8!
199 __y = __y * __x2 - 0x1.6c1p-10f; // -1/6!
200 __y = __y * __x2 + 0x1.555556p-5f; // 1/4
209 simd<double, _Abi> __y; local
227 simd<float, _Abi> __y; local
241 simd<double, _Abi> __y; local
318 const auto __y = (__r._M_x * __1_over_pi + 0x1.8p23f) - 0x1.8p23f; local
331 const _V __y = nearbyint(__r._M_x * __2_over_pi); local
342 _VD __y = nearbyint(__xd * __2_over_pi); local
365 const _V __y = nearbyint(__r._M_x \/ (2 * __pi_over_4)); local
    [all...]
simd_x86_conversions.h 380 auto __y = _mm_unpacklo_epi16(__intrin, __x); local
382 return __intrin_bitcast<_To>(_mm_unpacklo_epi32(__y, __x));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/ext/
opt_random.h 50 __m128i __y = _mm_srli_epi32(__b, __sr1); local
56 __y = _mm_and_si128(__y, _mm_set_epi32(__msk4, __msk3, __msk2, __msk1));
58 return _mm_xor_si128(__z, __y);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_cmp.h 127 auto __y = reinterpret_cast<__UINTPTR_TYPE__>( local
129 return __x < __y;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_ppc.h 51 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
53 __x = _Base::_S_bit_shift_left(__x, __y);
56 = (__y._M_data < sizeof(_Tp) * __CHAR_BIT__) & __x._M_data;
62 _S_bit_shift_left(_SimdWrapper<_Tp, _Np> __x, int __y)
64 __x = _Base::_S_bit_shift_left(__x, __y);
67 if (__y >= int(sizeof(_Tp) * __CHAR_BIT__))
77 _S_bit_shift_right(_SimdWrapper<_Tp, _Np> __x, _SimdWrapper<_Tp, _Np> __y)
83 return (__y._M_data < __nbits)
84 & _Base::_S_bit_shift_right(__x, __y)._M_data;
87 _Base::_S_masked_assign(_SimdWrapper<_Tp, _Np>(__y._M_dat
89 __y, __nbits - 1); local
    [all...]
simd_neon.h 97 const auto __y = __binary_op(__halves[0], __halves[1]); local
99 __y, static_cast<_BinaryOperation&&>(__binary_op));
simd_math.h 131 __name(const simd<_Tp, _Abi>& __x, const typename _Arg2::type& __y) \
134 _Abi::_SimdImpl::_S_##__name(__data(__x), _Arg2::_S_data(__y))}; \
162 __name(const simd<_Tp, _Abi>& __x, const typename _Arg2::type& __y, \
166 _Abi::_SimdImpl::_S_##__name(__data(__x), _Arg2::_S_data(__y), \
197 simd<float, _Abi> __y; local
198 __y = 0x1.ap-16f; // 1/8!
199 __y = __y * __x2 - 0x1.6c1p-10f; // -1/6!
200 __y = __y * __x2 + 0x1.555556p-5f; // 1/4
209 simd<double, _Abi> __y; local
227 simd<float, _Abi> __y; local
241 simd<double, _Abi> __y; local
318 const auto __y = (__r._M_x * __1_over_pi + 0x1.8p23f) - 0x1.8p23f; local
331 const _V __y = nearbyint(__r._M_x * __2_over_pi); local
342 _VD __y = nearbyint(__xd * __2_over_pi); local
365 const _V __y = nearbyint(__r._M_x \/ (2 * __pi_over_4)); local
    [all...]
simd_x86_conversions.h 380 auto __y = _mm_unpacklo_epi16(__intrin, __x); local
382 return __intrin_bitcast<_To>(_mm_unpacklo_epi32(__y, __x));
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/aarch64/opt/ext/
opt_random.h 84 __Uint32x4_t __y = (__b >> __sr1); local
94 __y = __y & __e;
96 return __z ^ __y;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/aarch64/opt/ext/
opt_random.h 84 __Uint32x4_t __y = (__b >> __sr1); local
94 __y = __y & __e;
96 return __z ^ __y;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
tree.cc 70 _Rb_tree_node_base* __y = __x->_M_parent; local
71 while (__x == __y->_M_right)
73 __x = __y;
74 __y = __y->_M_parent;
76 if (__x->_M_right != __y)
77 __x = __y;
102 _Rb_tree_node_base* __y = __x->_M_left; local
103 while (__y->_M_right != 0)
104 __y = __y->_M_right
109 _Rb_tree_node_base* __y = __x->_M_parent; local
136 _Rb_tree_node_base* const __y = __x->_M_right; local
167 _Rb_tree_node_base* const __y = __x->_M_left; local
239 _Rb_tree_node_base* const __y = __xpp->_M_right; local
261 _Rb_tree_node_base* const __y = __xpp->_M_left; local
292 _Rb_tree_node_base* __y = __z; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
tree.cc 70 _Rb_tree_node_base* __y = __x->_M_parent; local
71 while (__x == __y->_M_right)
73 __x = __y;
74 __y = __y->_M_parent;
76 if (__x->_M_right != __y)
77 __x = __y;
102 _Rb_tree_node_base* __y = __x->_M_left; local
103 while (__y->_M_right != 0)
104 __y = __y->_M_right
109 _Rb_tree_node_base* __y = __x->_M_parent; local
136 _Rb_tree_node_base* const __y = __x->_M_right; local
167 _Rb_tree_node_base* const __y = __x->_M_left; local
239 _Rb_tree_node_base* const __y = __xpp->_M_right; local
261 _Rb_tree_node_base* const __y = __xpp->_M_left; local
292 _Rb_tree_node_base* __y = __z; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 100 _Tp __y = __rho * sin(__theta); local
101 if (std::isnan(__y))
102 __y = 0;
103 return std::complex<_Tp>(__x, __y);
159 const std::complex<_Tp> &__y) {
160 return exp(__y * log(__x));
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 195 result_type __x, __y, __r2; local
203 __y = result_type(2.0) * __aurng() - 1.0;
204 __r2 = __x * __x + __y * __y;
211 *__f = __y * __mult * __param.stddev() + __param.mean();
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 195 result_type __x, __y, __r2; local
203 __y = result_type(2.0) * __aurng() - 1.0;
204 __r2 = __x * __x + __y * __y;
211 *__f = __y * __mult * __param.stddev() + __param.mean();
  /src/sys/arch/ews4800mips/sbd/
kbms_sbdio.c 497 static int k, __x, __y; local
502 __y = MINMAX(__y + y, 0, FB_HEIGHT);
503 *(uint8_t *)(fb.fb_addr + __x + __y * FB_LINEBYTES) = 0xff;

Completed in 43 milliseconds