Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dsumpt.c2077 MrBayesPrintf (fp, "\n"); in PrintMargLikes()
2150 MrBayesPrintf (fp, "\n\n"); in PrintModelStats()
2598 MrBayesPrintf (fp, "\n"); in PrintParamStats()
7293 MrBayesPrintf (fp, "\t"); in PrintBrParamsToFile()
7305 MrBayesPrintf (fp, "\t"); in PrintBrParamsToFile()
7345 MrBayesPrintf (fp, "\n"); in PrintBrParamsToFile()
7454 MrBayesPrintf (fp, ";\n"); in PrintConTree()
7457 MrBayesPrintf (fp, "\n"); in PrintConTree()
7465 MrBayesPrintf (fp, ";\n"); in PrintConTree()
7483 MrBayesPrintf (fp, ";\n"); in PrintFigTreeConTree()
[all …]
H A Dmcmc.c11293 MrBayesPrintf (fp, "]\n"); in PrintCheckPoint()
11427 MrBayesPrintf (fp, "end;\n\n"); in PrintCheckPoint()
11497 MrBayesPrintf (fp, "end;\n\n"); in PrintCheckPoint()
11714 MrBayesPrintf (fp, "\t;\n"); in PrintCheckPoint()
11717 MrBayesPrintf (fp, "\tpropset\n"); in PrintCheckPoint()
11753 MrBayesPrintf (fp, "\t;\n"); in PrintCheckPoint()
11756 MrBayesPrintf (fp, "end;\n\n"); in PrintCheckPoint()
11817 MrBayesPrintf (fpMcmc, "Gen"); in PrintMCMCDiagnosticsToFile()
11913 MrBayesPrintf (fpMcmc, "\n"); in PrintMCMCDiagnosticsToFile()
12005 MrBayesPrintf (fpMcmc, "\n"); in PrintMCMCDiagnosticsToFile()
[all …]
H A Dutils.h82 void MrBayesPrintf (FILE *f, char *format, ...);
H A Dutils.c1199 void MrBayesPrintf (FILE *f, char *format, ...) in MrBayesPrintf() function