/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_sparc_atomic.h | 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
stl_relops.h | 85 operator!=(const _Tp& __x, const _Tp& __y) 86 { return !(__x == __y); } 98 operator>(const _Tp& __x, const _Tp& __y) 99 { return __y < __x; } 111 operator<=(const _Tp& __x, const _Tp& __y) 112 { return !(__y < __x); } 124 operator>=(const _Tp& __x, const _Tp& __y) 125 { return !(__x < __y); }
|
unique_ptr.h | 389 unique_ptr<_Tp, _Tp_Deleter>& __y) 390 { __x.swap(__y); } 396 const unique_ptr<_Up, _Up_Deleter>& __y) 397 { return __x.get() == __y.get(); } 403 const unique_ptr<_Up, _Up_Deleter>& __y) 404 { return !(__x.get() == __y.get()); } 410 const unique_ptr<_Up, _Up_Deleter>& __y) 411 { return __x.get() < __y.get(); } 417 const unique_ptr<_Up, _Up_Deleter>& __y) 418 { return !(__y.get() < __x.get()); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_relops.h | 88 operator!=(const _Tp& __x, const _Tp& __y) 89 { return !(__x == __y); } 101 operator>(const _Tp& __x, const _Tp& __y) 102 { return __y < __x; } 114 operator<=(const _Tp& __x, const _Tp& __y) 115 { return !(__y < __x); } 127 operator>=(const _Tp& __x, const _Tp& __y) 128 { return !(__x < __y); }
|
stl_stack.h | 241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 242 { return __x.c == __y.c; } 259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return __x.c < __y.c; } 265 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return !(__x == __y); } 271 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return __y < __x; } 277 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 278 { return !(__y < __x); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cstdlib.h | 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } 137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } 152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } 155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); }
|
_sparc_atomic.h | 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_cstdlib.h | 114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } 137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } 152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } 155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); }
|
_sparc_atomic.h | 59 # define _STLP_ATOMIC_EXCHANGE(__x, __y) _STLP_atomic_exchange((__stl_atomic_t*)__x, (__stl_atomic_t)__y)
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_relops.h | 88 operator!=(const _Tp& __x, const _Tp& __y) 89 { return !(__x == __y); } 101 operator>(const _Tp& __x, const _Tp& __y) 102 { return __y < __x; } 114 operator<=(const _Tp& __x, const _Tp& __y) 115 { return !(__y < __x); } 127 operator>=(const _Tp& __x, const _Tp& __y) 128 { return !(__x < __y); }
|
stl_stack.h | 241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 242 { return __x.c == __y.c; } 259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return __x.c < __y.c; } 265 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return !(__x == __y); } 271 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return __y < __x; } 277 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 278 { return !(__y < __x); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
thread | 203 bool operator==(__thread_id __x, __thread_id __y) _NOEXCEPT 204 {return __x.__id_ == __y.__id_;} 206 bool operator!=(__thread_id __x, __thread_id __y) _NOEXCEPT 207 {return !(__x == __y);} 209 bool operator< (__thread_id __x, __thread_id __y) _NOEXCEPT 210 {return __x.__id_ < __y.__id_;} 212 bool operator<=(__thread_id __x, __thread_id __y) _NOEXCEPT 213 {return !(__y < __x);} 215 bool operator> (__thread_id __x, __thread_id __y) _NOEXCEPT 216 {return __y < __x ; [all...] |
iterator | 558 operator==(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) 560 return __x.base() == __y.base(); 566 operator<(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) 568 return __x.base() > __y.base(); 574 operator!=(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) 576 return __x.base() != __y.base(); 582 operator>(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) 584 return __x.base() < __y.base(); 590 operator>=(const reverse_iterator<_Iter1>& __x, const reverse_iterator<_Iter2>& __y) 592 return __x.base() <= __y.base() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
base.h | 205 const first_argument_type& __y) 206 : op(__x), value(__y) { } 234 const second_argument_type& __y) 235 : op(__x), value(__y) { } 274 operator()(const _Tp& __x, const _Tp& __y) const 275 { return __x < __y; } 287 operator()(const _Tp1& __x, const _Tp2& __y) const 288 { return __x + __y; } 299 operator()(const _Tp& __x, const _Tp& __y) const 300 { return __x + __y; } [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 154 __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y)); 163 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y)); 188 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y)); 208 __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y)); 218 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 283 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 285 __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__)); 289 __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y)); 319 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_stack.h | 241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 242 { return __x.c == __y.c; } 259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return __x.c < __y.c; } 265 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return !(__x == __y); } 271 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return __y < __x; } 277 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 278 { return !(__y < __x); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 154 __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y)); 163 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y)); 188 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y)); 208 __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y)); 218 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 283 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 285 __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__)); 289 __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y)); 319 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x)); 154 __MATHCALL (pow,, (_Mdouble_ __x, _Mdouble_ __y)); 163 __MATHCALL (hypot,, (_Mdouble_ __x, _Mdouble_ __y)); 188 __MATHCALL (fmod,, (_Mdouble_ __x, _Mdouble_ __y)); 208 __MATHCALL (drem,, (_Mdouble_ __x, _Mdouble_ __y)); 218 __MATHCALLX (copysign,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 283 __MATHCALLX (nextafter,, (_Mdouble_ __x, _Mdouble_ __y), (__const__)); 285 __MATHCALLX (nexttoward,, (_Mdouble_ __x, long double __y), (__const__)); 289 __MATHCALL (remainder,, (_Mdouble_ __x, _Mdouble_ __y)); 319 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_stack.h | 241 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 242 { return __x.c == __y.c; } 259 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 260 { return __x.c < __y.c; } 265 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 266 { return !(__x == __y); } 271 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 272 { return __y < __x; } 277 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) 278 { return !(__y < __x); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
math.h | 105 extern float __nldbl_nexttowardf (float __x, long double __y) 108 extern float __REDIRECT_NTH (nexttowardf, (float __x, long double __y), 111 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y), 114 (long double __x, long double __y), 419 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 420 !isunordered (__x, __y) && __x > __y; })) 427 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 428 !isunordered (__x, __y) && __x >= __y; })) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 105 extern float __nldbl_nexttowardf (float __x, long double __y) 108 extern float __REDIRECT_NTH (nexttowardf, (float __x, long double __y), 111 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y), 114 (long double __x, long double __y), 419 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 420 !isunordered (__x, __y) && __x > __y; })) 427 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 428 !isunordered (__x, __y) && __x >= __y; })) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
math.h | 105 extern float __nldbl_nexttowardf (float __x, long double __y) 108 extern float __REDIRECT_NTH (nexttowardf, (float __x, long double __y), 111 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y), 114 (long double __x, long double __y), 419 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 420 !isunordered (__x, __y) && __x > __y; })) 427 ({ __typeof__(x) __x = (x); __typeof__(y) __y = (y); \ 428 !isunordered (__x, __y) && __x >= __y; })) [all...] |
/external/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } 458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); } 460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); } 463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); } [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } 458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); } 460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); } 463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } 413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } 458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); } 460 inline float pow(float __x, int __y) { return ::__powf(__x, __STATIC_CAST(float,__y)); } 463 inline float pow(float __x, int __y) { return __STATIC_CAST(float, _STLP_CMATH_FUNC_NAMESPACE::pow(__x, __STATIC_CAST(float,__y))); } [all...] |