Home
last modified time | relevance | path

Searched refs:hasLowerBound (Results 1 – 25 of 65) sorted by relevance

123

/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java235 boolean hasLowerBound = candidateColumn.hasLowerBound(); in getScore()
238 if (hasLowerBound || hasUpperBound) { in getScore()
242 if (hasLowerBound) { in getScore()
371 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
486 if (!hasLowerBound()) { in operationSetBounds()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java235 boolean hasLowerBound = candidateColumn.hasLowerBound(); in getScore()
238 if (hasLowerBound || hasUpperBound) { in getScore()
242 if (hasLowerBound) { in getScore()
371 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
486 if (!hasLowerBound()) { in operationSetBounds()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java235 boolean hasLowerBound = candidateColumn.hasLowerBound(); in getScore()
238 if (hasLowerBound || hasUpperBound) { in getScore()
242 if (hasLowerBound) { in getScore()
371 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
486 if (!hasLowerBound()) { in operationSetBounds()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java235 boolean hasLowerBound = candidateColumn.hasLowerBound(); in getScore()
238 if (hasLowerBound || hasUpperBound) { in getScore()
242 if (hasLowerBound) { in getScore()
371 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
486 if (!hasLowerBound()) { in operationSetBounds()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java235 boolean hasLowerBound = candidateColumn.hasLowerBound(); in getScore()
238 if (hasLowerBound || hasUpperBound) { in getScore()
242 if (hasLowerBound) { in getScore()
371 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
486 if (!hasLowerBound()) { in operationSetBounds()
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Types/
H A DVersionRange.hs22 hasLowerBound,
158 hasLowerBound :: VersionRange -> Bool
159 hasLowerBound = foldVersionRange function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Types/
H A DVersionRange.hs22 hasLowerBound,
174 hasLowerBound :: VersionRange -> Bool
175 hasLowerBound = foldVersionRange function
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Types/
H A DVersionRange.hs22 hasLowerBound,
174 hasLowerBound :: VersionRange -> Bool
175 hasLowerBound = foldVersionRange function
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Types/
H A DVersionRange.hs22 hasLowerBound,
161 hasLowerBound :: VersionRange -> Bool
162 hasLowerBound = foldVersionRange function
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Types/
H A DVersionRange.hs22 hasLowerBound,
174 hasLowerBound :: VersionRange -> Bool
175 hasLowerBound = foldVersionRange function
/dports/math/cvc4/CVC4-1.7/src/theory/arith/
H A Dpartial_model.cpp311 if(hasLowerBound(x) && hasUpperBound(x)){ in boundsAreEqual()
405 Assert(hasLowerBound(x)); in getLowerBound()
472 if(!hasLowerBound(x)){ in cmpToLowerBound()
492 if(!hasLowerBound(x)){ in equalsLowerBound()
507 return hasLowerBound(x) || hasUpperBound(x); in hasEitherBound()
552 return hasLowerBound(x) && getLowerBound(x).sgn() == 0; in lowerBoundIsZero()
571 if(!hasLowerBound(x)){ in printModel()
H A Dconstraint.cpp149 if(vc.hasLowerBound()){ in operator <<()
212 Assert(hasLowerBound()); in getLowerBound()
237 if(hasLowerBound()){ in push_into()
273 return hasLowerBound(); in hasConstraintOfType()
303 Assert(!hasLowerBound()); in add()
326 Assert(hasLowerBound()); in getConstraintOfType()
345 Assert(hasLowerBound()); in remove()
367 !(hasLowerBound() || in empty()
376 if(hasLowerBound()){ in nonNull()
1527 if(vc.hasLowerBound()){ in getStrictlyWeakerLowerBound()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java240 boolean hasLowerBound = candidateColumn.hasLowerBound(); in score()
243 if (hasLowerBound || hasUpperBound) { in score()
247 if (hasLowerBound) { in score()
378 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java240 boolean hasLowerBound = candidateColumn.hasLowerBound(); in score()
243 if (hasLowerBound || hasUpperBound) { in score()
247 if (hasLowerBound) { in score()
378 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java240 boolean hasLowerBound = candidateColumn.hasLowerBound(); in score()
243 if (hasLowerBound || hasUpperBound) { in score()
247 if (hasLowerBound) { in score()
378 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java240 boolean hasLowerBound = candidateColumn.hasLowerBound(); in score()
243 if (hasLowerBound || hasUpperBound) { in score()
247 if (hasLowerBound) { in score()
378 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java240 boolean hasLowerBound = candidateColumn.hasLowerBound(); in score()
243 if (hasLowerBound || hasUpperBound) { in score()
247 if (hasLowerBound) { in score()
378 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/clusterj/clusterj-core/src/main/java/com/mysql/clusterj/core/query/
H A DCandidateIndexImpl.java240 boolean hasLowerBound = candidateColumn.hasLowerBound(); in score()
243 if (hasLowerBound || hasUpperBound) { in score()
247 if (hasLowerBound) { in score()
378 protected boolean hasLowerBound() { in hasLowerBound() method in CandidateIndexImpl.CandidateColumnImpl
/dports/science/tfel/tfel-3.4.0/mfront/src/
H A DVariableBoundsDescription.cxx18 bool VariableBoundsDescription::hasLowerBound() const{ in hasLowerBound() function in mfront::VariableBoundsDescription
/dports/science/tfel-edf/tfel-3.2.1/mfront/src/
H A DVariableBoundsDescription.cxx18 bool VariableBoundsDescription::hasLowerBound() const{ in hasLowerBound() function in mfront::VariableBoundsDescription
H A DVariableDescription.cxx171 throw_if((!b1.hasLowerBound())&&(b2.hasLowerBound()), in checkBoundsCompatibility()
174 if(b1.hasLowerBound()){ in checkBoundsCompatibility()
/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/
H A DVariableBoundsDescription.hxx52 bool hasLowerBound() const;
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DVariableBoundsDescription.hxx52 bool hasLowerBound() const;
/dports/science/tfel/tfel-3.4.0/bindings/python/tests/
H A Dmaterial-properties.py27 self.assertTrue(elm.hasLowerBound(l,mp,"Temperature"))
/dports/science/tfel-edf/tfel-3.2.1/src/System/
H A DExternalBehaviourDescription.cxx115 bool ExternalBehaviourDescription::hasLowerBound(const std::string& v) const in hasLowerBound() function in tfel::system::ExternalBehaviourDescription
118 return elm.hasLowerBound(this->library,this->behaviour,this->hypothesis,v); in hasLowerBound()

123