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

12

/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_relops.h92 operator!=(const _Tp& __x, const _Tp& __y) argument
105 operator>(const _Tp& __x, const _Tp& __y) argument
118 operator<=(const _Tp& __x, const _Tp& __y) argument
131 operator>=(const _Tp& __x, const _Tp& __y) argument
H A Dstl_pair.h96 operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
102 operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
109 operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
115 operator>(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
121 operator <=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
127 operator >=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y) argument
144 make_pair(_T1 __x, _T2 __y) argument
[all...]
H A Dstl_stack.h214 operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
232 operator<(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
238 operator!=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
244 operator>(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
250 operator<=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
256 operator >=(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y) argument
[all...]
H A Dstream_iterator.h128 operator ==(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
135 operator !=(const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __x, const istream_iterator<_Tp, _CharT, _Traits, _Dist>& __y) argument
H A Dstl_queue.h239 operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
257 operator<(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
263 operator!=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
269 operator>(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
275 operator<=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
281 operator >=(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y) argument
[all...]
H A Dstl_function.h400 binder1st(const _Operation& __x, const typename _Operation::first_argument_type& __y) argument
434 binder2nd(const _Operation& __x, const typename _Operation::second_argument_type& __y) argument
[all...]
H A Dstl_iterator.h282 operator ==(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
288 operator <(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
294 operator !=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
300 operator >(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
306 operator <=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
312 operator >=(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
318 operator -(const reverse_iterator<_Iterator>& __x, const reverse_iterator<_Iterator>& __y) argument
332 operator ==(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
338 operator <(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
344 operator !=(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
350 operator >(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
356 operator <=(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
362 operator >=(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
368 operator -(const reverse_iterator<_IteratorL>& __x, const reverse_iterator<_IteratorR>& __y) argument
[all...]
H A Dstl_map.h682 operator ==(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
699 operator <(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
706 operator !=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
713 operator >(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
720 operator <=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
727 operator >=(const map<_Key, _Tp, _Compare, _Alloc>& __x, const map<_Key, _Tp, _Compare, _Alloc>& __y) argument
734 swap(map<_Key, _Tp, _Compare, _Alloc>& __x, map<_Key, _Tp, _Compare, _Alloc>& __y) argument
[all...]
H A Dstl_multimap.h612 operator ==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
629 operator <(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
636 operator !=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
643 operator >(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
650 operator <=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
657 operator >=(const multimap<_Key, _Tp, _Compare, _Alloc>& __x, const multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
664 swap(multimap<_Key, _Tp, _Compare, _Alloc>& __x, multimap<_Key, _Tp, _Compare, _Alloc>& __y) argument
[all...]
H A Dstl_multiset.h507 operator ==(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
524 operator <(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
531 operator !=(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
538 operator >(const multiset<_Key,_Compare,_Alloc>& __x, const multiset<_Key,_Compare,_Alloc>& __y) argument
545 operator <=(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
552 operator >=(const multiset<_Key, _Compare, _Alloc>& __x, const multiset<_Key, _Compare, _Alloc>& __y) argument
559 swap(multiset<_Key, _Compare, _Alloc>& __x, multiset<_Key, _Compare, _Alloc>& __y) argument
[all...]
H A Dstl_set.h521 operator ==(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
538 operator <(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
545 operator !=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
552 operator >(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
559 operator <=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
566 operator >=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
573 swap(set<_Key, _Compare, _Alloc>& __x, set<_Key, _Compare, _Alloc>& __y) argument
[all...]
H A Dstl_vector.h953 operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
970 operator<(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
977 operator!=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
983 operator>(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
989 operator <=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
995 operator >=(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y) argument
1001 swap(vector<_Tp, _Alloc>& __x, vector<_Tp, _Alloc>& __y) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dadxintrin.h22 _addcarryx_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
39 _addcarry_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
55 _subborrow_u32(unsigned char __cf, unsigned int __x, unsigned int __y, argument
30 _addcarryx_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
47 _addcarry_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
63 _subborrow_u64(unsigned char __cf, unsigned long long __x, unsigned long long __y, unsigned long long *__p) argument
[all...]
H A Dammintrin.h66 _mm_extract_si64(__m128i __x, __m128i __y) argument
136 _mm_insert_si64(__m128i __x, __m128i __y) argument
[all...]
H A D__clang_cuda_cmath.h62 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } argument
69 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } argument
99 __DEVICE__ bool isgreater(float __x, float __y) { argument
102 __DEVICE__ bool isgreater(double __x, double __y) { argument
105 __DEVICE__ bool isgreaterequal(float __x, float __y) { argument
108 isgreaterequal(double __x, double __y) argument
111 isless(float __x, float __y) argument
114 isless(double __x, double __y) argument
117 islessequal(float __x, float __y) argument
120 islessequal(double __x, double __y) argument
123 islessgreater(float __x, float __y) argument
126 islessgreater(double __x, double __y) argument
131 isunordered(float __x, float __y) argument
134 isunordered(double __x, double __y) argument
284 fma(__T1 __x, __T2 __y, __T3 __z) argument
307 remquo(__T1 __x, __T2 __y, int *__quo) argument
[all...]
/freebsd-12-stable/contrib/libstdc++/src/
H A Dlist.cc61 _List_node_base::swap(_List_node_base& __x, _List_node_base& __y) argument
[all...]
H A Dtree.cc73 _Rb_tree_node_base* __y = __x->_M_parent; local
99 _Rb_tree_node_base* __y = __x->_M_left; local
106 _Rb_tree_node_base* __y = __x->_M_parent; local
127 _Rb_tree_node_base* const __y = __x->_M_right; local
148 _Rb_tree_node_base* const __y = __x->_M_left; local
210 _Rb_tree_node_base* const __y = __xpp->_M_right; local
232 _Rb_tree_node_base* const __y = __xpp->_M_left; local
263 _Rb_tree_node_base* __y = __z; local
[all...]
/freebsd-12-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h151 atan2(float __y, float __x) argument
155 atan2(long double __y, long double __x) argument
162 atan2(_Tp __y, _Up __x) argument
264 fmod(float __x, float __y) argument
268 fmod(long double __x, long double __y) argument
357 pow(float __x, float __y) argument
361 pow(long double __x, long double __y) argument
[all...]
/freebsd-12-stable/contrib/libstdc++/include/debug/
H A Dhash_map.h264 operator ==(const hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, const hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __y) argument
271 operator !=(const hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, const hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __y) argument
278 swap(hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, hash_map<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __y) argument
H A Dhash_multimap.h248 operator ==(const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __x, const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __y) argument
255 operator !=(const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __x, const hash_multimap<_Value,_Tp,_HashFcn,_EqualKey,_Alloc>& __y) argument
262 swap(hash_multimap<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __x, hash_multimap<_Value, _Tp, _HashFcn, _EqualKey, _Alloc>& __y) argument
H A Dhash_multiset.h225 operator ==(const hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __x, const hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __y) argument
231 operator !=(const hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __x, const hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __y) argument
237 swap(hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __x, hash_multiset<_Value, _HashFcn, _EqualKey, _Alloc>& __y) argument
H A Dhash_set.h239 operator ==(const hash_set<_Value, _HashFcn, _EqualKey, _Alloc>& __x, const hash_set<_Value, _HashFcn, _EqualKey, _Alloc>& __y) argument
246 operator !=(const hash_set<_Value, _HashFcn, _EqualKey, _Alloc>& __x, const hash_set<_Value, _HashFcn, _EqualKey, _Alloc>& __y) argument
253 swap(hash_set<_Value, _HashFcn, _EqualKey, _Alloc>& __x, hash_set<_Value, _HashFcn, _EqualKey, _Alloc>& __y) argument
H A Dmultiset.h321 swap(multiset<_Key,_Compare,_Allocator>& __x, multiset<_Key,_Compare,_Allocator>& __y) argument
H A Dset.h326 swap(set<_Key,_Compare,_Allocator>& __x, set<_Key,_Compare,_Allocator>& __y) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DSharingPtr.h334 inline bool operator==(const SharingPtr<T> &__x, const SharingPtr<U> &__y) { argument
339 inline bool operator!=(const SharingPtr<T> &__x, const SharingPtr<U> &__y) { argument
344 inline bool operator<(const SharingPtr<T> &__x, const SharingPtr<U> &__y) { argument
348 template <class T> inline void swap(SharingPtr<T> &__x, SharingPtr<T> &__y) { argument

Completed in 239 milliseconds

12