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

1 2 3

  /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);
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);
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);
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);
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);
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);
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;
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;
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...]
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...]
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;
  /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...]
  /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...]

Completed in 123 milliseconds

1 2 3