Home
last modified time | relevance | path

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

12345

/third_party/boost/libs/mpl/doc/src/refmanual/
Dgreater_equal.rst1 .. Metafunctions/Comparisons//greater_equal |40
3 greater_equal title
15 struct greater_equal
33 #include <boost/mpl/greater_equal.hpp>
63 typedef greater_equal<c1,c2>::type r;
80 typedef greater_equal<c1,c2> r;
90 struct r : greater_equal<c1,c2>::type {};
105 BOOST_MPL_ASSERT(( greater_equal< int_<10>, int_<0> > ));
106 BOOST_MPL_ASSERT_NOT(( greater_equal< long_<0>, int_<10> > ));
107 BOOST_MPL_ASSERT(( greater_equal< long_<10>, int_<10> > ));
/third_party/boost/libs/ratio/test/ratio_extensions/
Dmpl_greater_equal_pass.cpp27 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
32 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
37 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
42 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
47 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
52 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
57 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
62 BOOST_RATIO_STATIC_ASSERT((!boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
67 BOOST_RATIO_STATIC_ASSERT((boost::mpl::greater_equal<R1, R2>::value), NOTHING, ()); in test()
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dgreater_equal_impl.py22 greater_equal = base.MultitypeFuncGraph("greater_equal", True) variable
25 @greater_equal.register("Number", "Number")
40 @greater_equal.register("Tensor", "Number")
41 @greater_equal.register("Number", "Tensor")
42 @greater_equal.register("Tensor", "Tensor")
/third_party/boost/libs/hana/example/
Dgreater_equal.cpp11 static_assert(hana::greater_equal(4, 1), "");
12 static_assert(hana::greater_equal(1, 1), "");
13 BOOST_HANA_CONSTANT_CHECK(!hana::greater_equal(hana::int_c<1>, hana::int_c<2>));
/third_party/boost/libs/metaparse/test/
Dsource_position.cpp50 using boost::mpl::greater_equal; in BOOST_METAPARSE_TEST_CASE()
179 greater_equal< in BOOST_METAPARSE_TEST_CASE()
188 greater_equal< in BOOST_METAPARSE_TEST_CASE()
197 greater_equal< in BOOST_METAPARSE_TEST_CASE()
206 greater_equal< in BOOST_METAPARSE_TEST_CASE()
216 greater_equal< in BOOST_METAPARSE_TEST_CASE()
225 greater_equal< in BOOST_METAPARSE_TEST_CASE()
/third_party/boost/libs/hana/test/
Dorderable.cpp107 BOOST_HANA_CONSTEXPR_CHECK(hana::not_(hana::greater_equal(5, 6))); in main()
108 BOOST_HANA_CONSTEXPR_CHECK(hana::greater_equal(6, 6)); in main()
109 BOOST_HANA_CONSTEXPR_CHECK(hana::greater_equal(7, 6)); in main()
111 BOOST_HANA_RUNTIME_CHECK(hana::greater_equal("abcd", "ab"s)); in main()
112 BOOST_HANA_RUNTIME_CHECK(hana::greater_equal("abc"s, "abc")); in main()
/third_party/boost/libs/mpl/test/
Dcomparison.cpp61 MPL_ASSERT_NOT(( greater_equal<_0, _10> )); in MPL_TEST_CASE()
62 MPL_ASSERT(( greater_equal<_10, _0> )); in MPL_TEST_CASE()
63 MPL_ASSERT(( greater_equal<_10, _10> )); in MPL_TEST_CASE()
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
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)
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
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)
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
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)
/third_party/boost/boost/mpl/aux_/preprocessed/no_ttp/
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)
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
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)
/third_party/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)
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
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)
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
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)
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dgreater_equal.hpp67 struct greater_equal struct
78 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, greater_equal, (N1, N2))
82 BOOST_MPL_AUX_NA_SPEC2(2, 2, greater_equal)
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dgreater_equal.hpp67 struct greater_equal struct
78 BOOST_MPL_AUX_LAMBDA_SUPPORT(2, greater_equal, (N1, N2))
82 BOOST_MPL_AUX_NA_SPEC2(2, 2, greater_equal)
/third_party/boost/boost/log/expressions/predicates/
Dchannel_severity_filter.hpp55 typename SeverityCompareT = greater_equal,
229 typename SeverityCompareT = greater_equal,
321 …orT::value_type, SeverityT, fallback_to_none, fallback_to_none, less, greater_equal, std::allocato…
324 …orT::value_type, SeverityT, fallback_to_none, fallback_to_none, less, greater_equal, std::allocato… in channel_severity_filter()
332 …ityDescriptorT::value_type, fallback_to_none, fallback_to_none, less, greater_equal, std::allocato…
335 …ityDescriptorT::value_type, fallback_to_none, fallback_to_none, less, greater_equal, std::allocato… in channel_severity_filter()
343 …ityDescriptorT::value_type, fallback_to_none, fallback_to_none, less, greater_equal, std::allocato…
346 …ityDescriptorT::value_type, fallback_to_none, fallback_to_none, less, greater_equal, std::allocato… in channel_severity_filter()
354 …actor< ChannelT, SeverityT, ChannelFallbackT, fallback_to_none, less, greater_equal, std::allocato…
357 …actor< ChannelT, SeverityT, ChannelFallbackT, fallback_to_none, less, greater_equal, std::allocato… in channel_severity_filter()
[all …]
/third_party/boost/boost/hana/fwd/
Dgreater_equal.hpp38 constexpr auto greater_equal = [](auto&& x, auto&& y) -> decltype(auto) {
50 constexpr greater_equal_t greater_equal{};
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dgreater_equal.hpp38 constexpr auto greater_equal = [](auto&& x, auto&& y) -> decltype(auto) {
50 constexpr greater_equal_t greater_equal{};
/third_party/boost/boost/fusion/sequence/comparison/
Dgreater_equal.hpp28 greater_equal(Seq1 const& a, Seq2 const& b) in greater_equal() function
49 return fusion::greater_equal(a, b); in operator >=()
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dgreater_equal.hpp67 struct greater_equal struct
76 BOOST_MPL_AUX_NA_SPEC2(2, 2, greater_equal)
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp50 greater_equal, enumerator
127 greater_equal = binary_op<op::greater_equal>::value, enumerator
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure3/
Dids.hpp51 greater_equal, enumerator
128 greater_equal = binary_op<op::greater_equal>::value, enumerator
/third_party/boost/libs/hana/test/_include/laws/
Dorderable.hpp68 hana::greater_equal(a, b) ^iff^ hana::not_(hana::less(a, b)) in TestOrderable()
75 BOOST_HANA_CHECK(hana::greater_equal.than(a)(b) ^iff^ hana::greater_equal(b, a)); in TestOrderable()

12345