Home
last modified time | relevance | path

Searched defs:less (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/boost/boost/geometry/policies/
Dcompare.hpp45 struct less struct
47 typedef Point first_argument_type;
48 typedef Point second_argument_type;
49 typedef bool result_type;
51 inline bool operator()(Point const& left, Point const& right) const in operator ()()
66 struct less<void, Dimension, CSTag> struct
68 typedef bool result_type;
71 inline bool operator()(Point1 const& left, Point2 const& right) const in operator ()()
86 struct less<Point, Dimension, void> struct
88 typedef Point first_argument_type;
[all …]
/third_party/boost/boost/pfr/
Dfunctors.hpp125 template <class T = void> struct less { struct
127 bool operator()(const T& x, const T& y) const { in operator ()()
133 typedef std::true_type is_transparent;
142 template <> struct less<void> { struct
144 bool operator()(const T& x, const U& y) const { in operator ()()
148 typedef std::true_type is_transparent;
/third_party/boost/libs/pfr/include/boost/pfr/
Dfunctors.hpp125 template <class T = void> struct less { struct
127 bool operator()(const T& x, const T& y) const { in operator ()()
133 typedef std::true_type is_transparent;
142 template <> struct less<void> { struct
144 bool operator()(const T& x, const U& y) const { in operator ()()
148 typedef std::true_type is_transparent;
/third_party/boost/boost/range/detail/
Dless.hpp15 struct less { struct
17 bool operator()(const T& lhs, const U& rhs) const { in operator ()()
/third_party/boost/boost/geometry/policies/robustness/
Dsegment_ratio.hpp35 struct less {}; struct
38 struct less<Type, true> struct
41 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
49 struct less<Type, false> struct
52 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
/third_party/boost/boost/log/utility/functional/
Dlogical.hpp119 struct less struct
121 typedef bool result_type;
124 bool operator() (T const& left, U const& right) const in operator ()()
131 static bool op(T const& left, U const& right, false_type) in op()
136 static bool op(T const& left, U const& right, true_type) in op()
/third_party/boost/boost/hana/fwd/
Dless.hpp37 constexpr auto less = [](auto&& x, auto&& y) { in __anon8efb0fb40102() variable
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dless.hpp37 constexpr auto less = [](auto&& x, auto&& y) { in __anon155553270102() variable
/third_party/boost/boost/geometry/strategies/
Dcompare.hpp46 struct less struct
49 static inline bool apply(T1 const& l, T2 const& r) in apply()
/third_party/mindspore/mindspore/ops/composite/multitype_ops/
Dless_impl.py22 less = base.MultitypeFuncGraph("less", True) variable
/third_party/boost/boost/geometry/algorithms/detail/relate/
Dturns.hpp290 struct less struct
295 static inline bool use_fraction(Turn const& left, Turn const& right) in use_fraction()
321 inline bool operator()(Turn const& left, Turn const& right) const in operator ()()
/third_party/boost/boost/fusion/sequence/comparison/
Dless.hpp23 less(Seq1 const& a, Seq2 const& b) in less() function
/third_party/boost/libs/mpl/doc/src/refmanual/
Dless.rst3 less title
/third_party/boost/boost/icl/detail/
Drelation_state.hpp19 static const int less = -1; variable
/third_party/boost/libs/icl/test/cmp_clang_ttp_passing_/
Dcmp_clang_ttp_passing.cpp16 template<class T>class less{}; class
/third_party/boost/boost/geometry/algorithms/detail/expand/
Dindexed.hpp62 std::less<coordinate_type> less; in apply() local
/third_party/node/deps/nghttp2/lib/
Dnghttp2_pq.h53 nghttp2_less less; member
/third_party/nghttp2/lib/
Dnghttp2_pq.h53 nghttp2_less less; member
/third_party/mindspore/tests/ut/cpp/ops/
Dtest_ops_less.cc36 auto less = std::make_shared<Less>(); in TEST_F() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare_test.cc263 std::less<int> less; in TEST() local
318 std::less<int> less; in TEST() local
/third_party/boost/libs/geometry/test/algorithms/
Dtest_simplify.hpp98 less_comparator less(max_distance); in apply() local
191 less_comparator const less(max_distance); in test_geometry() local
/third_party/abseil-cpp/absl/types/
Dcompare_test.cc263 std::less<int> less; in TEST() local
318 std::less<int> less; in TEST() local
/third_party/boost/boost/geometry/strategies/cartesian/
Dexpand_point.hpp59 std::less<coordinate_type> less; in apply() local
/third_party/boost/boost/mpl/aux_/preprocessed/plain/
Dless.hpp67 struct less struct
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/
Dless.hpp67 struct less struct

12345