Home
last modified time | relevance | path

Searched refs:greater_equal (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/libstdc++/include/backward/
Dfunction.h78 using std::greater_equal;
/freebsd-9-stable/contrib/libstdc++/include/bits/
Dstl_function.h232 struct greater_equal : public binary_function<_Tp, _Tp, bool> struct
/freebsd-9-stable/contrib/libc++/include/
Dvalarray4419 __val_expr<_BinaryOp<greater_equal<typename _Expr1::value_type>, _Expr1, _Expr2> >
4424 typedef _BinaryOp<greater_equal<value_type>, _Expr1, _Expr2> _Op;
4425 return __val_expr<_Op>(_Op(greater_equal<value_type>(), __x, __y));
4433 __val_expr<_BinaryOp<greater_equal<typename _Expr::value_type>,
4439 typedef _BinaryOp<greater_equal<value_type>, _Expr, __scalar_expr<value_type> > _Op;
4440 return __val_expr<_Op>(_Op(greater_equal<value_type>(),
4449 __val_expr<_BinaryOp<greater_equal<typename _Expr::value_type>,
4455 typedef _BinaryOp<greater_equal<value_type>, __scalar_expr<value_type>, _Expr> _Op;
4456 return __val_expr<_Op>(_Op(greater_equal<value_type>(),
Dfunctional132 struct greater_equal : binary_function<T, T, bool>
720 struct _LIBCPP_TYPE_VIS_ONLY greater_equal : binary_function<_Tp, _Tp, bool>
729 struct _LIBCPP_TYPE_VIS_ONLY greater_equal<void>
/freebsd-9-stable/contrib/libstdc++/include/ext/
Dbitmap_allocator.h325 && std::greater_equal<pointer>()(_M_ptr_value, __bp.first))