Lines Matching refs:__y

145       operator()(const _Tp& __x, const _Tp& __y) const  in _GLIBCXX_VISIBILITY()
146 { return __x + __y; } in _GLIBCXX_VISIBILITY()
154 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
155 { return __x - __y; } in _GLIBCXX_VISIBILITY()
163 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
164 { return __x * __y; } in _GLIBCXX_VISIBILITY()
172 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
173 { return __x / __y; } in _GLIBCXX_VISIBILITY()
181 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
182 { return __x % __y; } in _GLIBCXX_VISIBILITY()
209 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
210 { return __x == __y; } in _GLIBCXX_VISIBILITY()
218 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
219 { return __x != __y; } in _GLIBCXX_VISIBILITY()
227 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
228 { return __x > __y; } in _GLIBCXX_VISIBILITY()
236 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
237 { return __x < __y; } in _GLIBCXX_VISIBILITY()
245 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
246 { return __x >= __y; } in _GLIBCXX_VISIBILITY()
254 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
255 { return __x <= __y; } in _GLIBCXX_VISIBILITY()
273 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
274 { return __x && __y; } in _GLIBCXX_VISIBILITY()
282 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
283 { return __x || __y; } in _GLIBCXX_VISIBILITY()
302 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
303 { return __x & __y; } in _GLIBCXX_VISIBILITY()
310 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
311 { return __x | __y; } in _GLIBCXX_VISIBILITY()
318 operator()(const _Tp& __x, const _Tp& __y) const in _GLIBCXX_VISIBILITY()
319 { return __x ^ __y; } in _GLIBCXX_VISIBILITY()
389 const typename _Predicate::second_argument_type& __y) const in _GLIBCXX_VISIBILITY()
390 { return !_M_pred(__x, __y); } in _GLIBCXX_VISIBILITY()
463 operator()(_Arg1 __x, _Arg2 __y) const in _GLIBCXX_VISIBILITY()
464 { return _M_ptr(__x, __y); } in _GLIBCXX_VISIBILITY()