Home
last modified time | relevance | path

Searched refs:timelist_fmt (Results 1 – 9 of 9) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dtree.h42 void create_treetimelist (world_fmt * world, timelist_fmt ** ltl, long locus);
43 void allocate_lineages (timelist_fmt **timevector, const long offset, const long numpop);
50 void construct_tymelist (world_fmt * world, timelist_fmt * timevector);
52 void add_partlineages (long numpop, timelist_fmt ** timevector);
H A Dmcmc1.c79 void new_localtimelist (timelist_fmt ** ntl, timelist_fmt * otl, long numpop);
94 void free_timevector (timelist_fmt * timevector);
95 void prune_timelist (timelist_fmt * oldtv, timelist_fmt * newtv, register node ** __restrict ptr, p…
109 timelist_fmt * tyme);
460 new_localtimelist (timelist_fmt ** ntl, timelist_fmt * otl, long numpop) in new_localtimelist()
463 (*ntl) = (timelist_fmt *) mycalloc (1, sizeof (timelist_fmt)); in new_localtimelist()
477 new_localtimelist_new (timelist_fmt ** ntl, timelist_fmt * otl, long numpop) in new_localtimelist_new()
948 prune_timelist (timelist_fmt * oldtv, timelist_fmt * newtv, register node ** __restrict ptr, propo… in prune_timelist()
1693 free_timevector (timelist_fmt * timevector) in free_timevector()
1709 free_timevector_new (timelist_fmt * timevector) in free_timevector_new()
[all …]
H A Dmcmc.h42 extern void free_timevector (timelist_fmt * timevector);
H A Dmigevents.h49 extern void store_events (world_fmt * world, timelist_fmt * ltl, long np, long rep);
H A Dworld.h70 extern void copy_time (world_fmt * world, timelist_fmt * ltl, long from,
H A Dmigration.h723 typedef struct timelist_fmt struct
733 timelist_fmt; typedef
1133 timelist_fmt *treetimes;
H A Dtree.c141 void increase_timelist (timelist_fmt ** timevector);
142 void allocate_lineages (timelist_fmt **timevector, const long offset, const long numpop);
356 create_treetimelist (world_fmt * world, timelist_fmt ** ltl, long locus) in create_treetimelist()
370 allocate_lineages (timelist_fmt **timevector, const long offset, const long numpop) in allocate_lineages()
421 timeslices (timelist_fmt ** timevector) in timeslices()
440 add_partlineages (long numpop, timelist_fmt ** timevector) in add_partlineages()
498 add_partlineages_313 (long numpop, timelist_fmt ** timevector) in add_partlineages_313()
556 add_partlineages_312 (long numpop, timelist_fmt ** timevector) in add_partlineages_312()
2387 construct_tymelist (world_fmt * world, timelist_fmt * timevector) in construct_tymelist()
2468 traverseNodes (node * theNode, timelist_fmt ** timevector, long *slice, world_fmt *world, long *tip… in traverseNodes()
[all …]
H A Dworld.c121 extern MYREAL prob_tree (world_fmt * world, timelist_fmt * tyme);
130 void copy_time (world_fmt * world, timelist_fmt * ltl, long from,
216 (*world)->treetimes = (timelist_fmt *) mycalloc (1, sizeof (timelist_fmt)); in create_world()
1920 copy_time (world_fmt * world, timelist_fmt * ltl, long from, in copy_time()
4247 timelist_fmt *templist; in chance_swap_tree()
4387 timelist_fmt *templist; in chance_swap_tree_unreadable_obsolete()
H A Dmigevents.c795 store_events (world_fmt * world, timelist_fmt * ltl, long np, long rep) in store_events()