Searched refs:less_equal (Results 1 – 5 of 5) sorted by relevance
| /trueos/contrib/libstdc++/include/backward/ |
| D | function.h | 79 using std::less_equal;
|
| /trueos/contrib/libstdc++/include/bits/ |
| D | stl_function.h | 241 struct less_equal : public binary_function<_Tp, _Tp, bool> struct
|
| /trueos/contrib/libc++/include/ |
| D | valarray | 4373 __val_expr<_BinaryOp<less_equal<typename _Expr1::value_type>, _Expr1, _Expr2> > 4378 typedef _BinaryOp<less_equal<value_type>, _Expr1, _Expr2> _Op; 4379 return __val_expr<_Op>(_Op(less_equal<value_type>(), __x, __y)); 4387 __val_expr<_BinaryOp<less_equal<typename _Expr::value_type>, 4393 typedef _BinaryOp<less_equal<value_type>, _Expr, __scalar_expr<value_type> > _Op; 4394 return __val_expr<_Op>(_Op(less_equal<value_type>(), 4403 __val_expr<_BinaryOp<less_equal<typename _Expr::value_type>, 4409 typedef _BinaryOp<less_equal<value_type>, __scalar_expr<value_type>, _Expr> _Op; 4410 return __val_expr<_Op>(_Op(less_equal<value_type>(),
|
| D | functional | 138 struct less_equal : binary_function<T, T, bool> 745 struct _LIBCPP_TYPE_VIS_ONLY less_equal : binary_function<_Tp, _Tp, bool> 754 struct _LIBCPP_TYPE_VIS_ONLY less_equal<void>
|
| /trueos/contrib/libstdc++/include/ext/ |
| D | bitmap_allocator.h | 324 if (std::less_equal<pointer>()(_M_ptr_value, __bp.second)
|