Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/tree/
H A Dupperbounds.cpp864 double plhx[nstates]; in sumFraction() local
874 plhx[x] = 0.0; in sumFraction()
877 plhx[x]+= T1_partial_lh[i*nstates+j]*eigen[x*nstates+j]; in sumFraction()
886 score[0] += plhx[x]*plhy[y]; in sumFraction()
889 score[1] += plhx[x]*plhy[y]; in sumFraction()
892 score[2] += plhx[x]*plhy[y]; in sumFraction()
/dports/games/asylum/asylum-0.3.2/
H A Dbullet.cpp35 extern int xpos, ypos, pllx, plly, plhx, plhy;
122 if (!((r11->x <= pllx) || (plhx <= r11->x) || (r11->y <= plly) || (plhy <= r11->y))) in bullets()
H A Dplayer.cpp104 int pllx, plly, plhx, plhy; variable
453 pllx = x-(_plwidth/2); plhx = x+(_plwidth/2); in plmove()
461 plhx = plhy = 0; in plmove()
1057 return (x+(dx>>1) > pllx) && (plhx > x-(dx>>1)) in plcolcheck()