HomeSort by relevance Sort by last modified time
    Searched refs:__x (Results 226 - 250 of 1686) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 111 inline bool __isnan(const _Tp __x)
113 return std::isnan(__x);
119 inline bool __isnan(const _Tp __x)
121 return __builtin_isnan(__x);
125 inline bool __isnan<float>(const float __x)
127 return __builtin_isnanf(__x);
131 inline bool __isnan<long double>(const long double __x)
133 return __builtin_isnanl(__x);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 146 # define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x)
147 # define _STLP_ATOMIC_DECREMENT(__x) __stl_InterlockedDecrement((long*)__x)
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/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 111 inline bool __isnan(const _Tp __x)
113 return std::isnan(__x);
119 inline bool __isnan(const _Tp __x)
121 return __builtin_isnan(__x);
125 inline bool __isnan<float>(const float __x)
127 return __builtin_isnanf(__x);
131 inline bool __isnan<long double>(const long double __x)
133 return __builtin_isnanl(__x);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 146 # define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x)
147 # define _STLP_ATOMIC_DECREMENT(__x) __stl_InterlockedDecrement((long*)__x)
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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
special_function_util.h 111 inline bool __isnan(const _Tp __x)
113 return std::isnan(__x);
119 inline bool __isnan(const _Tp __x)
121 return __builtin_isnan(__x);
125 inline bool __isnan<float>(const float __x)
127 return __builtin_isnanf(__x);
131 inline bool __isnan<long double>(const long double __x)
133 return __builtin_isnanl(__x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
special_function_util.h 111 inline bool __isnan(const _Tp __x)
113 return std::isnan(__x);
119 inline bool __isnan(const _Tp __x)
121 return __builtin_isnan(__x);
125 inline bool __isnan<float>(const float __x)
127 return __builtin_isnanf(__x);
131 inline bool __isnan<long double>(const long double __x)
133 return __builtin_isnanl(__x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
special_function_util.h 111 inline bool __isnan(const _Tp __x)
113 return std::isnan(__x);
119 inline bool __isnan(const _Tp __x)
121 return __builtin_isnan(__x);
125 inline bool __isnan<float>(const float __x)
127 return __builtin_isnanf(__x);
131 inline bool __isnan<long double>(const long double __x)
133 return __builtin_isnanl(__x);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/
_watcom.h 146 # define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x)
147 # define _STLP_ATOMIC_DECREMENT(__x) __stl_InterlockedDecrement((long*)__x)
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/9/sources/cxx-stl/EH/stlport/stlport/stl/config/
_watcom.h 146 # define _STLP_ATOMIC_INCREMENT(__x) __stl_InterlockedIncrement((long*)__x)
147 # define _STLP_ATOMIC_DECREMENT(__x) __stl_InterlockedDecrement((long*)__x)
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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
special_function_util.h 111 inline bool __isnan(const _Tp __x)
113 return std::isnan(__x);
119 inline bool __isnan(const _Tp __x)
121 return __builtin_isnan(__x);
125 inline bool __isnan<float>(const float __x)
127 return __builtin_isnanf(__x);
131 inline bool __isnan<long double>(const long double __x)
133 return __builtin_isnanl(__x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
special_function_util.h 111 inline bool __isnan(const _Tp __x)
113 return std::isnan(__x);
119 inline bool __isnan(const _Tp __x)
121 return __builtin_isnan(__x);
125 inline bool __isnan<float>(const float __x)
127 return __builtin_isnanf(__x);
131 inline bool __isnan<long double>(const long double __x)
133 return __builtin_isnanl(__x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
special_function_util.h 110 inline bool __isnan(_Tp __x)
111 { return std::isnan(__x); }
116 inline bool __isnan(const _Tp __x)
117 { return __builtin_isnan(__x); }
120 inline bool __isnan<float>(float __x)
121 { return __builtin_isnanf(__x); }
124 inline bool __isnan<long double>(long double __x)
125 { return __builtin_isnanl(__x); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
special_function_util.h 110 inline bool __isnan(_Tp __x)
111 { return std::isnan(__x); }
116 inline bool __isnan(const _Tp __x)
117 { return __builtin_isnan(__x); }
120 inline bool __isnan<float>(float __x)
121 { return __builtin_isnanf(__x); }
124 inline bool __isnan<long double>(long double __x)
125 { return __builtin_isnanl(__x); }
  /external/stlport/stlport/stl/
_tree.c 60 _Rb_global<_Dummy>::_Rotate_left(_Rb_tree_node_base* __x,
62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
68 if (__x == __root)
70 else if (__x == __x->_M_parent->_M_left)
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y
148 _Rb_tree_node_base* __x; local
389 _Base_ptr __x = _M_root(); local
407 _Base_ptr __x = _M_root(); local
691 _Base_ptr __x = __it._M_node; local
    [all...]
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 60 _Rb_global<_Dummy>::_Rotate_left(_Rb_tree_node_base* __x,
62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
68 if (__x == __root)
70 else if (__x == __x->_M_parent->_M_left)
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y
148 _Rb_tree_node_base* __x; local
389 _Base_ptr __x = _M_root(); local
407 _Base_ptr __x = _M_root(); local
691 _Base_ptr __x = __it._M_node; local
    [all...]
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tree.c 60 _Rb_global<_Dummy>::_Rotate_left(_Rb_tree_node_base* __x,
62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
68 if (__x == __root)
70 else if (__x == __x->_M_parent->_M_left)
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y
148 _Rb_tree_node_base* __x; local
389 _Base_ptr __x = _M_root(); local
407 _Base_ptr __x = _M_root(); local
691 _Base_ptr __x = __it._M_node; local
    [all...]
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.c 60 _Rb_global<_Dummy>::_Rotate_left(_Rb_tree_node_base* __x,
62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
68 if (__x == __root)
70 else if (__x == __x->_M_parent->_M_left)
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y
148 _Rb_tree_node_base* __x; local
389 _Base_ptr __x = _M_root(); local
407 _Base_ptr __x = _M_root(); local
691 _Base_ptr __x = __it._M_node; local
    [all...]
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tree.c 60 _Rb_global<_Dummy>::_Rotate_left(_Rb_tree_node_base* __x,
62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
68 if (__x == __root)
70 else if (__x == __x->_M_parent->_M_left)
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y
148 _Rb_tree_node_base* __x; local
389 _Base_ptr __x = _M_root(); local
407 _Base_ptr __x = _M_root(); local
691 _Base_ptr __x = __it._M_node; local
    [all...]
_pair.h 81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
82 { return __x.first == __y.first && __x.second == __y.second; }
85 inline bool _STLP_CALL operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) {
86 return __x.first < __y.first ||
87 (!(__y.first < __x.first) && __x.second < __y.second);
92 inline bool _STLP_CALL operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tree.c 60 _Rb_global<_Dummy>::_Rotate_left(_Rb_tree_node_base* __x,
62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
68 if (__x == __root)
70 else if (__x == __x->_M_parent->_M_left)
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y
148 _Rb_tree_node_base* __x; local
389 _Base_ptr __x = _M_root(); local
407 _Base_ptr __x = _M_root(); local
691 _Base_ptr __x = __it._M_node; local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tree.c 60 _Rb_global<_Dummy>::_Rotate_left(_Rb_tree_node_base* __x,
62 _Rb_tree_node_base* __y = __x->_M_right;
63 __x->_M_right = __y->_M_left;
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
68 if (__x == __root)
70 else if (__x == __x->_M_parent->_M_left)
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y
148 _Rb_tree_node_base* __x; local
389 _Base_ptr __x = _M_root(); local
407 _Base_ptr __x = _M_root(); local
691 _Base_ptr __x = __it._M_node; local
    [all...]

Completed in 2615 milliseconds

1 2 3 4 5 6 7 8 91011>>