Home
last modified time | relevance | path

Searched refs:treeL (Results 1 – 3 of 3) sorted by relevance

/dports/games/crafty/crafty-25.2_1/
H A Depd.c34 # define treeL 16384 macro
2542 if ((treeptr - treebaseptr) >= (treeL - treemarginL)) in EPDGeneratePL()
4456 treeptr = treebaseptr = (mptrT) EPDMemoryGrab(sizeof(mT) * treeL); in EPDInit()
/dports/games/KnightCap/Export/
H A Depd.c54 #define treeL 16384 macro
4223 if ((treeptr - treebaseptr) >= (treeL - treemarginL)) in EPDGeneratePL()
8001 treeptr = treebaseptr = (mptrT) EPDMemoryGrab(sizeof(mT) * treeL); in EPDInit()
/dports/biology/mrbayes/MrBayes-3.2.7/src/
H A Dmcmc.c7595 MrBFlt lnprior = 0.0, tb[2] = {0,0}, treeL = 0.0; in LogDirPrior() local
7614 treeL += p->length; in LogDirPrior()
7621 lnprior += (aT - a*nb[1] - a*c*nb[0]) * log(treeL) - bT*treeL; in LogDirPrior()
7623 lnprior += (-aT - a*nb[1] - a*c*nb[0]) * log(treeL) - bT/treeL; in LogDirPrior()