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

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 125 constexpr pair(_U1&& __x, const _T2& __y)
126 : first(std::forward<_U1>(__x)), second(__y) { }
130 constexpr pair(const _T1& __x, _U2&& __y)
131 : first(__x), second(std::forward<_U2>(__y)) { }
136 constexpr pair(_U1&& __x, _U2&& __y)
137 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
206 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
207 { return __x.first == __y.first && __x.second == __y.second; }
212 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
stl_relops.h 81 * @param __y Another thing.
82 * @return __x != __y
88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
94 * @param __y Another thing.
95 * @return __x > __y
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
107 * @param __y Another thing.
108 * @return __x <= __y
    [all...]
valarray_before.h 190 _Tp operator()(const _Tp& __x, const _Tp& __y) const
191 { return __x + __y; }
197 _Tp operator()(const _Tp& __x, const _Tp& __y) const
198 { return __x - __y; }
204 _Tp operator()(const _Tp& __x, const _Tp& __y) const
205 { return __x * __y; }
211 _Tp operator()(const _Tp& __x, const _Tp& __y) const
212 { return __x / __y; }
218 _Tp operator()(const _Tp& __x, const _Tp& __y) const
219 { return __x % __y; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 125 constexpr pair(_U1&& __x, const _T2& __y)
126 : first(std::forward<_U1>(__x)), second(__y) { }
130 constexpr pair(const _T1& __x, _U2&& __y)
131 : first(__x), second(std::forward<_U2>(__y)) { }
136 constexpr pair(_U1&& __x, _U2&& __y)
137 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
206 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
207 { return __x.first == __y.first && __x.second == __y.second; }
212 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
stl_relops.h 81 * @param __y Another thing.
82 * @return __x != __y
88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
94 * @param __y Another thing.
95 * @return __x > __y
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
107 * @param __y Another thing.
108 * @return __x <= __y
    [all...]
valarray_before.h 190 _Tp operator()(const _Tp& __x, const _Tp& __y) const
191 { return __x + __y; }
197 _Tp operator()(const _Tp& __x, const _Tp& __y) const
198 { return __x - __y; }
204 _Tp operator()(const _Tp& __x, const _Tp& __y) const
205 { return __x * __y; }
211 _Tp operator()(const _Tp& __x, const _Tp& __y) const
212 { return __x / __y; }
218 _Tp operator()(const _Tp& __x, const _Tp& __y) const
219 { return __x % __y; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 133 constexpr pair(_U1&& __x, const _T2& __y)
134 : first(std::forward<_U1>(__x)), second(__y) { }
138 constexpr pair(const _T1& __x, _U2&& __y)
139 : first(__x), second(std::forward<_U2>(__y)) { }
144 constexpr pair(_U1&& __x, _U2&& __y)
145 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
214 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
215 { return __x.first == __y.first && __x.second == __y.second; }
220 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
stl_relops.h 80 * @param __y Another thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y)
88 { return !(__x == __y); }
93 * @param __y Another thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y)
101 { return __y < __x; }
106 * @param __y Another thing.
107 * @return __x <= __y
    [all...]
