Home
last modified time | relevance | path

Searched defs:Maxbrnch (Results 1 – 11 of 11) sorted by relevance

/dports/biology/treepuzzle/tree-puzzle-5.2/src/
H A Dpstep-split.c85 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_split()
185 int Maxbrnch, /* No. of branches */ in updatesplit_split()
263 int Maxbrnch, /* No. of branches */ in addnextleaf_split()
607 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep_split() local
H A Dsplit.c24 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_split()
192 int Maxbrnch, /* No. of branches */ in updatesplit_split()
323 int Maxbrnch, /* No. of branches */ in addnextleaf_split()
465 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep_split() local
H A Drecur.c24 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_recur()
135 int Maxbrnch, /* No. of branches */ in updatecluster_recur()
386 int Maxbrnch, /* No. of branches */ in addnextleaf_recur()
767 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep_recur() local
H A Dmrca.c24 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_mrca()
155 int Maxbrnch, /* No. of branches */ in updatecluster_mrca()
391 int Maxbrnch, /* No. of branches */ in addnextleaf_mrca()
760 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep_mrca() local
H A Dpstep-mrca.c63 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_orig()
131 int Maxbrnch, /* No. of branches */ in addnextleaf_orig()
468 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep() local
H A Dpstep-recursive.c63 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_orig()
131 int Maxbrnch, /* No. of branches */ in addnextleaf_orig()
468 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep() local
H A Dpstep-trueID.c67 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_orig()
135 int Maxbrnch, /* No. of branches */ in addnextleaf_orig()
479 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep() local
H A Drecur-old.c24 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_recur()
329 int Maxbrnch, /* No. of branches */ in addnextleaf_recur()
725 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep_recur() local
H A Dpstep-deglob.c60 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_orig()
127 int Maxbrnch, /* No. of branches */ in addnextleaf_orig()
H A Dpstep.c230 int Maxbrnch, /* in: Number of branches (2n-3) */ in inittree_orig()
317 int Maxbrnch, /* No. of branches */ in addnextleaf_orig()
604 int Maxbrnch = (2*Maxspc)-3; /* Number of branches (2n-3) */ in onepstep_orig() local
H A Dpuzzle.h278 EXTERN int Maxbrnch; /* 2*Maxspc - 3 */ variable