Searched defs:__y (Results 1 - 25 of 32) sorted by relevance

12

/external/stlport/stlport/stl/
H A D_relops_cont.h8 const _STLP_TEMPLATE_CONTAINER& __y) {
9 return __x.size() == __y.size() &&
10 equal(__x.begin(), __x.end(), __y.begin());
16 const _STLP_TEMPLATE_CONTAINER& __y) {
18 __y.begin(), __y.end());
26 _STLP_TEMPLATE_CONTAINER& __y) {
27 __x.swap(__y);
7 operator ==(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
15 operator <(const _STLP_TEMPLATE_CONTAINER& __x, const _STLP_TEMPLATE_CONTAINER& __y) argument
25 swap(_STLP_TEMPLATE_CONTAINER& __x, _STLP_TEMPLATE_CONTAINER& __y) argument
H A D_cstdlib.h114 inline _STLP_VENDOR_CSTD::div_t div(int __x, int __y) { return _STLP_VENDOR_CSTD::div(__x, __y); } argument
137 inline _STLP_VENDOR_CSTD::ldiv_t div(long __x, long __y) { return _STLP_VENDOR_CSTD::ldiv(__x, __y); } argument
152 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return _STLP_VENDOR_CSTD::lldiv(__x, __y); } argument
155 inline lldiv_t div(_STLP_LONG_LONG __x, _STLP_LONG_LONG __y) { return ::lldiv(__x, __y); } argument
H A D_string_operators.h30 const basic_string<_CharT,_Traits,_Alloc>& __y) {
35 _Str __result = _Str(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
37 _Str __result(_Reserve_t(), __s.size() + __y.size(), __s.get_allocator());
40 __result.append(__y);
47 const basic_string<_CharT,_Traits,_Alloc>& __y) {
53 _Str __result = _Str(_Reserve_t(), __n + __y.size(), __y.get_allocator());
55 _Str __result(_Reserve_t(), __n + __y.size(), __y.get_allocator());
58 __result.append(__y);
29 operator +(const basic_string<_CharT,_Traits,_Alloc>& __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
46 operator +(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
64 operator +(_CharT __c, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
287 operator ==(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
295 operator ==(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
302 operator ==(const basic_string<_CharT,_Traits,_Alloc>& __x, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
311 operator ==(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
330 operator ==(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
351 operator <(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
360 operator <(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
368 operator <(const basic_string<_CharT,_Traits,_Alloc>& __x, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
377 operator <(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
398 operator <(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
425 operator !=(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
431 operator >(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
437 operator <=(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
443 operator >=(const basic_string<_CharT,_Traits,_Alloc>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
450 operator !=(const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __x, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
456 operator !=(const basic_string<_CharT,_Traits,_Alloc>& __x, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
465 operator !=(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
482 operator !=(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
499 operator >(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
516 operator >(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
533 operator <=(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
550 operator <=(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
567 operator >=(const _CharT* __s, const basic_string<_CharT,_Traits,_Alloc>& __y) argument
584 operator >=(const _CharT* __s, const _STLP_PRIV __bstr_sum<_CharT,_Traits,_Alloc,_Lhs,_Rhs,_StoreDir>& __y) argument
[all...]
H A D_collate.h164 const basic_string<_CharT, _Traits, _Alloc>& __y) {
167 __y.data(), __y.data() + __y.size()) < 0;
162 __locale_do_operator_call(const locale& __loc, const basic_string<_CharT, _Traits, _Alloc>& __x, const basic_string<_CharT, _Traits, _Alloc>& __y) argument
H A D_stack.h107 const stack< _STLP_STACK_ARGS >& __y)
108 { return __x._Get_s() == __y._Get_s(); }
112 const stack< _STLP_STACK_ARGS >& __y)
113 { return __x._Get_s() < __y._Get_s(); }
106 operator ==(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
111 operator <(const stack< _STLP_STACK_ARGS >& __x, const stack< _STLP_STACK_ARGS >& __y) argument
H A D_complex.h44 complex(const value_type& __x, const value_type& __y) argument
45 : _M_re(__x), _M_im(__y) {}
185 complex(value_type __x = 0.0f, value_type __y = 0.0f)
186 : _M_re(__x), _M_im(__y) {}
324 complex(value_type __x = 0.0, value_type __y = 0.0)
325 : _M_re(__x), _M_im(__y) {}
463 complex(value_type __x = 0.0l, value_type __y = 0.0l)
464 : _M_re(__x), _M_im(__y) {}
H A D_istreambuf_iterator.h111 const istreambuf_iterator<_CharT, _Traits>& __y) {
112 return __x.equal(__y);
119 const istreambuf_iterator<_CharT, _Traits>& __y) {
120 return !__x.equal(__y);
110 operator ==(const istreambuf_iterator<_CharT, _Traits>& __x, const istreambuf_iterator<_CharT, _Traits>& __y) argument
118 operator !=(const istreambuf_iterator<_CharT, _Traits>& __x, const istreambuf_iterator<_CharT, _Traits>& __y) argument
H A D_iterator_old.h136 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);
132 operator ==( const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance>& __x, const reverse_bidirectional_iterator<_BidirectionalIterator, _Tp, Reference__, _Distance>& __y) argument
142 operator !=( const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __x, const reverse_bidirectional_iterator<_BiIter, _Tp, Reference__, _Distance>& __y) argument
240 operator ==(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument
251 operator <(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument
264 operator !=(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument
274 operator >(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument
284 operator <=(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument
294 operator >=(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument
306 operator -(const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance>& __y) argument
[all...]
H A D_pair.h81 inline bool _STLP_CALL operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
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) { argument
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) argument
93 { return !(__x == __y); }
96 inline bool _STLP_CALL operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
100 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
104 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
110 make_pair(_T1 const& __x, _T2 const (&__y)[_Sz]) argument
115 make_pair(_T1 const (&__x)[_Sz], _T2 const& __y) argument
120 make_pair(_T1 const (&__x)[_Sz1], _T2 const (&__y)[_Sz2]) argument
128 make_pair(_T1 __x, _T2 __y) argument
137 operator !=(const _Tp& __x, const _Tp& __y) argument
141 operator >(const _Tp& __x, const _Tp& __y) argument
145 operator <=(const _Tp& __x, const _Tp& __y) argument
149 operator >=(const _Tp& __x, const _Tp& __y) argument
[all...]
H A D_queue.h122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { argument
123 return __x._Get_s() == __y._Get_s();
128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) { argument
129 return __x._Get_s() < __y._Get_s();
H A D_stream_iterator.h213 const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y)
214 { return __x._M_equal(__y); }
220 const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y)
221 { return !__x._M_equal(__y); }
212 operator ==(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x, const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y) argument
219 operator !=(const istream_iterator< __ISI_TMPL_ARGUMENTS >& __x, const istream_iterator< __ISI_TMPL_ARGUMENTS >& __y) argument
H A D_iterator.h114 const reverse_iterator<_Iterator>& __y)
115 { return __x.base() == __y.base(); }
119 const reverse_iterator<_Iterator>& __y)
120 { return __y.base() < __x.base(); }
125 const reverse_iterator<_Iterator>& __y)
126 { return !(__x == __y); }
130 const reverse_iterator<_Iterator>& __y)
131 { return __y < __x; }
135 const reverse_iterator<_Iterator>& __y)
136 { return !(__y < __
113 operator ==(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
118 operator <(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
124 operator !=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
129 operator >(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
134 operator <=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
139 operator >=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
150 operator -(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
[all...]
H A D_tree.c62 _Rb_tree_node_base* __y = __x->_M_right; local
63 __x->_M_right = __y->_M_left;
64 if (__y->_M_left != 0)
65 __y->_M_left->_M_parent = __x;
66 __y->_M_parent = __x->_M_parent;
69 __root = __y;
71 __x->_M_parent->_M_left = __y;
73 __x->_M_parent->_M_right = __y;
74 __y->_M_left = __x;
75 __x->_M_parent = __y;
81 _Rb_tree_node_base* __y = __x->_M_left; local
103 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
121 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
147 _Rb_tree_node_base* __y = __z; local
285 _Base_ptr __y = _M_node->_M_parent; local
301 _Base_ptr __y = _M_node->_M_parent; local
388 _Base_ptr __y = &this->_M_header._M_data; local
406 _Base_ptr __y = &this->_M_header._M_data; local
637 _Base_ptr __y = _M_clone_node(__x); local
659 _Base_ptr __y = _S_left(__x); local
[all...]
H A D_valarray.h379 const valarray<_Tp>& __y) {
380 _STLP_ASSERT(__x.size() == __y.size())
384 __tmp[__i] = __x[__i] * __y[__i];
390 const valarray<_Tp>& __y) {
391 _STLP_ASSERT(__x.size() == __y.size())
395 __tmp[__i] = __x[__i] / __y[__i];
401 const valarray<_Tp>& __y) {
402 _STLP_ASSERT(__x.size() == __y.size())
406 __tmp[__i] = __x[__i] % __y[__i];
412 const valarray<_Tp>& __y) {
378 operator *(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
389 operator /(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
400 operator %(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
411 operator +(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
422 operator -(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
433 operator ^(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
444 operator &(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
455 operator |(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
466 operator <<(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
477 operator >>(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
674 operator ==(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
684 operator <(const valarray<_Tp>& __x, const valarray<_Tp>& __y) argument
[all...]
H A D_cmath.h411 inline double __stlp_ldexp(double __x, int __y) { return ldexp(__x, __y); } argument
413 inline double ldexp(double __x, int __y) { return __stlp_ldexp(__x, __y); } argument
458 inline float pow(float __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powf(__x, __STATIC_CAST(float,__y)); } argument
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))); }
465 pow(double __x, int __y) argument
469 pow(long double __x, int __y) argument
472 pow(long double __x, int __y) argument
474 pow(long double __x, int __y) argument
478 pow(long double __x, int __y) argument
[all...]
H A D_bitset.h679 bitset<_Nb> operator&(const bitset<_Nb>& __y) const {
681 __result &= __y;
684 bitset<_Nb> operator|(const bitset<_Nb>& __y) const {
686 __result |= __y;
689 bitset<_Nb> operator^(const bitset<_Nb>& __y) const {
691 __result ^= __y;
705 const bitset<_Nb>& __y) {
707 __result &= __y;
715 const bitset<_Nb>& __y) {
717 __result |= __y;
704 operator &(const bitset<_Nb>& __x, const bitset<_Nb>& __y) argument
714 operator |(const bitset<_Nb>& __x, const bitset<_Nb>& __y) argument
723 operator ^(const bitset<_Nb>& __x, const bitset<_Nb>& __y) argument
[all...]
H A D_function.h45 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; }
205 binder1st(const _Operation& __x, _ValueParamType __y) argument
240 binder2nd(const _Operation& __x, _ValueParamType __y) argument
275 unary_compose(const _Operation1& __x, const _Operation2& __y) argument
305 binary_compose(const _Operation1& __x, const _Operation2& __y, const _Operation3& __z) argument
[all...]
H A Dconcept_checks.h143 __ret (*__y)( const __first&, const __second& ) = \
146 __y = __y; __x = __x; } while (0)
250 _TypeY __y = __x; local
251 __sink_unused_warning(__y);
H A D_bvector.h45 _Bit_reference(unsigned int* __x, unsigned int __y) argument
46 : _M_p(__x), _M_mask(__y) {}
85 inline void swap(_STLP_PRIV _Bit_reference& __x, _STLP_PRIV _Bit_reference& __y) { argument
87 __x = __y;
88 __y = __tmp;
124 _Bit_iterator_base(unsigned int* __x, unsigned int __y) : _M_p(__x), _M_offset(__y) {} argument
147 inline bool _STLP_CALL operator==(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) { argument
148 return __y._M_p == __x._M_p && __y
150 operator !=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument
154 operator <(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument
158 operator >(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument
161 operator <=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument
164 operator >=(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y) argument
178 _Bit_iter(unsigned int* __x, unsigned int __y) argument
[all...]
/external/clang/lib/Headers/
H A Dammintrin.h38 _mm_extract_si64(__m128i __x, __m128i __y) argument
40 return (__m128i)__builtin_ia32_extrq((__v2di)__x, (__v16qi)__y);
49 _mm_insert_si64(__m128i __x, __m128i __y) argument
51 return (__m128i)__builtin_ia32_insertq((__v2di)__x, (__v2di)__y);
H A Dtgmath.h57 #define __tg_promote2(__x, __y) (__typeof__(__tg_promote(__x) + \
58 __tg_promote(__y)))
59 #define __tg_promote3(__x, __y, __z) (__typeof__(__tg_promote(__x) + \
60 __tg_promote(__y) + \
473 __tg_pow(float __x, float __y) {return powf(__x, __y);} argument
477 __tg_pow(double __x, double __y) {return pow(__x, __y);} argument
481 __tg_pow(long double __x, long double __y) {return powl(__x, __y);} argument
485 __tg_pow(float _Complex __x, float _Complex __y) argument
489 __tg_pow(double _Complex __x, double _Complex __y) argument
493 __tg_pow(long double _Complex __x, long double _Complex __y) argument
562 __tg_atan2(float __x, float __y) argument
566 __tg_atan2(double __x, double __y) argument
570 __tg_atan2(long double __x, long double __y) argument
614 __tg_copysign(float __x, float __y) argument
618 __tg_copysign(double __x, double __y) argument
622 __tg_copysign(long double __x, long double __y) argument
700 __tg_fdim(float __x, float __y) argument
704 __tg_fdim(double __x, double __y) argument
708 __tg_fdim(long double __x, long double __y) argument
735 __tg_fma(float __x, float __y, float __z) argument
740 __tg_fma(double __x, double __y, double __z) argument
745 __tg_fma(long double __x,long double __y, long double __z) argument
758 __tg_fmax(float __x, float __y) argument
762 __tg_fmax(double __x, double __y) argument
766 __tg_fmax(long double __x, long double __y) argument
776 __tg_fmin(float __x, float __y) argument
780 __tg_fmin(double __x, double __y) argument
784 __tg_fmin(long double __x, long double __y) argument
794 __tg_fmod(float __x, float __y) argument
798 __tg_fmod(double __x, double __y) argument
802 __tg_fmod(long double __x, long double __y) argument
812 __tg_frexp(float __x, int* __y) argument
816 __tg_frexp(double __x, int* __y) argument
820 __tg_frexp(long double __x, int* __y) argument
829 __tg_hypot(float __x, float __y) argument
833 __tg_hypot(double __x, double __y) argument
837 __tg_hypot(long double __x, long double __y) argument
864 __tg_ldexp(float __x, int __y) argument
868 __tg_ldexp(double __x, int __y) argument
872 __tg_ldexp(long double __x, int __y) argument
1051 __tg_nextafter(float __x, float __y) argument
1055 __tg_nextafter(double __x, double __y) argument
1059 __tg_nextafter(long double __x, long double __y) argument
1069 __tg_nexttoward(float __x, long double __y) argument
1073 __tg_nexttoward(double __x, long double __y) argument
1077 __tg_nexttoward(long double __x, long double __y) argument
1086 __tg_remainder(float __x, float __y) argument
1090 __tg_remainder(double __x, double __y) argument
1094 __tg_remainder(long double __x, long double __y) argument
1104 __tg_remquo(float __x, float __y, int* __z) argument
1109 __tg_remquo(double __x, double __y, int* __z) argument
1114 __tg_remquo(long double __x,long double __y, int* __z) argument
1161 __tg_scalbn(float __x, int __y) argument
1165 __tg_scalbn(double __x, int __y) argument
1169 __tg_scalbn(long double __x, int __y) argument
1178 __tg_scalbln(float __x, long __y) argument
1182 __tg_scalbln(double __x, long __y) argument
1186 __tg_scalbln(long double __x, long __y) argument
[all...]
/external/lldb/include/lldb/Utility/
H A DSharingPtr.h421 operator==(const SharingPtr<T>& __x, const SharingPtr<U>& __y) argument
423 return __x.get() == __y.get();
429 operator!=(const SharingPtr<T>& __x, const SharingPtr<U>& __y) argument
431 return !(__x == __y);
437 operator<(const SharingPtr<T>& __x, const SharingPtr<U>& __y) argument
439 return __x.get() < __y.get();
445 swap(SharingPtr<T>& __x, SharingPtr<T>& __y) argument
447 __x.swap(__y);
/external/stlport/stlport/stl/debug/
H A D_debug.c488 __stl_debug_engine<_Dummy>::_Swap_owners(__owned_list& __x, __owned_list& __y) { argument
504 _Stamp_all(&__x, &__y);
505 _Stamp_all(&__y, &__x);
507 __x._M_node._M_next = __y._M_node._M_next;
508 __y._M_node._M_next = __tmp;
H A D_iterator.h61 ptrdiff_t _DBG_distance(const _Iterator& __x, const _Iterator& __y, const random_access_iterator_tag &) argument
62 { return __x - __y; }
89 bool _CompareIt(const _Iterator& __x, const _Iterator& __y, const random_access_iterator_tag &) argument
90 { return __x < __y; }
176 const _DBG_iter_base<_Container>& __y ) {
178 _STLP_DEBUG_CHECK(__check_same_owner(__x, __y))
179 return _DBG_distance(__x._M_iterator,__y._M_iterator, _Iterator_category());
306 operator==(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) { argument
307 _STLP_DEBUG_CHECK(__check_same_or_null_owner(__x, __y))
308 return __x._M_iterator == __y
313 operator <(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument
321 operator >(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument
329 operator >=(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument
337 operator <=(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument
345 operator !=(const _DBG_iter_base<_Container>& __x, const _DBG_iter_base<_Container>& __y) argument
[all...]
H A D_debug.h364 void _Swap_owners(__owned_list& __y) { __stl_debugger::_Swap_owners(*this, __y); } argument
366 void _Set_owner(__owned_list& __y) { __stl_debugger::_Set_owner(*this, __y); } argument

Completed in 2447 milliseconds

12