Searched defs:__y (Results 1 - 25 of 573) sorted by relevance

1234567891011>>

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_relops_cont.h8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
7 operator ==(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
15 operator <(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
25 swap(_STLP_TEMPLATE_CONTAINER& __x, _STLP_TEMPLATE_CONTAINER& __y) argument
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_relops_cont.h8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
7 operator ==(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
15 operator <(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
25 swap(_STLP_TEMPLATE_CONTAINER& __x, _STLP_TEMPLATE_CONTAINER& __y) argument
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_relops_cont.h8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
7 operator ==(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
15 operator <(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
25 swap(_STLP_TEMPLATE_CONTAINER& __x, _STLP_TEMPLATE_CONTAINER& __y) argument
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_relops_cont.h8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
7 operator ==(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
15 operator <(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
25 swap(_STLP_TEMPLATE_CONTAINER& __x, _STLP_TEMPLATE_CONTAINER& __y) argument
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_relops.h80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y) argument
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y) argument
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
113 operator <=(const _Tp& __x, const _Tp& __y) argument
126 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
H A Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
45 unsigned long long __y, unsigned long long *__p)
47 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
56 return __builtin_ia32_addcarry_u32(__cf, __x, __y, __p);
62 unsigned long long __y, unsigned long long *__p)
64 return __builtin_ia32_addcarry_u64(__cf, __x, __y, __p);
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
72 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __
44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
61 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
77 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h63 /// integer vector operand at the index and of the length specified by __y.
73 /// \param __y
84 _mm_extract_si64(__m128i __x, __m128i __y) argument
86 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y);
131 /// __y into the lower 64 bits of the destination integer vector __x at
132 /// the index and of the length specified by __y.
143 /// specified by operand __y.
144 /// \param __y
146 /// bits are the least significant bits of operand __y with length specified
152 /// parameter __y ar
160 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
45 unsigned long long __y, unsigned long long *__p)
47 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
56 return __builtin_ia32_addcarry_u32(__cf, __x, __y, __p);
62 unsigned long long __y, unsigned long long *__p)
64 return __builtin_ia32_addcarry_u64(__cf, __x, __y, __p);
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
72 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __
44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
61 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
77 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h63 /// integer vector operand at the index and of the length specified by __y.
73 /// \param __y
84 _mm_extract_si64(__m128i __x, __m128i __y) argument
86 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y);
131 /// __y into the lower 64 bits of the destination integer vector __x at
132 /// the index and of the length specified by __y.
143 /// specified by operand __y.
144 /// \param __y
146 /// bits are the least significant bits of operand __y with length specified
152 /// parameter __y ar
160 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
45 unsigned long long __y, unsigned long long *__p)
47 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
56 return __builtin_ia32_addcarry_u32(__cf, __x, __y, __p);
62 unsigned long long __y, unsigned long long *__p)
64 return __builtin_ia32_addcarry_u64(__cf, __x, __y, __p);
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
72 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __
44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
61 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
77 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h61 /// integer vector operand at the index and of the length specified by __y.
69 /// \param __y
79 _mm_extract_si64(__m128i __x, __m128i __y) argument
81 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y);
124 /// __y into the lower 64 bits of the destination integer vector __x at the
125 /// index and of the length specified by __y.
134 /// specified by operand __y.
135 /// \param __y
137 /// bits are the least significant bits of operand __y with length specified
142 /// index are both zero, bits [63:0] of parameter __y ar
151 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
45 unsigned long long __y, unsigned long long *__p)
47 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
56 return __builtin_ia32_addcarry_u32(__cf, __x, __y, __p);
62 unsigned long long __y, unsigned long long *__p)
64 return __builtin_ia32_addcarry_u64(__cf, __x, __y, __p);
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
72 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __
44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
61 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
77 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h61 /// integer vector operand at the index and of the length specified by __y.
69 /// \param __y
79 _mm_extract_si64(__m128i __x, __m128i __y) argument
81 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y);
124 /// __y into the lower 64 bits of the destination integer vector __x at the
125 /// index and of the length specified by __y.
134 /// specified by operand __y.
135 /// \param __y
137 /// bits are the least significant bits of operand __y with length specified
142 /// index are both zero, bits [63:0] of parameter __y ar
151 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
45 unsigned long long __y, unsigned long long *__p)
47 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
56 return __builtin_ia32_addcarry_u32(__cf, __x, __y, __p);
62 unsigned long long __y, unsigned long long *__p)
64 return __builtin_ia32_addcarry_u64(__cf, __x, __y, __p);
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
72 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __
44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
61 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
77 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h61 /// integer vector operand at the index and of the length specified by __y.
69 /// \param __y
79 _mm_extract_si64(__m128i __x, __m128i __y) argument
81 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y);
124 /// __y into the lower 64 bits of the destination integer vector __x at the
125 /// index and of the length specified by __y.
134 /// specified by operand __y.
135 /// \param __y
137 /// bits are the least significant bits of operand __y with length specified
142 /// index are both zero, bits [63:0] of parameter __y ar
151 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
45 unsigned long long __y, unsigned long long *__p)
47 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
56 return __builtin_ia32_addcarry_u32(__cf, __x, __y, __p);
62 unsigned long long __y, unsigned long long *__p)
64 return __builtin_ia32_addcarry_u64(__cf, __x, __y, __p);
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
72 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __
44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
61 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
77 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h61 /// integer vector operand at the index and of the length specified by __y.
69 /// \param __y
79 _mm_extract_si64(__m128i __x, __m128i __y) argument
81 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y);
124 /// __y into the lower 64 bits of the destination integer vector __x at the
125 /// index and of the length specified by __y.
134 /// specified by operand __y.
135 /// \param __y
137 /// bits are the least significant bits of operand __y with length specified
142 /// index are both zero, bits [63:0] of parameter __y ar
151 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
H A Dadxintrin.h36 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
45 unsigned long long __y, unsigned long long *__p)
47 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);
53 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
56 return __builtin_ia32_addcarry_u32(__cf, __x, __y, __p);
62 unsigned long long __y, unsigned long long *__p)
64 return __builtin_ia32_addcarry_u64(__cf, __x, __y, __p);
69 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
72 return __builtin_ia32_subborrow_u32(__cf, __x, __y, __
44 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
61 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
77 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]

Completed in 1254 milliseconds

1234567891011>>