HomeSort by relevance Sort by last modified time
    Searched refs:__y (Results 76 - 100 of 402) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 136 Reference__, _Distance>& __y)
137 { return __x.base() == __y.base(); }
144 const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __y)
145 { return !(__x == __y); }
243 Reference__, _Distance>& __y)
245 return __x.base() == __y.base();
254 Reference__, _Distance>& __y)
256 return __y.base() < __x.base();
267 Reference__, _Distance>& __y) {
268 return !(__x == __y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_iterator.h 279 const reverse_iterator<_Iterator>& __y)
280 { return __x.base() == __y.base(); }
285 const reverse_iterator<_Iterator>& __y)
286 { return __y.base() < __x.base(); }
291 const reverse_iterator<_Iterator>& __y)
292 { return !(__x == __y); }
297 const reverse_iterator<_Iterator>& __y)
298 { return __y < __x; }
303 const reverse_iterator<_Iterator>& __y)
304 { return !(__y < __x);
    [all...]
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/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 279 const reverse_iterator<_Iterator>& __y)
280 { return __x.base() == __y.base(); }
285 const reverse_iterator<_Iterator>& __y)
286 { return __y.base() < __x.base(); }
291 const reverse_iterator<_Iterator>& __y)
292 { return !(__x == __y); }
297 const reverse_iterator<_Iterator>& __y)
298 { return __y < __x; }
303 const reverse_iterator<_Iterator>& __y)
304 { return !(__y < __x);
    [all...]
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/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 279 const reverse_iterator<_Iterator>& __y)
280 { return __x.base() == __y.base(); }
285 const reverse_iterator<_Iterator>& __y)
286 { return __y.base() < __x.base(); }
291 const reverse_iterator<_Iterator>& __y)
292 { return !(__x == __y); }
297 const reverse_iterator<_Iterator>& __y)
298 { return __y < __x; }
303 const reverse_iterator<_Iterator>& __y)
304 { return !(__y < __x);
    [all...]
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/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 279 const reverse_iterator<_Iterator>& __y)
280 { return __x.base() == __y.base(); }
285 const reverse_iterator<_Iterator>& __y)
286 { return __y.base() < __x.base(); }
291 const reverse_iterator<_Iterator>& __y)
292 { return !(__x == __y); }
297 const reverse_iterator<_Iterator>& __y)
298 { return __y < __x; }
303 const reverse_iterator<_Iterator>& __y)
304 { return !(__y < __x);
    [all...]
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...]
  /external/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 148 # define _STLP_ATOMIC_EXCHANGE(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
149 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) __stl_InterlockedExchange((long*)__x, (long)__y)
  /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/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/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/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/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/
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; }
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_function.h 45 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x != __y; }
50 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x > __y; }
55 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x >= __y; }
60 bool operator()(const _Tp& __x, const _Tp& __y) const { return __x <= __y; }
65 _Tp operator()(const _Tp& __x, const _Tp& __y) const { return __x / __y; }
    [all...]

Completed in 981 milliseconds

1 2 34 5 6 7 8 91011>>