Home
last modified time | relevance | path

Searched defs:greater (Results 1 – 25 of 66) sorted by relevance

123

/third_party/boost/boost/geometry/policies/
Dcompare.hpp137 struct greater struct
139 typedef Point first_argument_type;
140 typedef Point second_argument_type;
141 typedef bool result_type;
143 bool operator()(Point const& left, Point const& right) const in operator ()()
158 struct greater<void, Dimension, CSTag> struct
160 typedef bool result_type;
163 bool operator()(Point1 const& left, Point2 const& right) const in operator ()()
178 struct greater<Point, Dimension, void> struct
180 typedef Point first_argument_type;
[all …]
/third_party/boost/boost/pfr/
Dfunctors.hpp97 template <class T = void> struct greater { struct
99 bool operator()(const T& x, const T& y) const { in operator ()()
105 typedef std::true_type is_transparent;
114 template <> struct greater<void> { struct
116 bool operator()(const T& x, const U& y) const { in operator ()()
120 typedef std::true_type is_transparent;
/third_party/boost/libs/pfr/include/boost/pfr/
Dfunctors.hpp97 template <class T = void> struct greater { struct
99 bool operator()(const T& x, const T& y) const { in operator ()()
105 typedef std::true_type is_transparent;
114 template <> struct greater<void> { struct
116 bool operator()(const T& x, const U& y) const { in operator ()()
120 typedef std::true_type is_transparent;
/third_party/weston/tools/zunitc/inc/zunitc/
Dzunitc.h506 #define ZUC_ASSERT_LT(lesser, greater) \ argument
522 #define ZUC_ASSERT_LE(lesser, greater) \ argument
536 #define ZUC_ASSERT_GT(greater, lesser) \ argument
552 #define ZUC_ASSERT_GE(greater, lesser) \ argument
667 #define ZUC_ASSERTG_LT(lesser, greater, label) \ argument
682 #define ZUC_ASSERTG_LE(lesser, greater, label) \ argument
695 #define ZUC_ASSERTG_GT(greater, lesser, label) \ argument
710 #define ZUC_ASSERTG_GE(greater, lesser, label) \ argument
/third_party/boost/boost/log/utility/functional/
Dlogical.hpp144 struct greater struct
146 typedef bool result_type;
149 bool operator() (T const& left, U const& right) const in operator ()()
156 static bool op(T const& left, U const& right, false_type) in op()
161 static bool op(T const& left, U const& right, true_type) in op()
/third_party/boost/boost/geometry/strategies/
Dcompare.hpp55 struct greater struct
58 static inline bool apply(T1 const& l, T2 const& r) in apply()
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dgreater_impl.py22 greater = base.MultitypeFuncGraph("greater", True) variable
/third_party/boost/boost/fusion/sequence/comparison/
Dgreater.hpp28 greater(Seq1 const& a, Seq2 const& b) in greater() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dgreater.rst3 greater title
/third_party/boost/boost/icl/detail/
Drelation_state.hpp21 static const int greater = 1; variable
/third_party/boost/libs/algorithm/minmax/fuzzing/
Dminmax_element.fuzz.cpp24 bool greater(uint8_t lhs, uint8_t rhs) { return lhs > rhs; } in greater() function
Dminmax_element_variants.fuzz.cpp28 bool greater(uint8_t lhs, uint8_t rhs) { return lhs > rhs; } in greater() function
/third_party/boost/boost/geometry/algorithms/detail/expand/
Dindexed.hpp63 std::greater<coordinate_type> greater; in apply() local
/third_party/boost/boost/geometry/strategies/cartesian/
Dexpand_point.hpp60 std::greater<coordinate_type> greater; in apply() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fusion/
Dclip_by_norm_no_div_square_sum_fusion.cc29 auto greater = std::make_shared<Primitive>(kGreaterOpName); in DefinePattern() local
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe10.c77 int length, greater, forkstat; in main() local
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dgreater.hpp67 struct greater struct

123