HomeSort by relevance Sort by last modified time
    Searched full:__y (Results 26 - 50 of 1127) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [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)
50 (__v8hi)__Y,
60 _mm_blendv_epi8 (__m128i __X, __m128i __Y, __m128i __M)
63 (__v16qi)__Y,
72 _mm_blend_ps (__m128 __X, __m128 __Y, const int __M)
75 (__v4sf)__Y,
85 _mm_blendv_ps (__m128 __X, __m128 __Y, __m128 __M)
88 (__v4sf)__Y,
97 _mm_blend_pd (__m128d __X, __m128d __Y, const int __M)
100 (__v2df)__Y,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
beta_function.tcc 70 * @param __y The second argument of the beta function.
75 __beta_gamma(_Tp __x, _Tp __y)
80 if (__x > __y)
83 / std::tr1::tgamma(__x + __y);
84 __bet *= std::tr1::tgamma(__y);
88 __bet = std::tr1::tgamma(__y)
89 / std::tr1::tgamma(__x + __y);
93 if (__x > __y)
95 __bet = __gamma(__x) / __gamma(__x + __y);
96 __bet *= __gamma(__y);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
beta_function.tcc 69 * @param __y The second argument of the beta function.
74 __beta_gamma(_Tp __x, _Tp __y)
79 if (__x > __y)
82 / std::tr1::tgamma(__x + __y);
83 __bet *= std::tr1::tgamma(__y);
87 __bet = std::tr1::tgamma(__y)
88 / std::tr1::tgamma(__x + __y);
92 if (__x > __y)
94 __bet = __gamma(__x) / __gamma(__x + __y);
95 __bet *= __gamma(__y);
    [all...]
  /external/clang/lib/Headers/
bmi2intrin.h 36 _bzhi_u32(unsigned int __X, unsigned int __Y)
38 return __builtin_ia32_bzhi_si(__X, __Y);
42 _pdep_u32(unsigned int __X, unsigned int __Y)
44 return __builtin_ia32_pdep_si(__X, __Y);
48 _pext_u32(unsigned int __X, unsigned int __Y)
50 return __builtin_ia32_pext_si(__X, __Y);
56 _bzhi_u64(unsigned long long __X, unsigned long long __Y)
58 return __builtin_ia32_bzhi_di(__X, __Y);
62 _pdep_u64(unsigned long long __X, unsigned long long __Y)
64 return __builtin_ia32_pdep_di(__X, __Y);
    [all...]
  /external/clang/test/SemaTemplate/
instantiate-array.cpp 5 #define __CONCAT(__X, __Y) __CONCAT1(__X, __Y)
6 #define __CONCAT1(__X, __Y) __X ## __Y
  /prebuilts/sdk/renderscript/clang-include/
bmi2intrin.h 36 _bzhi_u32(unsigned int __X, unsigned int __Y)
38 return __builtin_ia32_bzhi_si(__X, __Y);
42 _pdep_u32(unsigned int __X, unsigned int __Y)
44 return __builtin_ia32_pdep_si(__X, __Y);
48 _pext_u32(unsigned int __X, unsigned int __Y)
50 return __builtin_ia32_pext_si(__X, __Y);
56 _bzhi_u64(unsigned long long __X, unsigned long long __Y)
58 return __builtin_ia32_bzhi_di(__X, __Y);
62 _pdep_u64(unsigned long long __X, unsigned long long __Y)
64 return __builtin_ia32_pdep_di(__X, __Y);
    [all...]
  /external/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
    [all...]

Completed in 1300 milliseconds

12 3 4 5 6 7 8 91011>>