Home
last modified time | relevance | path

Searched defs:less (Results 26 – 50 of 4163) sorted by relevance

12345678910>>...167

/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
44 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
84 std::less<std::shared_ptr<A>> less; in test03() local
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
44 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
84 std::less<std::shared_ptr<A>> less; in test03() local
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
44 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
84 std::less<std::shared_ptr<A>> less; in test03() local
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
44 std::less<std::shared_ptr<A>> less; in test01()
58 std::less<std::shared_ptr<A>> less; in test02() local
80 std::less<std::shared_ptr<A>> less; in test03() local
/dports/emulators/citra/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_format_reinterpreter.h21 struct less { struct
22 using is_transparent = void;
23 constexpr bool operator()(OpenGL::PixelFormatPair lhs, OpenGL::PixelFormatPair rhs) const { in operator()
49 std::map<PixelFormatPair, std::unique_ptr<FormatReinterpreterBase>, PixelFormatPair::less>;
/dports/emulators/citra-qt5/citra-ac98458e0/src/video_core/renderer_opengl/
H A Dgl_format_reinterpreter.h21 struct less { struct
22 using is_transparent = void;
23 constexpr bool operator()(OpenGL::PixelFormatPair lhs, OpenGL::PixelFormatPair rhs) const { in operator()
49 std::map<PixelFormatPair, std::unique_ptr<FormatReinterpreterBase>, PixelFormatPair::less>;
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
46 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
86 std::less<std::shared_ptr<A>> less; in test03() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
46 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
86 std::less<std::shared_ptr<A>> less; in test03() local
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
46 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
86 std::less<std::shared_ptr<A>> less; in test03() local
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
46 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
86 std::less<std::shared_ptr<A>> less; in test03() local
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A Dless.cc30 struct less<A*> : binary_function<A*,A*,bool> struct
46 std::less<std::shared_ptr<A>> less; in test01()
62 std::less<std::shared_ptr<A>> less; in test02() local
86 std::less<std::shared_ptr<A>> less; in test03() local
/dports/graphics/scantailor/scantailor-advanced-1.0.16/tests/
H A DTestSmartFilenameOrdering.cpp28 const SmartFilenameOrdering less; in BOOST_AUTO_TEST_CASE() local
34 const SmartFilenameOrdering less; in BOOST_AUTO_TEST_CASE() local
42 const SmartFilenameOrdering less; in BOOST_AUTO_TEST_CASE() local
50 const SmartFilenameOrdering less; in BOOST_AUTO_TEST_CASE() local
58 const SmartFilenameOrdering less; in BOOST_AUTO_TEST_CASE() local
66 const SmartFilenameOrdering less; in BOOST_AUTO_TEST_CASE() local
/dports/net/bird/bird-1.6.8/lib/
H A Dheap.h45 #define HEAP_BUBBLE_DOWN_J(heap,num,less,swap) \ argument
60 #define HEAP_BUBBLE_UP_J(heap,num,less,swap) \ argument
73 #define HEAP_INIT(heap,num,type,less,swap) \ argument
90 #define HEAP_DELMIN(heap,num,type,less,swap) \ argument
103 #define HEAP_INSERT(heap,num,type,less,swap) \ argument
116 #define HEAP_INCREASE(heap,num,type,less,swap,pos) \ argument
129 #define HEAP_DECREASE(heap,num,type,less,swap,pos) \ argument
140 #define HEAP_DELETE(heap,num,type,less,swap,pos) \ argument
/dports/net/bird2/bird-2.0.8/lib/
H A Dheap.h45 #define HEAP_BUBBLE_DOWN_J(heap,num,less,swap) \ argument
60 #define HEAP_BUBBLE_UP_J(heap,num,less,swap) \ argument
73 #define HEAP_INIT(heap,num,type,less,swap) \ argument
90 #define HEAP_DELMIN(heap,num,type,less,swap) \ argument
103 #define HEAP_INSERT(heap,num,type,less,swap) \ argument
116 #define HEAP_INCREASE(heap,num,type,less,swap,pos) \ argument
129 #define HEAP_DECREASE(heap,num,type,less,swap,pos) \ argument
140 #define HEAP_DELETE(heap,num,type,less,swap,pos) \ argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/policies/
H A Dcompare.hpp44 struct less struct
46 typedef Point first_argument_type;
47 typedef Point second_argument_type;
48 typedef bool result_type;
50 inline bool operator()(Point const& left, Point const& right) const in operator ()()
64 struct less<void, Dimension> struct
67 inline bool operator()(Point1 const& left, Point2 const& right) const in operator ()()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/policies/
H A Dcompare.hpp44 struct less struct
46 typedef Point first_argument_type;
47 typedef Point second_argument_type;
48 typedef bool result_type;
50 inline bool operator()(Point const& left, Point const& right) const in operator ()()
64 struct less<void, Dimension> struct
67 inline bool operator()(Point1 const& left, Point2 const& right) const in operator ()()
/dports/textproc/diffmark/diffmark-0.10/lib/
H A Dcompare.hh20 struct less<xmlNsPtr> struct
22 bool operator()(const xmlNsPtr &a, const xmlNsPtr &b) in operator ()()
38 struct less<xmlAttrPtr> struct
40 bool operator()(const xmlAttrPtr &a, const xmlAttrPtr &b) in operator ()()
/dports/math/cvc4/CVC4-1.7/src/options/
H A Dbase_handlers.h65 struct less : public comparator<std::less> { struct
66 less(int i) : comparator<std::less>(i) {} in less() function
67 less(long l) : comparator<std::less>(l) {} in less() argument
68 less(double d) : comparator<std::less>(d) {} in less() function
/dports/devel/upp/upp/uppsrc/Core/
H A DCoSort.h2 void CoSort__(CoWork& cw, I l, I h, const Less& less) in CoSort__()
55 void CoSort__(I l, I h, const Less& less) in CoSort__()
62 void CoSort(Range&& c, const Less& less) in CoSort()
74 void CoStableSort(Range&& r, const Less& less) in CoStableSort()
227 Vector<int> CoGetSortOrder(const Range& r, const Less& less) in CoGetSortOrder()
266 void CoSortByKey(Map& map, const Less& less) in CoSortByKey()
281 void CoSortByValue(Map& map, const Less& less) in CoSortByValue()
296 void CoStableSortByKey(Map& map, const Less& less) in CoStableSortByKey()
311 void CoStableSortByValue(Map& map, const Less& less) in CoStableSortByValue()
326 void CoSortIndex(Index& index, const Less& less) in CoSortIndex()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/printing/backend/mojom/
H A Dprint_backend_mojom_traits.cc22 struct less<::gfx::Size> { struct
23 bool operator()(const ::gfx::Size& lhs, const ::gfx::Size& rhs) const { in operator ()()
31 struct less<::printing::PrinterSemanticCapsAndDefaults::Paper> { struct
32 bool operator()( in operator ()()
43 struct less<::printing::AdvancedCapability> { struct
44 bool operator()(const ::printing::AdvancedCapability& lhs, in operator ()()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/expr/
H A Dqorderby.cpp92 struct less<Item::List> struct
96 static inline bool isNaN(const Item &i) in isNaN()
103 inline less(const OrderBy::OrderSpec::Vector &orderspecs, in less() function
111 inline bool operator()(const Item &item1, const Item &item2) const in operator ()()
188 const std::less<Item::List> sorter(m_orderSpecs, context); in evaluateSequence()
/dports/math/py-brial/BRiAl-1.2.10/groebner/include/polybori/groebner/
H A DSetBitUInt.h30 void operator() (unsigned int& vec, int index){
35 END_NAMESPACE_PBORIGB
37 #endif /* polybori_SetBitUInt_h_ */
/dports/www/dokuwiki/dokuwiki-2020-07-29/lib/tpl/dokuwiki/
H A Dstyle.ini19 css/basic.less = screen key
28 css/_search.less = screen key
34 css/_admin.less = screen key
35 css/structure.less = screen key
36 css/design.less = screen key
37 css/usertools.less = screen key
38 css/pagetools.less = screen key
39 css/content.less = screen key
41 css/mobile.less = all key
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/err/
H A Dcheck_less.hpp17 struct less { struct
18 static void check(const char* function, const char* name, const T_y& y, in check()
35 struct less<T_y, T_high, true> { struct
36 static void check(const char* function, const char* name, const T_y& y, in check()
/dports/graphics/wings/wings-8d019ebe48/src/
H A Dwings_sel_conv.erl55 less(#st{selmode=vertex}=St) -> function
57 less(#st{selmode=edge}=St) -> function
59 less(#st{selmode=face}=St) -> function
61 less(St) -> St. function
82 less(vertex, Vs, We) -> function
84 less(edge, Es, We) -> function
86 less(face, Fs, We) -> function

12345678910>>...167