Home
last modified time | relevance | path

Searched refs:bayeshistogram_fmt (Results 1 – 6 of 6) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dcorrelation.c155 bayeshistogram_fmt *target = &world->bayes->histogram[world->loci]; in covariance_summary()
H A Dmigration.h338 } bayeshistogram_fmt; typedef
370 bayeshistogram_fmt *histogram;
H A Dhistogram.c184 bayeshistogram_fmt *hist; in read_bayes_fromfile()
H A Dbayes.c2131 bayeshistogram_fmt *hist; in bayes_init_histogram()
2137 bayes->histogram = (bayeshistogram_fmt *) mycalloc(world->loci + 1,sizeof(bayeshistogram_fmt)); in bayes_init_histogram()
2327 bayeshistogram_fmt *hist; in bayes_stat()
2729 bayeshistogram_fmt *hist = &(world->bayes->histogram[locus]); in adjust_bayes_bins()
3912 bayeshistogram_fmt * source; in bayes_combine_loci()
3919 bayeshistogram_fmt *target = &bayes->histogram[world->loci]; in bayes_combine_loci()
H A Dmigrate_mpi.c127 long pack_hist_bayes_buffer(MYREAL **buffer, bayeshistogram_fmt *hist, world_fmt * world, long star…
2678 bayeshistogram_fmt *hist; in pack_bayes_buffer()
2755 bayeshistogram_fmt *hist; in unpack_hist_bayes_buffer()
3019 long pack_hist_bayes_buffer(MYREAL **buffer, bayeshistogram_fmt *hist, world_fmt * world, long star… in pack_hist_bayes_buffer()
H A Dpretty.c1488 bayeshistogram_fmt * hist; in pdf_print_bayestable()