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

/haiku/headers/cpp/
H A Dstl_relops.h37 inline bool operator!=(const _Tp& __x, const _Tp& __y) { argument
42 inline bool operator>(const _Tp& __x, const _Tp& __y) { argument
47 inline bool operator<=(const _Tp& __x, const _Tp& __y) { argument
52 inline bool operator>=(const _Tp& __x, const _Tp& __y) { argument
H A Dstl_pair.h53 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
59 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
66 inline pair<_T1, _T2> make_pair(const _T1& __x, const _T2& __y) argument
H A Dstl_stack.h66 bool operator==(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
72 bool operator<(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
80 bool operator!=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
86 bool operator>(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
92 bool operator<=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
98 operator >=(const stack<_Tp,_Seq>& __x, const stack<_Tp,_Seq>& __y) argument
[all...]
H A Dstl_queue.h69 operator==(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
76 operator<(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
85 operator!=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
92 operator>(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
99 operator<=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
106 operator >=(const queue<_Tp, _Sequence>& __x, const queue<_Tp, _Sequence>& __y) argument
[all...]
H A Dstl_map.h210 operator ==(const map<_Key,_Tp,_Compare,_Alloc>& __x, const map<_Key,_Tp,_Compare,_Alloc>& __y) argument
216 operator <(const map<_Key,_Tp,_Compare,_Alloc>& __x, const map<_Key,_Tp,_Compare,_Alloc>& __y) argument
224 swap(map<_Key,_Tp,_Compare,_Alloc>& __x, map<_Key,_Tp,_Compare,_Alloc>& __y) argument
H A Dstl_multimap.h200 operator ==(const multimap<_Key,_Tp,_Compare,_Alloc>& __x, const multimap<_Key,_Tp,_Compare,_Alloc>& __y) argument
206 operator <(const multimap<_Key,_Tp,_Compare,_Alloc>& __x, const multimap<_Key,_Tp,_Compare,_Alloc>& __y) argument
214 swap(multimap<_Key,_Tp,_Compare,_Alloc>& __x, multimap<_Key,_Tp,_Compare,_Alloc>& __y) argument
H A Dstl_multiset.h192 operator ==(const multiset<_Key,_Compare,_Alloc>& __x, const multiset<_Key,_Compare,_Alloc>& __y) argument
198 operator <(const multiset<_Key,_Compare,_Alloc>& __x, const multiset<_Key,_Compare,_Alloc>& __y) argument
206 swap(multiset<_Key,_Compare,_Alloc>& __x, multiset<_Key,_Compare,_Alloc>& __y) argument
H A Dstl_set.h184 operator ==(const set<_Key,_Compare,_Alloc>& __x, const set<_Key,_Compare,_Alloc>& __y) argument
190 operator <(const set<_Key,_Compare,_Alloc>& __x, const set<_Key,_Compare,_Alloc>& __y) argument
198 swap(set<_Key,_Compare,_Alloc>& __x, set<_Key,_Compare,_Alloc>& __y) argument
H A Dstl_iterator.h554 operator ==( const reverse_bidirectional_iterator<_BiIter, _Tp, _Ref, _Distance>& __x, const reverse_bidirectional_iterator<_BiIter, _Tp, _Ref, _Distance>& __y) argument
646 operator ==(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
652 operator <(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
659 operator -(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
767 operator ==(const reverse_iterator<_RandomAccessIterator, _Tp, _Reference, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, _Reference, _Distance>& __y) argument
778 operator <(const reverse_iterator<_RandomAccessIterator, _Tp, _Reference, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, _Reference, _Distance>& __y) argument
789 operator -(const reverse_iterator<_RandomAccessIterator, _Tp, _Reference, _Distance>& __x, const reverse_iterator<_RandomAccessIterator, _Tp, _Reference, _Distance>& __y) argument
867 operator ==(const istream_iterator<_Tp, _Distance>& __x, const istream_iterator<_Tp, _Distance>& __y) argument
[all...]
H A Dstl_bvector.h46 _Bit_reference(unsigned int* __x, unsigned int __y) argument
68 inline void swap(_Bit_reference __x, _Bit_reference __y) argument
96 _Bit_iterator(unsigned int* __x, unsigned int __y) argument
179 _Bit_const_iterator(unsigned int* __x, unsigned int __y) argument
809 operator==(const bit_vector& __x, const bit_vector& __y) argument
816 operator <(const bit_vector& __x, const bit_vector& __y) argument
[all...]
H A Dstl_function.h194 binder1st(const _Operation& __x, const typename _Operation::first_argument_type& __y) argument
219 binder2nd(const _Operation& __x, const typename _Operation::second_argument_type& __y) argument
247 unary_compose(const _Operation1& __x, const _Operation2& __y) argument
271 binary_compose(const _Operation1& __x, const _Operation2& __y, const _Operation3& __z) argument
[all...]
H A Dstl_list.h543 swap(list<_Tp, _Alloc>& __x, list<_Tp, _Alloc>& __y) argument
516 operator ==(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) argument
532 operator <(const list<_Tp,_Alloc>& __x, const list<_Tp,_Alloc>& __y) argument
H A Dstl_vector.h493 operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
501 operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
510 inline void swap(vector<_Tp, _Alloc>& __x, vector<_Tp, _Alloc>& __y) argument
H A Dstl_deque.h128 _Deque_iterator(_Tp* __x, _Map_pointer __y) argument
1658 operator ==(const deque<_Tp, _Alloc, __bufsiz>& __x, const deque<_Tp, _Alloc, __bufsiz>& __y) argument
1666 operator <(const deque<_Tp, _Alloc, __bufsiz>& __x, const deque<_Tp, _Alloc, __bufsiz>& __y) argument
1680 swap(deque<_Tp,_Alloc,__bufsiz>& __x, deque<_Tp,_Alloc,__bufsiz>& __y) argument
[all...]
H A Dstl_slist.h769 inline void swap(slist<_Tp,_Alloc>& __x, slist<_Tp,_Alloc>& __y) { argument
H A Dstl_tree.h117 _Base_ptr __y = _M_node->_M_parent; local
133 _Base_ptr __y = _M_node->_M_left; local
139 _Base_ptr __y = _M_node->_M_parent; local
187 operator ==(const _Rb_tree_base_iterator& __x, const _Rb_tree_base_iterator& __y) argument
192 operator !=(const _Rb_tree_base_iterator& __x, const _Rb_tree_base_iterator& __y) argument
219 _Rb_tree_node_base* __y = __x->_M_right; local
238 _Rb_tree_node_base* __y = __x->_M_left; local
260 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_right; local
278 _Rb_tree_node_base* __y = __x->_M_parent->_M_parent->_M_left; local
305 _Rb_tree_node_base* __y = __z; local
762 operator ==(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x, const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __y) argument
772 operator <(const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x, const _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __y) argument
784 swap(_Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __x, _Rb_tree<_Key,_Value,_KeyOfValue,_Compare,_Alloc>& __y) argument
826 _Link_type __y = (_Link_type) __y_; local
861 _Link_type __y = _M_header; local
879 _Link_type __y = _M_header; local
1028 _Link_type __y = local
1065 _Link_type __y = _M_clone_node(__x); local
1087 _Link_type __y = _S_left(__x); local
1117 _Link_type __y = _M_header; // Last node which is not less than __k. local
1136 _Link_type __y = _M_header; /* Last node which is not less than __k. */ local
1168 _Link_type __y = _M_header; /* Last node which is not less than __k. */ local
1186 _Link_type __y = _M_header; /* Last node which is not less than __k. */ local
1204 _Link_type __y = _M_header; /* Last node which is greater than __k. */ local
1222 _Link_type __y = _M_header; /* Last node which is greater than __k. */ local
[all...]
H A Dstl_rope.h1533 rope operator() (const rope& __x, const rope& __y) { argument
1925 append(const rope& __y) argument
2312 operator ==(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2319 operator <(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2325 operator -(const _Rope_const_iterator<_CharT,_Alloc>& __x, const _Rope_const_iterator<_CharT,_Alloc>& __y) argument
2352 operator ==(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2359 operator <(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2365 operator -(const _Rope_iterator<_CharT,_Alloc>& __x, const _Rope_iterator<_CharT,_Alloc>& __y) argument
2470 operator ==(const _Rope_char_ptr_proxy<_CharT,_Alloc>& __x, const _Rope_char_ptr_proxy<_CharT,_Alloc>& __y) argument
2494 swap(rope<_CharT,_Alloc>& __x, rope<_CharT,_Alloc>& __y) argument
2500 swap(crope __x, crope __y) argument
2501 swap(wrope __x, wrope __y) argument
[all...]
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dmathimpl.h37 __m81_defun (double, __ieee754_remainder, (double __x, double __y)) argument
44 __m81_defun (float, __ieee754_remainderf, (float __x, float __y)) argument
59 __m81_defun (double, __ieee754_fmod, (double __x, double __y)) argument
66 __m81_defun (float, __ieee754_fmodf, (float __x, float __y)) argument
51 __m81_defun(long double, __ieee754_remainderl, (long double __x, long double __y)) argument
73 __m81_defun(long double, __ieee754_fmodl, (long double __x, long double __y)) argument
[all...]

Completed in 195 milliseconds