Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dutils.h67 int IsPartCompatible (BitsLong *smaller, BitsLong *larger, int length);
H A Dutils.c818 int IsPartCompatible (BitsLong *smaller, BitsLong *larger, int length) in IsPartCompatible() function
2504 else if (IsPartCompatible(qq->partition, constraintPartition, nLongsNeeded)) in BuildConstraintTree()
H A Dsumpt.c3359 … if (q->x > 1 && IsPartCompatible(q->partition, partition, sumtParams.BitsLongsNeeded)==NO) in ConTree()