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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_pair.h 88 pair(_U1&& __x, _U2&& __y)
90 second(std::forward<_U2>(__y)) { }
146 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
147 { return __x.first == __y.first && __x.second == __y.second; }
152 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
153 { return __x.first < __y.first
154 || (!(__y.first < __x.first) && __x.second < __y.second); }
159 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 120 pair(_U1&& __x, const _T2& __y)
121 : first(std::forward<_U1>(__x)), second(__y) { }
125 pair(const _T1& __x, _U2&& __y)
126 : first(__x), second(std::forward<_U2>(__y)) { }
131 pair(_U1&& __x, _U2&& __y)
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
201 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
202 { return __x.first == __y.first && __x.second == __y.second; }
207 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 120 pair(_U1&& __x, const _T2& __y)
121 : first(std::forward<_U1>(__x)), second(__y) { }
125 pair(const _T1& __x, _U2&& __y)
126 : first(__x), second(std::forward<_U2>(__y)) { }
131 pair(_U1&& __x, _U2&& __y)
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
201 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
202 { return __x.first == __y.first && __x.second == __y.second; }
207 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 88 pair(_U1&& __x, _U2&& __y)
90 second(std::forward<_U2>(__y)) { }
146 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
147 { return __x.first == __y.first && __x.second == __y.second; }
152 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
153 { return __x.first < __y.first
154 || (!(__y.first < __x.first) && __x.second < __y.second); }
159 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 88 pair(_U1&& __x, _U2&& __y)
90 second(std::forward<_U2>(__y)) { }
146 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
147 { return __x.first == __y.first && __x.second == __y.second; }
152 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
153 { return __x.first < __y.first
154 || (!(__y.first < __x.first) && __x.second < __y.second); }
159 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 88 pair(_U1&& __x, _U2&& __y)
90 second(std::forward<_U2>(__y)) { }
146 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
147 { return __x.first == __y.first && __x.second == __y.second; }
152 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
153 { return __x.first < __y.first
154 || (!(__y.first < __x.first) && __x.second < __y.second); }
159 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 120 pair(_U1&& __x, const _T2& __y)
121 : first(std::forward<_U1>(__x)), second(__y) { }
125 pair(const _T1& __x, _U2&& __y)
126 : first(__x), second(std::forward<_U2>(__y)) { }
131 pair(_U1&& __x, _U2&& __y)
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
201 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
202 { return __x.first == __y.first && __x.second == __y.second; }
207 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 120 pair(_U1&& __x, const _T2& __y)
121 : first(std::forward<_U1>(__x)), second(__y) { }
125 pair(const _T1& __x, _U2&& __y)
126 : first(__x), second(std::forward<_U2>(__y)) { }
131 pair(_U1&& __x, _U2&& __y)
132 : first(std::forward<_U1>(__x)), second(std::forward<_U2>(__y)) { }
201 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
202 { return __x.first == __y.first && __x.second == __y.second; }
207 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /external/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 392 copysign(float __x, float __y)
393 { return __builtin_copysignf(__x, __y); }
396 copysign(long double __x, long double __y)
397 { return __builtin_copysignl(__x, __y); }
401 copysign(_Tp __x, _Up __y)
404 return copysign(__type(__x), __type(__y));
479 fdim(float __x, float __y)
480 { return __builtin_fdimf(__x, __y); }
483 fdim(long double __x, long double __y)
484 { return __builtin_fdiml(__x, __y); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 392 copysign(float __x, float __y)
393 { return __builtin_copysignf(__x, __y); }
396 copysign(long double __x, long double __y)
397 { return __builtin_copysignl(__x, __y); }
401 copysign(_Tp __x, _Up __y)
404 return copysign(__type(__x), __type(__y));
479 fdim(float __x, float __y)
480 { return __builtin_fdimf(__x, __y); }
483 fdim(long double __x, long double __y)
484 { return __builtin_fdiml(__x, __y); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 392 copysign(float __x, float __y)
393 { return __builtin_copysignf(__x, __y); }
396 copysign(long double __x, long double __y)
397 { return __builtin_copysignl(__x, __y); }
401 copysign(_Tp __x, _Up __y)
404 return copysign(__type(__x), __type(__y));
479 fdim(float __x, float __y)
480 { return __builtin_fdimf(__x, __y); }
483 fdim(long double __x, long double __y)
484 { return __builtin_fdiml(__x, __y); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 392 copysign(float __x, float __y)
393 { return __builtin_copysignf(__x, __y); }
396 copysign(long double __x, long double __y)
397 { return __builtin_copysignl(__x, __y); }
401 copysign(_Tp __x, _Up __y)
404 return copysign(__type(__x), __type(__y));
479 fdim(float __x, float __y)
480 { return __builtin_fdimf(__x, __y); }
483 fdim(long double __x, long double __y)
484 { return __builtin_fdiml(__x, __y); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath 392 copysign(float __x, float __y)
393 { return __builtin_copysignf(__x, __y); }
396 copysign(long double __x, long double __y)
397 { return __builtin_copysignl(__x, __y); }
401 copysign(_Tp __x, _Up __y)
404 return copysign(__type(__x), __type(__y));
479 fdim(float __x, float __y)
480 { return __builtin_fdimf(__x, __y); }
483 fdim(long double __x, long double __y)
484 { return __builtin_fdiml(__x, __y); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 66 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x == __y; }
79 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x < __y; }
115 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x + __y; }
120 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x - __y; }
135 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x * __y; }
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
stack 99 operator==(const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y);
104 operator< (const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y);
219 operator==(const stack<T1, _C1>& __x, const stack<T1, _C1>& __y);
224 operator< (const stack<T1, _C1>& __x, const stack<T1, _C1>& __y);
230 operator==(const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y)
232 return __x.c == __y.c;
238 operator< (const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y)
240 return __x.c < __y.c;
246 operator!=(const stack<_Tp, _Container>& __x, const stack<_Tp, _Container>& __y)
248 return !(__x == __y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
thread 85 operator==(thread::id __x, thread::id __y)
86 { return __gthread_equal(__x._M_thread, __y._M_thread); }
89 operator<(thread::id __x, thread::id __y)
90 { return __x._M_thread < __y._M_thread; }
201 swap(thread& __x, thread& __y)
202 { __x.swap(__y); }
205 operator!=(thread::id __x, thread::id __y)
206 { return !(__x == __y); }
209 operator<=(thread::id __x, thread::id __y)
210 { return !(__y < __x);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
thread 85 operator==(thread::id __x, thread::id __y)
86 { return __gthread_equal(__x._M_thread, __y._M_thread); }
89 operator<(thread::id __x, thread::id __y)
90 { return __x._M_thread < __y._M_thread; }
201 swap(thread& __x, thread& __y)
202 { __x.swap(__y); }
205 operator!=(thread::id __x, thread::id __y)
206 { return !(__x == __y); }
209 operator<=(thread::id __x, thread::id __y)
210 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
thread 85 operator==(thread::id __x, thread::id __y)
86 { return __gthread_equal(__x._M_thread, __y._M_thread); }
89 operator<(thread::id __x, thread::id __y)
90 { return __x._M_thread < __y._M_thread; }
201 swap(thread& __x, thread& __y)
202 { __x.swap(__y); }
205 operator!=(thread::id __x, thread::id __y)
206 { return !(__x == __y); }
209 operator<=(thread::id __x, thread::id __y)
210 { return !(__y < __x);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
thread 83 operator==(thread::id __x, thread::id __y) noexcept
84 { return __gthread_equal(__x._M_thread, __y._M_thread); }
87 operator<(thread::id __x, thread::id __y) noexcept
88 { return __x._M_thread < __y._M_thread; }
198 swap(thread& __x, thread& __y) noexcept
199 { __x.swap(__y); }
202 operator!=(thread::id __x, thread::id __y) noexcept
203 { return !(__x == __y); }
206 operator<=(thread::id __x, thread::id __y) noexcept
207 { return !(__y < __x);
    [all...]

Completed in 468 milliseconds

1 2 3 4 5 67 8 91011>>