Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmmdap.h62 double time_Proposal; // Time spent on constructing the variable
H A Dbslmm.h78 double time_Proposal; variable
H A Dparam.h259 double time_Proposal; // Time spent on constructing the variable
H A Dbslmm.cpp107 cPar.time_Proposal = time_Proposal; in CopyToParam()
933 time_Proposal = (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in MCMC()
1626 time_Proposal = (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in MCMC()
H A Dbslmmdap.cpp636 time_Proposal = (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in DAP_CalcBF()
H A Dgemma.cpp3555 outfile << "## time on proposal = " << cPar.time_Proposal << " min " in WriteLog()