Home
last modified time | relevance | path

Searched refs:IsGreaterThan (Results 26 – 50 of 172) sorted by relevance

1234567

/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.CodeContracts/Mono.CodeContracts.Static.Analysis.Numerical/
H A DExpressionOperator.cs90 public static bool IsGreaterThan (this ExpressionOperator op) in IsGreaterThan() method in Mono.CodeContracts.Static.Analysis.Numerical.ExpressionOperatorExtensions
/dports/math/ogdf/OGDF/test/src/basic/
H A Dsvg.cpp202 AssertThat(xmin, IsGreaterThan(0) || Equals(0)); in __anon649e59190102()
203 AssertThat(ymin, IsGreaterThan(0) || Equals(0)); in __anon649e59190102()
H A Dfileformats.cpp342 AssertThat(graph.numberOfNodes(), IsGreaterThan(0)); in describeResourceBased()
343 AssertThat(graph.numberOfEdges(), IsGreaterThan(0)); in describeResourceBased()
1035 AssertThat(graph.numberOfNodes(), IsGreaterThan(0)); in describeSTPasInstanceFormat()
1036 AssertThat(graph.numberOfEdges(), IsGreaterThan(0)); in describeSTPasInstanceFormat()
1037 AssertThat(terminals.size(), IsGreaterThan(0)); in describeSTPasInstanceFormat()
1091 AssertThat(graph.numberOfNodes(), IsGreaterThan(1)); in describeDMFasInstanceFormat()
H A Dskiplist.cpp220 AssertThat(k, IsGreaterThan(prev)); in describeSortedSequence()
H A Ddisjointsets.cpp51 AssertThat(i, IsGreaterThan(-1)); in registerTestSuite()
H A Dcombinatorialembedding.cpp295 AssertThat(emb.faceArrayTableSize(), IsGreaterThan(emb.numberOfFaces() - 1)); in testConstCombinatorialEmbedding()
H A Dgenerators.cpp51 AssertThat(d, !(IsGreaterThan(degdist.high()) || IsLessThan(degdist.low()))); in assertNodeDegrees()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/Mono.CodeGeneration/
H A DCodeExpression.cs58 public static CodeExpression IsGreaterThan (CodeExpression e1, CodeExpression e2) in IsGreaterThan() method in Mono.CodeGeneration.CodeExpression
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/ast/
H A Dbinary_expression.h98 bool IsGreaterThan() const { return op_ == BinaryOp::kGreaterThan; } in IsGreaterThan() function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/src/
H A DnsMsgLocalSearch.cpp784 aTable->SetAvailable(nsMsgSearchAttrib::JunkPercent, nsMsgSearchOp::IsGreaterThan, 1); in SetJunk()
785 aTable->SetEnabled (nsMsgSearchAttrib::JunkPercent, nsMsgSearchOp::IsGreaterThan, 1); in SetJunk()
857 aTable->SetAvailable(nsMsgSearchAttrib::AgeInDays, nsMsgSearchOp::IsGreaterThan, 1); in SetLocalNews()
858 aTable->SetEnabled (nsMsgSearchAttrib::AgeInDays, nsMsgSearchOp::IsGreaterThan, 1); in SetLocalNews()
H A DnsMsgSearchTerm.cpp226 {nsMsgSearchOp::IsGreaterThan, "is greater than"},
795 case nsMsgSearchOp::IsGreaterThan: in MatchUint32HdrProperty()
1165 case nsMsgSearchOp::IsGreaterThan: // is older than, or more in the future in MatchAge()
1209 case nsMsgSearchOp::IsGreaterThan: in MatchSize()
1301 case nsMsgSearchOp::IsGreaterThan: in MatchJunkPercent()
H A DnsMsgSearchAdapter.cpp300 case nsMsgSearchOp::IsGreaterThan: in EncodeImapTerm()
317 case nsMsgSearchOp::IsGreaterThan: in EncodeImapTerm()
453 if (op == nsMsgSearchOp::IsGreaterThan) sizeValue += 1024; in EncodeImapTerm()
/dports/math/openturns/openturns-1.18/lib/src/Base/Diff/Ev3/
H A Doperand.cxx371 bool Operand::IsGreaterThan(const double v) const in IsGreaterThan() function in Ev3::Operand
/dports/math/ogdf/OGDF/test/src/layout/
H A Dlayout_helpers.h86 AssertThat(result, IsGreaterThan(std::numeric_limits<int>::lowest() / 2));
/dports/math/ogdf/OGDF/test/src/graphalg/
H A Dsteiner-tree-auxiliary.cpp214 AssertThat(distance[S.v[1]], IsGreaterThan(3)); in callExpectPreferTerminals()
500 AssertThat(number, IsGreaterThan(4) && IsLessThan(8)); in testFull3ComponentGeneratorModule()
518 AssertThat(number, IsGreaterThan(2) && IsLessThan(5)); in testFull3ComponentGeneratorModule()
H A Dsteiner-tree.cpp293 AssertThat(algCost, IsGreaterThan(opt) || Equals(opt)); in testModule()
/dports/math/ogdf/OGDF/test/include/bandit/assertion_frameworks/snowhouse/
H A DREADME.md59 AssertThat(length, IsGreaterThan(4) && !Equals(10));
109 AssertThat(x, IsGreaterThan(4));
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/search/public/
H A DnsMsgSearchCore.idl133 const nsMsgSearchOpValue IsGreaterThan = 13;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgPurgeService.cpp398 searchTerm->SetOp(nsMsgSearchOp::IsGreaterThan); in SearchFolderToPurge()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/wgsl/
H A Dtoken.h460 bool IsGreaterThan() const { return type_ == Type::kGreaterThan; } in IsGreaterThan() function
H A Dparser_impl.cc2254 } else if (t.IsGreaterThan() && t2.IsGreaterThan()) { in expect_shift_expr()
2298 else if (t.IsGreaterThan()) in expect_relational_expr()
/dports/math/ogdf/OGDF/test/src/planarity/
H A Dplanarity.cpp184 AssertThat(npc.cost(e), IsGreaterThan(0)); in testNonPlanarCore()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/test/
H A Dgmock-matchers_test.cc1602 class IsGreaterThan { class
1604 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::IsGreaterThan
1630 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/
H A Dtype_determiner.cc1013 expr->IsNotEqual() || expr->IsLessThan() || expr->IsGreaterThan() || in DetermineBinary()
/dports/lang/fpc-utils/fpc-3.2.2/utils/unicode/
H A Dhelper.pas2687 function IsGreaterThan(A, B : PUCA_LineRec) : Integer; in IsGreaterThan() function
2722 while IsGreaterThan(@ABook^.Lines[P], @ABook^.Lines[AList[i]]) > 0 do
2724 while IsGreaterThan(@ABook^.Lines[P], @ABook^.Lines[AList[J]]) < 0 do

1234567