Home
last modified time | relevance | path

Searched refs:nESets (Results 1 – 6 of 6) sorted by relevance

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dsumpt.c2943 if (sumtParams.nESets > 0) in AddSumtPartition()
2968 if (sumtParams.nESets > 0) in AddSumtPartition()
3090 if (sumtParams.nESets > 0) in AllocPartCtr()
3092 for (i=0; i<sumtParams.nESets; i++) in AllocPartCtr()
4890 sumtParams.nESets = 0; in DoSumt()
6520 sumtParams.nESets = 0; in DoSumtTree()
6523 for (i=0; i<t->nESets; i++) in DoSumtTree()
6581 …if (inComparetreeCommand == NO && (sumtParams.nESets != t->nESets || sumtParams.nBSets != t->nBSet… in DoSumtTree()
6832 if (sumtParams.nESets > 0) in FreePartCtr()
6894 if (sumtParams.nESets > 0) in FreeSumtParams()
[all …]
H A Dbayes.h656 int nESets; /*!< number of breakpoint rate sets */ member
1440 int nESets; /* number of event sets */ member
H A Dutils.c1903 pt->nESets = 0; in AllocatePolyTree()
1932 pt->nESets = nESets; in AllocatePolyTreeRelClockParams()
1946 if (pt->nESets > 0) in AllocatePolyTreeRelClockParams()
1952 for (i=0; i<pt->nESets; i++) in AllocatePolyTreeRelClockParams()
3092 for (i=0; i<to->nESets; i++) in CopyToPolyTreeFromPolyTree()
3781 for (i=0; i<pt->nESets; i++) in FreePolyTreeRelClockParams()
3800 pt->nESets = 0; in FreePolyTreeRelClockParams()
5482 if (pt->nESets > 0) in PrintPolyNodes()
5484 for (i=0; i<pt->nESets; i++) in PrintPolyNodes()
5556 for (i=0; i<t->nESets; i++) in AppendRelaxedBranch()
[all …]
H A Dutils.h116 int AllocatePolyTreeRelClockParams (PolyTree *pt, int nBSets, int nESets);
H A Dcommand.c8338 t->nESets++; in DoTreeParm()
8340 t->nEvents = (int **) SafeRealloc ((void *)t->nEvents, t->nESets*sizeof(int *)); in DoTreeParm()
8341 … t->position = (MrBFlt ***) SafeRealloc ((void *)t->position, t->nESets*sizeof(MrBFlt **)); in DoTreeParm()
8342 … t->rateMult = (MrBFlt ***) SafeRealloc ((void *)t->rateMult, t->nESets*sizeof(MrBFlt **)); in DoTreeParm()
8343 t->nEvents[t->nESets-1] = (int *) SafeCalloc (2*(size_t)numTaxa, sizeof(int)); in DoTreeParm()
8344 … t->position[t->nESets-1] = (MrBFlt **) SafeCalloc (2*(size_t)numTaxa, sizeof(MrBFlt *)); in DoTreeParm()
8345 … t->rateMult[t->nESets-1] = (MrBFlt **) SafeCalloc (2*(size_t)numTaxa, sizeof(MrBFlt *)); in DoTreeParm()
8346 … t->eSetName = (char **) SafeRealloc ((void *)t->eSetName, t->nESets*sizeof(char **)); in DoTreeParm()
8658 for (i=0; i<t->nESets; i++) in DoTreeParm()
8661 if (i == t->nESets) in DoTreeParm()
[all …]
H A Dmodel.c20096 for (i=0; i<pt->nESets; i++) in SetRelaxedClockParam()
20101 if (i == pt->nESets) in SetRelaxedClockParam()