valarray_before.h 189 _Tp operator()(const _Tp& __x, const _Tp& __y) const
190 { return __x + __y; }
196 _Tp operator()(const _Tp& __x, const _Tp& __y) const
197 { return __x - __y; }
203 _Tp operator()(const _Tp& __x, const _Tp& __y) const
204 { return __x * __y; }
210 _Tp operator()(const _Tp& __x, const _Tp& __y) const
211 { return __x / __y; }
217 _Tp operator()(const _Tp& __x, const _Tp& __y) const
218 { return __x % __y; }
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
wmmintrin.h 43 _mm_aesdec_si128 (__m128i __X, __m128i __Y)
45 return (__m128i) __builtin_ia32_aesdec128 ((__v2di)__X, (__v2di)__Y);
51 _mm_aesdeclast_si128 (__m128i __X, __m128i __Y)
54 (__v2di)__Y);
60 _mm_aesenc_si128 (__m128i __X, __m128i __Y)
62 return (__m128i) __builtin_ia32_aesenc128 ((__v2di)__X, (__v2di)__Y);
68 _mm_aesenclast_si128 (__m128i __X, __m128i __Y)
70 return (__m128i) __builtin_ia32_aesenclast128 ((__v2di)__X, (__v2di)__Y);
106 _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
109 (__v2di)__Y, __I)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
wmmintrin.h 43 _mm_aesdec_si128 (__m128i __X, __m128i __Y)
45 return (__m128i) __builtin_ia32_aesdec128 ((__v2di)__X, (__v2di)__Y);
51 _mm_aesdeclast_si128 (__m128i __X, __m128i __Y)
54 (__v2di)__Y);
60 _mm_aesenc_si128 (__m128i __X, __m128i __Y)
62 return (__m128i) __builtin_ia32_aesenc128 ((__v2di)__X, (__v2di)__Y);
68 _mm_aesenclast_si128 (__m128i __X, __m128i __Y)
70 return (__m128i) __builtin_ia32_aesenclast128 ((__v2di)__X, (__v2di)__Y);
106 _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
109 (__v2di)__Y, __I)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_before.h 188 _Tp operator()(const _Tp& __x, const _Tp& __y) const
189 { return __x + __y; }
195 _Tp operator()(const _Tp& __x, const _Tp& __y) const
196 { return __x - __y; }
202 _Tp operator()(const _Tp& __x, const _Tp& __y) const
203 { return __x * __y; }
209 _Tp operator()(const _Tp& __x, const _Tp& __y) const
210 { return __x / __y; }
216 _Tp operator()(const _Tp& __x, const _Tp& __y) const
217 { return __x % __y; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
wmmintrin.h 43 _mm_aesdec_si128 (__m128i __X, __m128i __Y)
45 return (__m128i) __builtin_ia32_aesdec128 ((__v2di)__X, (__v2di)__Y);
51 _mm_aesdeclast_si128 (__m128i __X, __m128i __Y)
54 (__v2di)__Y);
60 _mm_aesenc_si128 (__m128i __X, __m128i __Y)
62 return (__m128i) __builtin_ia32_aesenc128 ((__v2di)__X, (__v2di)__Y);
68 _mm_aesenclast_si128 (__m128i __X, __m128i __Y)
70 return (__m128i) __builtin_ia32_aesenclast128 ((__v2di)__X, (__v2di)__Y);
106 _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
109 (__v2di)__Y, __I)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_before.h 190 _Tp operator()(const _Tp& __x, const _Tp& __y) const
191 { return __x + __y; }
197 _Tp operator()(const _Tp& __x, const _Tp& __y) const
198 { return __x - __y; }
204 _Tp operator()(const _Tp& __x, const _Tp& __y) const
205 { return __x * __y; }
211 _Tp operator()(const _Tp& __x, const _Tp& __y) const
212 { return __x / __y; }
218 _Tp operator()(const _Tp& __x, const _Tp& __y) const
219 { return __x % __y; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
wmmintrin.h 43 _mm_aesdec_si128 (__m128i __X, __m128i __Y)
45 return (__m128i) __builtin_ia32_aesdec128 ((__v2di)__X, (__v2di)__Y);
51 _mm_aesdeclast_si128 (__m128i __X, __m128i __Y)
54 (__v2di)__Y);
60 _mm_aesenc_si128 (__m128i __X, __m128i __Y)
62 return (__m128i) __builtin_ia32_aesenc128 ((__v2di)__X, (__v2di)__Y);
68 _mm_aesenclast_si128 (__m128i __X, __m128i __Y)
70 return (__m128i) __builtin_ia32_aesenclast128 ((__v2di)__X, (__v2di)__Y);
106 _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
109 (__v2di)__Y, __I)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
wmmintrin.h 43 _mm_aesdec_si128 (__m128i __X, __m128i __Y)
45 return (__m128i) __builtin_ia32_aesdec128 ((__v2di)__X, (__v2di)__Y);
51 _mm_aesdeclast_si128 (__m128i __X, __m128i __Y)
54 (__v2di)__Y);
60 _mm_aesenc_si128 (__m128i __X, __m128i __Y)
62 return (__m128i) __builtin_ia32_aesenc128 ((__v2di)__X, (__v2di)__Y);
68 _mm_aesenclast_si128 (__m128i __X, __m128i __Y)
70 return (__m128i) __builtin_ia32_aesenclast128 ((__v2di)__X, (__v2di)__Y);
106 _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
109 (__v2di)__Y, __I)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_before.h 190 _Tp operator()(const _Tp& __x, const _Tp& __y) const
191 { return __x + __y; }
197 _Tp operator()(const _Tp& __x, const _Tp& __y) const
198 { return __x - __y; }
204 _Tp operator()(const _Tp& __x, const _Tp& __y) const
205 { return __x * __y; }
211 _Tp operator()(const _Tp& __x, const _Tp& __y) const
212 { return __x / __y; }
218 _Tp operator()(const _Tp& __x, const _Tp& __y) const
219 { return __x % __y; }
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
wmmintrin.h 43 _mm_aesdec_si128 (__m128i __X, __m128i __Y)
45 return (__m128i) __builtin_ia32_aesdec128 ((__v2di)__X, (__v2di)__Y);
51 _mm_aesdeclast_si128 (__m128i __X, __m128i __Y)
54 (__v2di)__Y);
60 _mm_aesenc_si128 (__m128i __X, __m128i __Y)
62 return (__m128i) __builtin_ia32_aesenc128 ((__v2di)__X, (__v2di)__Y);
68 _mm_aesenclast_si128 (__m128i __X, __m128i __Y)
70 return (__m128i) __builtin_ia32_aesenclast128 ((__v2di)__X, (__v2di)__Y);
106 _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
109 (__v2di)__Y, __I)
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
wmmintrin.h 43 _mm_aesdec_si128 (__m128i __X, __m128i __Y)
45 return (__m128i) __builtin_ia32_aesdec128 ((__v2di)__X, (__v2di)__Y);
51 _mm_aesdeclast_si128 (__m128i __X, __m128i __Y)
54 (__v2di)__Y);
60 _mm_aesenc_si128 (__m128i __X, __m128i __Y)
62 return (__m128i) __builtin_ia32_aesenc128 ((__v2di)__X, (__v2di)__Y);
68 _mm_aesenclast_si128 (__m128i __X, __m128i __Y)
70 return (__m128i) __builtin_ia32_aesenclast128 ((__v2di)__X, (__v2di)__Y);
106 _mm_clmulepi64_si128 (__m128i __X, __m128i __Y, const int __I)
109 (__v2di)__Y, __I)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 188 _Tp operator()(const _Tp& __x, const _Tp& __y) const
189 { return __x + __y; }
195 _Tp operator()(const _Tp& __x, const _Tp& __y) const
196 { return __x - __y; }
202 _Tp operator()(const _Tp& __x, const _Tp& __y) const
203 { return __x * __y; }
209 _Tp operator()(const _Tp& __x, const _Tp& __y) const
210 { return __x / __y; }
216 _Tp operator()(const _Tp& __x, const _Tp& __y) const
217 { return __x % __y; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 188 _Tp operator()(const _Tp& __x, const _Tp& __y) const
189 { return __x + __y; }
195 _Tp operator()(const _Tp& __x, const _Tp& __y) const
196 { return __x - __y; }
202 _Tp operator()(const _Tp& __x, const _Tp& __y) const
203 { return __x * __y; }
209 _Tp operator()(const _Tp& __x, const _Tp& __y) const
210 { return __x / __y; }
216 _Tp operator()(const _Tp& __x, const _Tp& __y) const
217 { return __x % __y; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 188 _Tp operator()(const _Tp& __x, const _Tp& __y) const
189 { return __x + __y; }
195 _Tp operator()(const _Tp& __x, const _Tp& __y) const
196 { return __x - __y; }
202 _Tp operator()(const _Tp& __x, const _Tp& __y) const
203 { return __x * __y; }
209 _Tp operator()(const _Tp& __x, const _Tp& __y) const
210 { return __x / __y; }
216 _Tp operator()(const _Tp& __x, const _Tp& __y) const
217 { return __x % __y; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_before.h 188 _Tp operator()(const _Tp& __x, const _Tp& __y) const
189 { return __x + __y; }
195 _Tp operator()(const _Tp& __x, const _Tp& __y) const
196 { return __x - __y; }
202 _Tp operator()(const _Tp& __x, const _Tp& __y) const
203 { return __x * __y; }
209 _Tp operator()(const _Tp& __x, const _Tp& __y) const
210 { return __x / __y; }
216 _Tp operator()(const _Tp& __x, const _Tp& __y) const
217 { return __x % __y; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_before.h 190 _Tp operator()(const _Tp& __x, const _Tp& __y) const
191 { return __x + __y; }
197 _Tp operator()(const _Tp& __x, const _Tp& __y) const
198 { return __x - __y; }
204 _Tp operator()(const _Tp& __x, const _Tp& __y) const
205 { return __x * __y; }
211 _Tp operator()(const _Tp& __x, const _Tp& __y) const
212 { return __x / __y; }
218 _Tp operator()(const _Tp& __x, const _Tp& __y) const
219 { return __x % __y; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_before.h 190 _Tp operator()(const _Tp& __x, const _Tp& __y) const
191 { return __x + __y; }
197 _Tp operator()(const _Tp& __x, const _Tp& __y) const
198 { return __x - __y; }
204 _Tp operator()(const _Tp& __x, const _Tp& __y) const
205 { return __x * __y; }
211 _Tp operator()(const _Tp& __x, const _Tp& __y) const
212 { return __x / __y; }
218 _Tp operator()(const _Tp& __x, const _Tp& __y) const
219 { return __x % __y; }
    [all...]

Completed in 123 milliseconds

1 2 3 4 56 7 8 91011>>