Home
last modified time | relevance | path

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

12

/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/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/boost/libs/mpl/doc/src/refmanual/
Dgreater.rst3 greater title
/third_party/boost/boost/fusion/sequence/comparison/
Dgreater.hpp28 greater(Seq1 const& a, Seq2 const& b) in greater() function
/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/ltp/testcases/kernel/syscalls/pipe/
Dpipe10.c77 int length, greater, forkstat; in main() local
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/
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/dmc/
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/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/bcc551/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
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_ttp/
Dgreater.hpp67 struct greater struct
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/
Dgreater.hpp67 struct greater struct
/third_party/boost/libs/range/test/
Diterator_range.cpp123 struct greater struct
126 bool operator()(const Left& l, const Right& r) const in operator ()()
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/
Dids.hpp49 greater, enumerator
126 greater = binary_op<op::greater>::value, enumerator

12