HomeSort by relevance Sort by last modified time
    Searched full:__x (Results 51 - 75 of 1860) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
bmi2-builtins.c 9 unsigned int test_bzhi_u32(unsigned int __X, unsigned int __Y) {
11 return _bzhi_u32(__X, __Y);
14 unsigned int test_pdep_u32(unsigned int __X, unsigned int __Y) {
16 return _pdep_u32(__X, __Y);
19 unsigned int test_pext_u32(unsigned int __X, unsigned int __Y) {
21 return _pext_u32(__X, __Y);
24 unsigned int test_mulx_u32(unsigned int __X, unsigned int __Y,
30 return _mulx_u32(__X, __Y, __P);
33 unsigned long long test_bzhi_u64(unsigned long long __X, unsigned long long __Y) {
35 return _bzhi_u64(__X, __Y)
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tmmintrin.h 53 _mm_hadd_epi16 (__m128i __X, __m128i __Y)
55 return (__m128i) __builtin_ia32_phaddw128 ((__v8hi)__X, (__v8hi)__Y);
61 _mm_hadd_epi32 (__m128i __X, __m128i __Y)
63 return (__m128i) __builtin_ia32_phaddd128 ((__v4si)__X, (__v4si)__Y);
69 _mm_hadds_epi16 (__m128i __X, __m128i __Y)
71 return (__m128i) __builtin_ia32_phaddsw128 ((__v8hi)__X, (__v8hi)__Y);
77 _mm_hadd_pi16 (__m64 __X, __m64 __Y)
79 return (__m64) __builtin_ia32_phaddw ((__v4hi)__X, (__v4hi)__Y);
85 _mm_hadd_pi32 (__m64 __X, __m64 __Y)
87 return (__m64) __builtin_ia32_phaddd ((__v2si)__X, (__v2si)__Y)
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tmmintrin.h 53 _mm_hadd_epi16 (__m128i __X, __m128i __Y)
55 return (__m128i) __builtin_ia32_phaddw128 ((__v8hi)__X, (__v8hi)__Y);
61 _mm_hadd_epi32 (__m128i __X, __m128i __Y)
63 return (__m128i) __builtin_ia32_phaddd128 ((__v4si)__X, (__v4si)__Y);
69 _mm_hadds_epi16 (__m128i __X, __m128i __Y)
71 return (__m128i) __builtin_ia32_phaddsw128 ((__v8hi)__X, (__v8hi)__Y);
77 _mm_hadd_pi16 (__m64 __X, __m64 __Y)
79 return (__m64) __builtin_ia32_phaddw ((__v4hi)__X, (__v4hi)__Y);
85 _mm_hadd_pi32 (__m64 __X, __m64 __Y)
87 return (__m64) __builtin_ia32_phaddd ((__v2si)__X, (__v2si)__Y)
    [all...]
  /external/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 102 valarray(const value_type& __x, size_t __n) : _Valarray_base<_Tp>(__n)
103 { uninitialized_fill_n(this->_M_first, this->_M_size, __x); }
106 valarray(const valarray<_Tp>& __x) : _Valarray_base<_Tp>(__x._M_size) {
107 uninitialized_copy(__x._M_first, __x._M_first + __x._M_size,
136 valarray<_Tp>& operator=(const valarray<_Tp>& __x) {
137 _STLP_ASSERT(__x.size() == this->size())
138 if (this != &__x)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cmath 424 acosh(float __x)
425 { return __builtin_acoshf(__x); }
428 acosh(long double __x)
429 { return __builtin_acoshl(__x); }
434 acosh(_Tp __x)
435 { return __builtin_acosh(__x); }
440 asinh(float __x)
441 { return __builtin_asinhf(__x); }
444 asinh(long double __x)
445 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cmath 424 acosh(float __x)
425 { return __builtin_acoshf(__x); }
428 acosh(long double __x)
429 { return __builtin_acoshl(__x); }
434 acosh(_Tp __x)
435 { return __builtin_acosh(__x); }
440 asinh(float __x)
441 { return __builtin_asinhf(__x); }
444 asinh(long double __x)
445 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 424 acosh(float __x)
425 { return __builtin_acoshf(__x); }
428 acosh(long double __x)
429 { return __builtin_acoshl(__x); }
434 acosh(_Tp __x)
435 { return __builtin_acosh(__x); }
440 asinh(float __x)
441 { return __builtin_asinhf(__x); }
444 asinh(long double __x)
445 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 424 acosh(float __x)
425 { return __builtin_acoshf(__x); }
428 acosh(long double __x)
429 { return __builtin_acoshl(__x); }
434 acosh(_Tp __x)
435 { return __builtin_acosh(__x); }
440 asinh(float __x)
441 { return __builtin_asinhf(__x); }
444 asinh(long double __x)
445 { return __builtin_asinhl(__x); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
smmintrin.h 47 _mm_blend_epi16 (__m128i __X, __m128i __Y, const int __M)
49 return (__m128i) __builtin_ia32_pblendw128 ((__v8hi)__X,
60 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M)
62 return (__m128i) __builtin_ia32_pblendvb128 ((__v16qi)__X,
72 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M)
74 return (__m128) __builtin_ia32_blendps ((__v4sf)__X,
85 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M)
87 return (__m128) __builtin_ia32_blendvps ((__v4sf)__X,
97 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M)
99 return (__m128d) __builtin_ia32_blendpd ((__v2df)__X,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
cmath 61 pow(double __x, double __y)
62 { return std::pow(__x, __y); }
65 pow(float __x, float __y)
66 { return std::pow(__x, __y); }
69 pow(long double __x, long double __y)
70 { return std::pow(__x, __y); }
74 pow(_Tp __x, _Up __y)
77 return std::pow(__type(__x), __type(__y));
111 assoc_laguerref(unsigned int __n, unsigned int __m, float __x)
112 { return __detail::__assoc_laguerre<float>(__n, __m, __x); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
cmath 61 pow(double __x, double __y)
62 { return std::pow(__x, __y); }
65 pow(float __x, float __y)
66 { return std::pow(__x, __y); }
69 pow(long double __x, long double __y)
70 { return std::pow(__x, __y); }
74 pow(_Tp __x, _Up __y)
77 return std::pow(__type(__x), __type(__y));
111 assoc_laguerref(unsigned int __n, unsigned int __m, float __x)
112 { return __detail::__assoc_laguerre<float>(__n, __m, __x); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
cmath 61 pow(double __x, double __y)
62 { return std::pow(__x, __y); }
65 pow(float __x, float __y)
66 { return std::pow(__x, __y); }
69 pow(long double __x, long double __y)
70 { return std::pow(__x, __y); }
74 pow(_Tp __x, _Up __y)
77 return std::pow(__type(__x), __type(__y));
111 assoc_laguerref(unsigned int __n, unsigned int __m, float __x)
112 { return __detail::__assoc_laguerre<float>(__n, __m, __x); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
cmath 61 pow(double __x, double __y)
62 { return std::pow(__x, __y); }
65 pow(float __x, float __y)
66 { return std::pow(__x, __y); }
69 pow(long double __x, long double __y)
70 { return std::pow(__x, __y); }
74 pow(_Tp __x, _Up __y)
77 return std::pow(__type(__x), __type(__y));
111 assoc_laguerref(unsigned int __n, unsigned int __m, float __x)
112 { return __detail::__assoc_laguerre<float>(__n, __m, __x); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
cmath 61 pow(double __x, double __y)
62 { return std::pow(__x, __y); }
65 pow(float __x, float __y)
66 { return std::pow(__x, __y); }
69 pow(long double __x, long double __y)
70 { return std::pow(__x, __y); }
74 pow(_Tp __x, _Up __y)
77 return std::pow(__type(__x), __type(__y));
111 assoc_laguerref(unsigned int __n, unsigned int __m, float __x)
112 { return __detail::__assoc_laguerre<float>(__n, __m, __x); }
    [all...]
  /bionic/libc/arch-mips/string/
mips-string-ops.h 68 #define _ULW(__x) ((struct ulw *) ((char *)(&__x)))->b;
100 #define detect_zero(__x,__y,__01s,__80s)\
101 ((unsigned) __builtin_mips_subu_s_qb((v4i8) __01s,(v4i8) __x))
104 #define set_byte_lanes(__x) ((unsigned) __builtin_mips_repl_qb(__x))
107 #define def_and_set_01(__x) unsigned __x = (unsigned) __builtin_mips_repl_qb(0x01)
110 #define def_and_set_80(__x) /* do nothing */
115 The steps are, for __x = 0x31ff0001
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_tree.h 101 _S_minimum(_Base_ptr __x)
103 while (__x->_M_left != 0) __x = __x->_M_left;
104 return __x;
108 _S_minimum(_Const_Base_ptr __x)
110 while (__x->_M_left != 0) __x = __x->_M_left;
111 return __x;
1058 _Link_type __x = _M_begin(); local
1194 _Link_type __x = _M_begin(); local
1225 _Const_Link_type __x = _M_begin(); local
1311 _Link_type __x = _M_begin(); local
1348 _Link_type __x = _M_begin(); local
1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_tree.h 101 _S_minimum(_Base_ptr __x)
103 while (__x->_M_left != 0) __x = __x->_M_left;
104 return __x;
108 _S_minimum(_Const_Base_ptr __x)
110 while (__x->_M_left != 0) __x = __x->_M_left;
111 return __x;
1058 _Link_type __x = _M_begin(); local
1194 _Link_type __x = _M_begin(); local
1225 _Const_Link_type __x = _M_begin(); local
1311 _Link_type __x = _M_begin(); local
1348 _Link_type __x = _M_begin(); local
1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_tree.h 101 _S_minimum(_Base_ptr __x)
103 while (__x->_M_left != 0) __x = __x->_M_left;
104 return __x;
108 _S_minimum(_Const_Base_ptr __x)
110 while (__x->_M_left != 0) __x = __x->_M_left;
111 return __x;
1058 _Link_type __x = _M_begin(); local
1194 _Link_type __x = _M_begin(); local
1225 _Const_Link_type __x = _M_begin(); local
1311 _Link_type __x = _M_begin(); local
1348 _Link_type __x = _M_begin(); local
1623 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
complex 261 template<class _Tp> complex<_Tp> operator/(const complex<_Tp>& __x, const complex<_Tp>& __y);
528 operator+(const complex<_Tp>& __x, const complex<_Tp>& __y)
530 complex<_Tp> __t(__x);
538 operator+(const complex<_Tp>& __x, const _Tp& __y)
540 complex<_Tp> __t(__x);
548 operator+(const _Tp& __x, const complex<_Tp>& __y)
551 __t += __x;
558 operator-(const complex<_Tp>& __x, const complex<_Tp>& __y)
560 complex<_Tp> __t(__x);
568 operator-(const complex<_Tp>& __x, const _Tp& __y
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_tree.h 98 _S_minimum(_Base_ptr __x)
100 while (__x->_M_left != 0) __x = __x->_M_left;
101 return __x;
105 _S_minimum(_Const_Base_ptr __x)
107 while (__x->_M_left != 0) __x = __x->_M_left;
108 return __x;
954 _Link_type __x = _M_begin(); local
1090 _Link_type __x = _M_begin(); local
1121 _Const_Link_type __x = _M_begin(); local
1204 _Link_type __x = _M_begin(); local
1232 _Link_type __x = _M_begin(); local
1508 _Const_Link_type __x = static_cast<_Const_Link_type>(__it._M_node); local
    [all...]

Completed in 609 milliseconds

1 23 4 5 6 7 8 91011>>