HomeSort by: relevance | last modified time | path
    Searched defs:__x (Results 1 - 25 of 35) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bionic/
ctype_configure_char.cc 71 int __x = __c; local
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x);
89 int __x = __c; local
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/os/newlib/
ctype_configure_char.cc 71 int __x = __c; local
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x);
89 int __x = __c; local
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bionic/
ctype_configure_char.cc 71 int __x = __c; local
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x);
89 int __x = __c; local
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/newlib/
ctype_configure_char.cc 71 int __x = __c; local
72 return (this->is(ctype_base::lower, __c) ? (__x - 'a' + 'A') : __x);
89 int __x = __c; local
90 return (this->is(ctype_base::upper, __c) ? (__x - 'A' + 'a') : __x);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/ext/
opt_random.h 55 __m128i __x = _mm_slli_si128(__a, __sl2); local
57 __z = _mm_xor_si128(__z, __x);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/aarch64/opt/ext/
opt_random.h 92 __Uint32x4_t __x = __aarch64_lsl_128 ((__Uint8x16_t) __a, __sl2); local
95 __z = __z ^ __x;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/aarch64/opt/ext/
opt_random.h 92 __Uint32x4_t __x = __aarch64_lsl_128 ((__Uint8x16_t) __a, __sl2); local
95 __z = __z ^ __x;
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
tree.cc 60 local_Rb_tree_increment(_Rb_tree_node_base* __x) throw ()
62 if (__x->_M_right != 0)
64 __x = __x->_M_right;
65 while (__x->_M_left != 0)
66 __x = __x->_M_left;
70 _Rb_tree_node_base* __y = __x->_M_parent;
71 while (__x == __y->_M_right)
73 __x = __y
293 _Rb_tree_node_base* __x = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
tree.cc 60 local_Rb_tree_increment(_Rb_tree_node_base* __x) throw ()
62 if (__x->_M_right != 0)
64 __x = __x->_M_right;
65 while (__x->_M_left != 0)
66 __x = __x->_M_left;
70 _Rb_tree_node_base* __y = __x->_M_parent;
71 while (__x == __y->_M_right)
73 __x = __y
293 _Rb_tree_node_base* __x = 0; local
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/openmp_wrappers/
complex_cmath.h 97 _Tp __x = __rho * cos(__theta); local
98 if (std::isnan(__x))
99 __x = 0;
103 return std::complex<_Tp>(__x, __y);
108 template <class _Tp> std::complex<_Tp> log(const std::complex<_Tp> &__x) {
109 return std::complex<_Tp>(log(abs(__x)), arg(__x));
114 template <class _Tp> std::complex<_Tp> log10(const std::complex<_Tp> &__x) {
115 return log(__x) / log(_Tp(10));
121 __DEVICE__ std::complex<_Tp> sqrt(const std::complex<_Tp> &__x) {
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 83 __m128d __x; local
178 __x = _mm_sub_pd(__v.__d, __three);
179 __m128d __m = _mm_mul_pd(__x, __x);
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
189 _mm_storeu_pd(__f, __x);
195 result_type __x, __y, __r2; local
202 __x = result_type(2.0) * __aurng() - 1.0;
204 __r2 = __x * __x + __y * __y
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
boost_concept_check.h 78 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
239 _To __y _IsUnused = __x;
241 _From __x; member in struct:_ConvertibleConcept
255 bool __x _IsUnused = __t;
shared_ptr_atomic.h 273 shared_ptr<_Tp> __x; // goes out of scope after __lock local
278 __x = std::move(*__p);
282 __x = std::move(*__v);
329 __shared_ptr<_Tp, _Lp> __x; // goes out of scope after __lock local
334 __x = std::move(*__p);
338 __x = std::move(*__v);
487 auto __x = reinterpret_cast<uintptr_t>(__c._M_pi); local
489 __x = _M_val.exchange(__x, __o);
491 __c._M_pi = reinterpret_cast<pointer>(__x & ~_S_lock_bit)
    [all...]
stl_vector.h 107 _Vector_impl_data(_Vector_impl_data&& __x) noexcept
108 : _M_start(__x._M_start), _M_finish(__x._M_finish),
109 _M_end_of_storage(__x._M_end_of_storage)
110 { __x._M_start = __x._M_finish = __x._M_end_of_storage = pointer(); }
115 _M_copy_data(_Vector_impl_data const& __x) _GLIBCXX_NOEXCEPT
117 _M_start = __x._M_start;
118 _M_finish = __x._M_finish
1050 _M_fill_insert(end(), __new_size - size(), __x); local
1071 _M_fill_insert(end(), __new_size - size(), __x); local
    [all...]
unicode.h 380 uint32_t __x = (__u & 0x3F) << 10 | (__u2 & 0x3FF); local
382 __c = (__w + 1) << 16 | __x;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
simd_neon.h 88 _S_reduce(simd<_Tp, _Abi> __x, _BinaryOperation&& __binary_op)
92 constexpr size_t _Np = __x.size();
93 if constexpr (sizeof(__x) == 16 && _Np >= 4
96 const auto __halves = split<simd<_Tp, simd_abi::_Neon<8>>>(__x);
103 __x = __binary_op(__x, _Base::template _M_make_simd<_Tp, _Np>(
104 __vector_permute<1, 0, 3, 2, 5, 4, 7, 6>(__x._M_data)));
105 __x = __binary_op(__x, _Base::template _M_make_simd<_Tp, _Np>(
106 __vector_permute<3, 2, 1, 0, 7, 6, 5, 4>(__x._M_data)))
411 const auto __x = __vector_bitcast<long long>(__kk); local
431 const auto __x = __vector_bitcast<long long>(__kk); local
449 const auto __x = __vector_bitcast<long long>(__kk); local
    [all...]
simd_x86.h 42 __to_masktype(_SimdWrapper<_Tp, _Np> __x)
43 { return reinterpret_cast<__vector_type_t<__int_for_sizeof_t<_Tp>, _Np>>(__x._M_data); }
50 __to_masktype(_TV __x)
51 { return reinterpret_cast<__vector_type_t<_Up, _TVT::_S_full_size>>(__x); }
292 const auto __x = __vector_bitcast<conditional_t< local
295 decltype(__x){__x[0], __x[2], __x[1], __x[3]})
299 const auto __x = __vector_bitcast<conditional_t< local
306 const auto __x = __vector_bitcast<conditional_t< local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/cpu/i486/opt/bits/
opt_random.h 83 __m128d __x; local
178 __x = _mm_sub_pd(__v.__d, __three);
179 __m128d __m = _mm_mul_pd(__x, __x);
187 __x = _mm_add_pd(_mm_mul_pd(__x, _mm_set1_pd(__mult)), __av);
189 _mm_storeu_pd(__f, __x);
195 result_type __x, __y, __r2; local
202 __x = result_type(2.0) * __aurng() - 1.0;
204 __r2 = __x * __x + __y * __y
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
boost_concept_check.h 78 void (_Concept::*__x)() _IsUnused = &_Concept::__constraints;
239 _To __y _IsUnused = __x;
241 _From __x; member in struct:_ConvertibleConcept
255 bool __x _IsUnused = __t;
shared_ptr_atomic.h 257 shared_ptr<_Tp> __x; // goes out of scope after __lock local
262 __x = std::move(*__p);
266 __x = std::move(*__v);
309 __shared_ptr<_Tp, _Lp> __x; // goes out of scope after __lock local
314 __x = std::move(*__p);
318 __x = std::move(*__v);
470 auto __x = reinterpret_cast<uintptr_t>(__c._M_pi); local
472 __x = _M_val.exchange(__x, __o);
474 __c._M_pi = reinterpret_cast<pointer>(__x & ~_S_lock_bit)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
simd_neon.h 88 _S_reduce(simd<_Tp, _Abi> __x, _BinaryOperation&& __binary_op)
92 constexpr size_t _Np = __x.size();
93 if constexpr (sizeof(__x) == 16 && _Np >= 4
96 const auto __halves = split<simd<_Tp, simd_abi::_Neon<8>>>(__x);
103 __x = __binary_op(__x, _Base::template _M_make_simd<_Tp, _Np>(
104 __vector_permute<1, 0, 3, 2, 5, 4, 7, 6>(__x._M_data)));
105 __x = __binary_op(__x, _Base::template _M_make_simd<_Tp, _Np>(
106 __vector_permute<3, 2, 1, 0, 7, 6, 5, 4>(__x._M_data)))
411 const auto __x = __vector_bitcast<long long>(__kk); local
431 const auto __x = __vector_bitcast<long long>(__kk); local
449 const auto __x = __vector_bitcast<long long>(__kk); local
    [all...]
simd_x86.h 42 __to_masktype(_SimdWrapper<_Tp, _Np> __x)
43 { return reinterpret_cast<__vector_type_t<__int_for_sizeof_t<_Tp>, _Np>>(__x._M_data); }
50 __to_masktype(_TV __x)
51 { return reinterpret_cast<__vector_type_t<_Up, _TVT::_S_full_size>>(__x); }
292 const auto __x = __vector_bitcast<conditional_t< local
295 decltype(__x){__x[0], __x[2], __x[1], __x[3]})
299 const auto __x = __vector_bitcast<conditional_t< local
306 const auto __x = __vector_bitcast<conditional_t< local
    [all...]
  /src/sys/arch/ews4800mips/sbd/
kbms_sbdio.c 497 static int k, __x, __y; local
501 __x = MINMAX(__x + x, 0, FB_WIDTH);
503 *(uint8_t *)(fb.fb_addr + __x + __y * FB_LINEBYTES) = 0xff;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
debug.cc 324 _M_swap(_Safe_sequence_base& __x) noexcept
325 { swap_seq(_M_get_mutex(), *this, __x._M_get_mutex(), __x); } variable
449 _M_can_compare(const _Safe_iterator_base& __x) const throw ()
450 { return _M_sequence == __x._M_sequence; }
534 _M_swap(_Safe_unordered_container_base& __x) noexcept
535 { swap_ucont(_M_get_mutex(), *this, __x._M_get_mutex(), __x); } variable

Completed in 50 milliseconds

1 2