Home
last modified time | relevance | path

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

/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dbslmmdap.h60 double time_UtZ; variable
H A Dbslmm.h73 double time_UtZ; variable
H A Dbslmmdap.cpp56 time_UtZ = 0.0; in CopyFromParam()
94 cPar.time_UtZ = time_UtZ; in CopyToParam()
H A Dbslmm.cpp65 time_UtZ = 0.0; in CopyFromParam()
105 cPar.time_UtZ = time_UtZ; in CopyToParam()
983 time_UtZ += (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in MCMC()
1004 time_UtZ += (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in MCMC()
1106 time_UtZ += (clock() - time_start) / (double(CLOCKS_PER_SEC) * 60.0); in MCMC()
H A Dparam.h255 double time_UtZ; // Time calculating UtZ for probit BSLMM. variable
H A Dparam.cpp107 time_UtZ(0.0), time_opt(0.0), time_Omega(0.0) {} in PARAM()