Home
last modified time | relevance | path

Searched refs:definedConstraintTwoPruned (Results 1 – 4 of 4) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dbayes.h1596 extern BitsLong **definedConstraintTwoPruned; /* bitfields representing second ta…
H A Dutils.c5891 …(isRooted == NO && IsPartNested(definedConstraintTwoPruned[k], w->partition, nLongsNeeded) == YES)) in ConstraintAllowedSet()
5895 …if (FirstEmpty == YES && IsSectionEmpty(definedConstraintTwoPruned[k], w->partition, nLongsNeeded… in ConstraintAllowedSet()
5898 … assert (FirstEmpty^IsSectionEmpty(definedConstraintTwoPruned[k], w->partition, nLongsNeeded)); in ConstraintAllowedSet()
5906 constraintPartition=definedConstraintTwoPruned; in ConstraintAllowedSet()
5930 constraintPartition=definedConstraintTwoPruned; in ConstraintAllowedSet()
5976 (IsSectionEmpty(definedConstraintTwoPruned[k], partition, nLongsNeeded) == NO) && in ViolatedConstraint()
5978 … !(isRooted == NO && IsPartNested(definedConstraintTwoPruned[k], partition, nLongsNeeded) == YES)) in ViolatedConstraint()
5987 constraintPartition=definedConstraintTwoPruned; in ViolatedConstraint()
6019 …runed[k], w->partition, nLongsNeeded) == YES && IsSectionEmpty(definedConstraintTwoPruned[k], w->p… in PruneActiveConstraints()
6020 …(isRooted == NO && IsPartNested(definedConstraintTwoPruned[k], w->partition, nLongsNeeded) == YES … in PruneActiveConstraints()
[all …]
H A Dcommand.c171 BitsLong **definedConstraintTwoPruned; /* bitfields representing second taxa sets of defined… variable
670 definedConstraintTwoPruned = NULL; in AllocTaxa()
2550definedConstraintTwoPruned = (BitsLong **) SafeRealloc ((void *)(definedConstraintTwoPruned), (siz… in DoConstraint()
2551 if (definedConstraintTwoPruned==NULL) in DoConstraint()
2553 definedConstraintTwoPruned[numDefinedConstraints-1]=NULL; in DoConstraint()
9305 SAFEFREE (definedConstraintTwoPruned[i]); in FreeTaxa()
14253 definedConstraintTwoPruned = NULL; in ResetTaxaFlags()
H A Dmodel.c11853definedConstraintTwoPruned[constraintId] = (BitsLong *) SafeRealloc ((void *)definedConstraintTwoP… in PruneConstraintPartitions()
11854 if (!definedConstraintTwoPruned[constraintId]) in PruneConstraintPartitions()
11861 ClearBits(definedConstraintTwoPruned[constraintId], nLongsNeeded); in PruneConstraintPartitions()
11867 SetBit(j, definedConstraintTwoPruned[constraintId]); in PruneConstraintPartitions()
11875definedConstraintTwoPruned[constraintId] = (BitsLong *) SafeRealloc ((void *)definedConstraintTwoP… in PruneConstraintPartitions()
11876 if (!definedConstraintTwoPruned[constraintId]) in PruneConstraintPartitions()
11883 ClearBits(definedConstraintTwoPruned[constraintId], nLongsNeeded); in PruneConstraintPartitions()
11889 SetBit(j, definedConstraintTwoPruned[constraintId]); in PruneConstraintPartitions()
11962 … CheckSecond = IsBitSet(localOutGroup, definedConstraintTwoPruned[k])==YES ? NO : YES; in DoesTreeSatisfyConstraints()
11973 …S && IsPartNested(definedConstraintTwoPruned[k], p->partition, nLongsNeeded) && IsPartNested(p->p… in DoesTreeSatisfyConstraints()
[all …]