Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/
Dgreater_equal.pass.cpp20 typedef std::greater_equal<int> F; in main()
27 typedef std::greater_equal<> F2; in main()
37 constexpr bool foo = std::greater_equal<int> () (36, 36); in main()
40 constexpr bool bar = std::greater_equal<> () (36.0, 36); in main()
Dtransparent.pass.cpp53 static_assert ( !is_transparent<std::greater_equal<int>>::value, "" ); in main()
54 static_assert ( !is_transparent<std::greater_equal<std::string>>::value, "" ); in main()
55 static_assert ( is_transparent<std::greater_equal<void>>::value, "" ); in main()
56 static_assert ( is_transparent<std::greater_equal<>>::value, "" ); in main()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
Dgreater_equal.hpp67 struct greater_equal struct
74 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, greater_equal, (N1, N2))
78 BOOST_MPL_AUX_NA_SPEC2(2, 2, greater_equal)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
Dgreater_equal.hpp17 #define AUX778076_OP_NAME greater_equal
Dassert.hpp99 enum relations { equal = 1, not_equal, greater, greater_equal, less, less_equal }; enumerator
/ndk/tests/device/test-gnustl-full/unit/
Dgreater_test.cpp44 sort(array, array + 4, greater_equal<int>()); in greatereq()
/ndk/tests/device/test-stlport/unit/
Dgreater_test.cpp44 sort(array, array + 4, greater_equal<int>()); in greatereq()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_function.h54 struct greater_equal : public binary_function<_Tp, _Tp, bool> { struct
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dvalarray4416 __val_expr<_BinaryOp<greater_equal<typename _Expr1::value_type>, _Expr1, _Expr2> >
4421 typedef _BinaryOp<greater_equal<value_type>, _Expr1, _Expr2> _Op;
4422 return __val_expr<_Op>(_Op(greater_equal<value_type>(), __x, __y));
4430 __val_expr<_BinaryOp<greater_equal<typename _Expr::value_type>,
4436 typedef _BinaryOp<greater_equal<value_type>, _Expr, __scalar_expr<value_type> > _Op;
4437 return __val_expr<_Op>(_Op(greater_equal<value_type>(),
4446 __val_expr<_BinaryOp<greater_equal<typename _Expr::value_type>,
4452 typedef _BinaryOp<greater_equal<value_type>, __scalar_expr<value_type>, _Expr> _Op;
4453 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>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/bind/
Dbind.hpp1207 BOOST_BIND_OPERATOR( >=, greater_equal )
1231 BOOST_BIND_OPERATOR( >=, greater_equal )
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3890 $(call gen-test, utilities/function.objects/comparisons/greater_equal)
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3899 $(call gen-test, utilities/function.objects/comparisons/greater_equal)