Home
last modified time | relevance | path

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

/dports/biology/iqtree/IQ-TREE-2.0.6/pll/
H A DpllInternal.h81 extern void initTL ( topolRELL_LIST *rl, pllInstance *tr, int n );
82 extern void freeTL ( topolRELL_LIST *rl);
83 extern void restoreTL ( topolRELL_LIST *rl, pllInstance *tr, int n, int numBranches );
84 extern void resetTL ( topolRELL_LIST *rl );
85 extern void saveTL ( topolRELL_LIST *rl, pllInstance *tr, int index );
H A Dtopologies.c140 void initTL(topolRELL_LIST *rl, pllInstance *tr, int n) in initTL()
163 void freeTL(topolRELL_LIST *rl) in freeTL()
175 void restoreTL(topolRELL_LIST *rl, pllInstance *tr, int n, int numBranches) in restoreTL()
194 void resetTL(topolRELL_LIST *rl) in resetTL()
211 void saveTL(topolRELL_LIST *rl, pllInstance *tr, int index) in saveTL()
H A Dpll.h1305 topolRELL_LIST; typedef
H A DoptimizeModel.c2774 topolRELL_LIST *rl = (topolRELL_LIST *) rax_malloc( in autoProtein()
2775 sizeof(topolRELL_LIST)); in autoProtein()