Home
last modified time | relevance | path

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

/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dlikelihood.c5055 scP += m->numFloatsPerVec; in CondLikeScaler_Gen_SSE()
5532 scP += m->numFloatsPerVec; in CondLikeScaler_NY98_SSE()
6007 lnL_SSE += m->numFloatsPerVec; in Likelihood_Gen_SSE()
6045 lnLI_SSE += m->numFloatsPerVec; in Likelihood_Gen_SSE()
6672 lnL_Vec += m->numFloatsPerVec; in Likelihood_NUC4_FMA()
6687 lnLI_Vec += m->numFloatsPerVec; in Likelihood_NUC4_FMA()
6840 lnL_Vec += m->numFloatsPerVec; in Likelihood_NUC4_AVX()
6859 lnLI_Vec += m->numFloatsPerVec; in Likelihood_NUC4_AVX()
7012 lnL_Vec += m->numFloatsPerVec; in Likelihood_NUC4_SSE()
7235 lnL_Vec += m->numFloatsPerVec; in Likelihood_NY98_SSE()
[all …]
H A Dmcmc.c5947 m->numFloatsPerVec = 0; in InitChainCondLikes()
6799 if (m->numChars % m->numFloatsPerVec != 0) in InitInvCondLikes()
6809 …charBits = &m->parsSets[i][(((m->numChars / m->numFloatsPerVec) * m->numFloatsPerVec) + c1) *m->nP… in InitInvCondLikes()
6821 for (; c1<m->numFloatsPerVec; c1++) in InitInvCondLikes()
18028 m->numFloatsPerVec = 4; in SetLikeFunctions()
18034 m->numFloatsPerVec = 8; in SetLikeFunctions()
18154 m->numFloatsPerVec = 4; in SetLikeFunctions()
18180 m->numFloatsPerVec = 4; in SetLikeFunctions()
18221 m->numFloatsPerVec = 4; in SetLikeFunctions()
18271 m->numFloatsPerVec = 4; in SetLikeFunctions()
[all …]
H A Dbayes.h1320 int numFloatsPerVec; /* number of floats per SIMD vector */ member
H A Dmodel.c17852 m->numFloatsPerVec = 0; in SetModelInfo()