Home
last modified time | relevance | path

Searched defs:less (Results 226 – 250 of 5059) sorted by relevance

12345678910>>...203

/dports/math/R/R-4.1.2/src/main/
H A Dsort.c560 #define less < in R_isort2() macro
564 #define less > in R_isort2() macro
577 #define less < in R_rsort2() macro
581 #define less > in R_rsort2() macro
1230 #define less(a, b) (ix[a] < ix[b] || (ix[a] == ix[b] && a > b)) in orderVector1() macro
1234 #define less(a, b) (ix[a] > ix[b] || (ix[a] == ix[b] && a > b)) in orderVector1() macro
1241 #define less(a, b) (x[a] < x[b] || (x[a] == x[b] && a > b)) in orderVector1() macro
1245 #define less(a, b) (x[a] > x[b] || (x[a] == x[b] && a > b)) in orderVector1() macro
1367 #define less(a, b) (ix[a] < ix[b] || (ix[a] == ix[b] && a > b)) in orderVector1l() macro
1378 #define less(a, b) (x[a] < x[b] || (x[a] == x[b] && a > b)) in orderVector1l() macro
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Dsort.c546 #define less < in R_isort2() macro
550 #define less > in R_isort2() macro
563 #define less < in R_rsort2() macro
567 #define less > in R_rsort2() macro
1216 #define less(a, b) (ix[a] < ix[b] || (ix[a] == ix[b] && a > b)) in orderVector1() macro
1220 #define less(a, b) (ix[a] > ix[b] || (ix[a] == ix[b] && a > b)) in orderVector1() macro
1227 #define less(a, b) (x[a] < x[b] || (x[a] == x[b] && a > b)) in orderVector1() macro
1231 #define less(a, b) (x[a] > x[b] || (x[a] == x[b] && a > b)) in orderVector1() macro
1353 #define less(a, b) (ix[a] < ix[b] || (ix[a] == ix[b] && a > b)) in orderVector1l() macro
1364 #define less(a, b) (x[a] < x[b] || (x[a] == x[b] && a > b)) in orderVector1l() macro
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/boost_1_72_0/patches/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp48 struct less {}; struct
51 struct less<Type, true> struct
54 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
62 struct less<Type, false> struct
65 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/
H A Dpin_numbers.h40 struct less struct
48 typedef std::set<wxString, less> container_type; argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A DPR47511.cpp9 static const strong_ordering equal, greater, less; member
13 constexpr strong_ordering strong_ordering::less = {-1}; member in std::strong_ordering
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A DPR47511.cpp9 static const strong_ordering equal, greater, less; member
13 constexpr strong_ordering strong_ordering::less = {-1}; member in std::strong_ordering
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A DPR47511.cpp9 static const strong_ordering equal, greater, less; member
13 constexpr strong_ordering strong_ordering::less = {-1}; member in std::strong_ordering
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A DPR47511.cpp9 static const strong_ordering equal, greater, less; member
13 constexpr strong_ordering strong_ordering::less = {-1}; member in std::strong_ordering
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A DPR47511.cpp9 static const strong_ordering equal, greater, less; member
13 constexpr strong_ordering strong_ordering::less = {-1}; member in std::strong_ordering
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/shared_ptr/comparison/
H A D86537.cc28 template<> struct less<X*> { struct
50 std::less<std::shared_ptr<X>> lt; in test01()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A DPR47511.cpp9 static const strong_ordering equal, greater, less; member
13 constexpr strong_ordering strong_ordering::less = {-1}; member in std::strong_ordering
/dports/math/gecode/gecode-0916a1a/gecode/support/
H A Dsort.hpp42 exchange(Type &a, Type &b, Less &less) { in exchange()
97 insertion(Type* l, Type* r, Less &less) { in insertion()
113 partition(Type* l, Type* r, Less &less) { in partition()
130 quicksort(Type* l, Type* r, Less &less) { in quicksort()
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/policies/robustness/
H A Dsegment_ratio.hpp37 struct less {}; struct
40 struct less<Type, true> struct
43 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
51 struct less<Type, false> struct
54 static inline bool apply(Ratio const& lhs, Ratio const& rhs) in apply()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/src/
H A DKokkos_Functional.hpp126 struct less { struct
127 using first_argument_type = T;
128 using second_argument_type = T;
129 using result_type = bool;
132 bool operator()(T const& a, T const& b) const { return a < b; } in operator ()()
/dports/devel/kokkos/kokkos-3.4.01/containers/src/
H A DKokkos_Functional.hpp126 struct less { struct
127 using first_argument_type = T;
128 using second_argument_type = T;
129 using result_type = bool;
132 bool operator()(T const& a, T const& b) const { return a < b; } in operator ()()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/src/
H A DKokkos_Functional.hpp126 struct less { struct
127 using first_argument_type = T;
128 using second_argument_type = T;
129 using result_type = bool;
132 bool operator()(T const& a, T const& b) const { return a < b; } in operator ()()

12345678910>>...203