HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 26 - 50 of 1501) sorted by null

12 3 4 5 6 7 8 91011>>

  /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); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_relops.h 80 * @param __x A thing.
82 * @return __x != __y
88 operator!=(const _Tp& __x, const _Tp& __y)
89 { return !(__x == __y); }
93 * @param __x A thing.
95 * @return __x > __y
101 operator>(const _Tp& __x, const _Tp& __y)
102 { return __y < __x; }
106 * @param __x A thing.
108 * @return __x <= __
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_relops.h 79 * @param __x A thing.
81 * @return __x != __y
87 operator!=(const _Tp& __x, const _Tp& __y)
88 { return !(__x == __y); }
92 * @param __x A thing.
94 * @return __x > __y
100 operator>(const _Tp& __x, const _Tp& __y)
101 { return __y < __x; }
105 * @param __x A thing.
107 * @return __x <= __
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/profile/impl/
profiler.h 90 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
95 __x; \
212 #define __profcxx_hashtable_resize(__x...) \
214 __gnu_profile::__trace_hashtable_size_resize(__x))
215 #define __profcxx_hashtable_destruct(__x...) \
217 __gnu_profile::__trace_hashtable_size_destruct(__x))
218 #define __profcxx_hashtable_construct(__x...) \
220 __gnu_profile::__trace_hashtable_size_construct(__x))
222 #define __profcxx_hashtable_resize(__x...)
223 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/impl/
profiler.h 83 #define _GLIBCXX_PROFILE_REENTRANCE_GUARD(__x...) \
88 __x; \
205 #define __profcxx_hashtable_resize(__x...) \
207 __gnu_profile::__trace_hashtable_size_resize(__x))
208 #define __profcxx_hashtable_destruct(__x...) \
210 __gnu_profile::__trace_hashtable_size_destruct(__x))
211 #define __profcxx_hashtable_construct(__x...) \
213 __gnu_profile::__trace_hashtable_size_construct(__x))
215 #define __profcxx_hashtable_resize(__x...)
216 #define __profcxx_hashtable_destruct(__x...)
    [all...]
  /external/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_relops_cont.h 7 inline bool _STLP_CALL operator==(const _STLP_TEMPLATE_CONTAINER& __x,
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
15 inline bool _STLP_CALL operator<(const _STLP_TEMPLATE_CONTAINER& __x,
17 return lexicographical_compare(__x.begin(), __x.end(),
25 inline void _STLP_CALL swap(_STLP_TEMPLATE_CONTAINER& __x,
27 __x.swap(__y);
_hash_fun.h 72 size_t operator()(char __x) const { return __x; }
75 size_t operator()(unsigned char __x) const { return __x; }
79 size_t operator()(unsigned char __x) const { return __x; }
83 size_t operator()(short __x) const { return __x; }
86 size_t operator()(unsigned short __x) const { return __x; }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 55 __MATHCALL (acos,, (_Mdouble_ __x));
57 __MATHCALL (asin,, (_Mdouble_ __x));
59 __MATHCALL (atan,, (_Mdouble_ __x));
61 __MATHCALL (atan2,, (_Mdouble_ __y, _Mdouble_ __x));
64 __MATHCALL (cos,, (_Mdouble_ __x));
66 __MATHCALL (sin,, (_Mdouble_ __x));
68 __MATHCALL (tan,, (_Mdouble_ __x));
73 __MATHCALL (cosh,, (_Mdouble_ __x));
75 __MATHCALL (sinh,, (_Mdouble_ __x));
77 __MATHCALL (tanh,, (_Mdouble_ __x));
    [all...]

Completed in 240 milliseconds

12 3 4 5 6 7 8 91011>>