Home
last modified time | relevance | path

Searched refs:IsUnionEqThird (Results 1 – 3 of 3) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.h69 int IsUnionEqThird (BitsLong *bitField1, BitsLong *bitField2, BitsLong *bitField3, int length);
H A Dutils.c872 int IsUnionEqThird (BitsLong *bitField1, BitsLong *bitField2, BitsLong *bitField3, int length) in IsUnionEqThird() function
5937 …if (IsUnionEqThird (w->partition, nodeArray[i]->partition, constraintPartition[k], nLongsNeeded) =… in ConstraintAllowedSet()
5989 if (IsUnionEqThird (partition, partition, constraintPartition[k], nLongsNeeded) == YES) in ViolatedConstraint()
H A Dmodel.c11929 …if (IsUnionEqThird (definedConstraintPruned[p->lockID], definedConstraintPruned[p->lockID], p->par… in DoesTreeSatisfyConstraints()