Home
last modified time | relevance | path

Searched refs:greater_or_equal (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/image/
H A Dimage_family.cc84 if (greater_or_equal != map_.end() && in GetClosestAspect()
92 if (greater_or_equal != map_.begin()) { in GetClosestAspect()
93 auto less_than = greater_or_equal; in GetClosestAspect()
98 if (greater_or_equal != map_.end()) { in GetClosestAspect()
107 DCHECK(greater_or_equal != map_.end()); in GetClosestAspect()
108 float wider_aspect = greater_or_equal->first.aspect(); in GetClosestAspect()
149 if (greater_or_equal != map_.end() && in GetWithExactAspect()
150 greater_or_equal->first.aspect() == aspect) { in GetWithExactAspect()
152 return &greater_or_equal->second; in GetWithExactAspect()
155 DCHECK(greater_or_equal != map_.begin()); in GetWithExactAspect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/image/
H A Dimage_family.cc84 if (greater_or_equal != map_.end() && in GetClosestAspect()
92 if (greater_or_equal != map_.begin()) { in GetClosestAspect()
93 auto less_than = greater_or_equal; in GetClosestAspect()
98 if (greater_or_equal != map_.end()) { in GetClosestAspect()
107 DCHECK(greater_or_equal != map_.end()); in GetClosestAspect()
108 float wider_aspect = greater_or_equal->first.aspect(); in GetClosestAspect()
149 if (greater_or_equal != map_.end() && in GetWithExactAspect()
150 greater_or_equal->first.aspect() == aspect) { in GetWithExactAspect()
152 return &greater_or_equal->second; in GetWithExactAspect()
155 DCHECK(greater_or_equal != map_.begin()); in GetWithExactAspect()
[all …]
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Drelational.cpp104 case relational::greater_or_equal:
134 case relational::greater_or_equal:
196 return o == greater_or_equal;
273 if (oth.o != greater_or_equal)
280 case greater_or_equal:
331 case greater_or_equal:
386 return relational::greater_or_equal;
389 case relational::greater_or_equal:
424 case greater_or_equal:
496 case greater_or_equal:
[all …]
/dports/math/GiNaC/ginac-1.8.2/ginac/
H A Drelational.cpp103 case relational::greater_or_equal: in print_operator()
150 return o==greater_or_equal; in info()
214 if (oth.o!=greater_or_equal) in compare_same_type()
221 case greater_or_equal: in compare_same_type()
272 case greater_or_equal: in calchash()
325 case greater_or_equal: in operator relational::safe_bool()
343 case greater_or_equal: in operator relational::safe_bool()
/dports/math/cvc4/CVC4-1.7/test/regress/regress0/tptp/
H A DMGT019+2.p47 & greater_or_equal(founding_rate(efficient_producers,T),founding_rate(first_movers,T)) )
53 ( greater_or_equal(X,Y)
68 & greater_or_equal(T,To) )
69 … => greater_or_equal(founding_rate(efficient_producers,T),founding_rate(first_movers,T)) ) ) ) )).
81 & greater_or_equal(T,To) )
H A DMGT031-1.p55 | greater_or_equal(appear(first_movers,A),appear(an_organisation,A)) )).
63 ( ~ greater_or_equal(A,B)
69 | greater_or_equal(A,B) )).
73 | greater_or_equal(A,B) )).
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/prim/scal/err/
H A Dcheck_greater_or_equal.hpp16 struct greater_or_equal { struct
34 struct greater_or_equal<T_y, T_low, true> { struct
74 internal::greater_or_equal<T_y, T_low, is_vector_like<T_y>::value>::check( in check_greater_or_equal()
/dports/math/eprover/eprover-E-2.0/EXAMPLE_PROBLEMS/TPTP/Axioms/
H A DMGT001+0.ax42 %----Definition of greater_or_equal (i.t.o. greater and equal).
45 ( greater_or_equal(X,Y)
49 %%----Definition of greater_or_equal (i.t.o. greater and equal).
52 % ( greater_or_equal(X,Y)
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/sugar/operators/
H A Dlogical_operators__Vector__primitive.h163 Rcpp::sugar::greater_or_equal<RTYPE>,
173 Rcpp::sugar::greater_or_equal<RTYPE>,
183 Rcpp::sugar::greater_or_equal<RTYPE>,
193 Rcpp::sugar::greater_or_equal<RTYPE>,
H A Dlogical_operators__Vector__Vector.h93 Rcpp::sugar::greater_or_equal<RTYPE>,
103 Rcpp::sugar::greater_or_equal<RTYPE>,
H A Dr_binary_op.h41 RCPP_OP(greater_or_equal,>=)
/dports/graphics/tesseract/tesseract-5.0.0/unittest/
H A Dtextlineprojection_test.cc112 void EvaluateBox(const TBOX &box, bool greater_or_equal, int target_value, const char *text, in EvaluateBox() argument
115 if (greater_or_equal != (value > target_value)) { in EvaluateBox()
116 LOG(INFO) << "EvaluateBox too " << (greater_or_equal ? "low" : "high") in EvaluateBox()
123 if (greater_or_equal) { in EvaluateBox()
/dports/graphics/krita/krita-4.4.8/plugins/extensions/pykrita/plugin/
H A Dversion_checker.h206 , greater_or_equal enumerator
241 case greater_or_equal: in operator()
272 case greater_or_equal: in operationToString()
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dutils.cc82 static bool greater_or_equal(const std::pair<double,Int>& a, in greater_or_equal() function
98 std::sort(value_index.begin(), value_index.end(), greater_or_equal); in Sortperm()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dutils.cc82 static bool greater_or_equal(const std::pair<double,Int>& a, in greater_or_equal() function
98 std::sort(value_index.begin(), value_index.end(), greater_or_equal); in Sortperm()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Ddebugstream.hh128 struct greater_or_equal { struct
189 template<DebugLevel, DebugLevel> class activator = greater_or_equal>
/dports/games/ltris/ltris-1.2.1/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/games/lpairs/lpairs-1.0.5/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/games/lbreakout2/lbreakout2-2.6.5/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/japanese/scim-skk/scim-skk-0.5.2/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/japanese/scim-anthy/scim-anthy-1.2.7/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/japanese/scim-tables/scim-tables-0.5.10/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/net/wol/wol-0.7.1/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/net-im/centerim/centerim-4.22.10/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator
/dports/audio/madplay/madplay-0.15.2b/intl/
H A Dplural-exp.h53 greater_or_equal, /* Comparison. */ enumerator

12345678910>>...33