Home
last modified time | relevance | path

Searched refs:eventbinsize (Results 1 – 8 of 8) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dmigevents.c151 float eventbinsize; in print_mighist_output() local
187 eventbinsize = world->mighistloci[locus].eventbinsize; in print_mighist_output()
191 age = eventbinsize / 2.; in print_mighist_output()
208 age += eventbinsize; in print_mighist_output()
472 age = eventbinsize/2.; in print_event_values_list()
476 age += eventbinsize; in print_event_values_list()
557 MYREAL eventbinsize; in print_event_values_tofile() local
601 eventbinsize = world->mighistloci[locus].eventbinsize; in print_event_values_tofile()
604 age = eventbinsize / 2.; in print_event_values_tofile()
609 age += eventbinsize; in print_event_values_tofile()
[all …]
H A Dskyline.c381 world->mighistloci[locus].eventbinsize = binsize; in setup_expected_events()
444 age += eventbinsize; in print_expected_values_list()
532 MYREAL eventbinsize; in print_expected_values_tofile() local
576 eventbinsize = world->mighistloci[locus].eventbinsize; in print_expected_values_tofile()
579 age = eventbinsize / 2.; in print_expected_values_tofile()
584 age += eventbinsize; in print_expected_values_tofile()
691 world->mighistloci[world->loci].eventbinsize = world->mighistloci[0].eventbinsize; in prepare_expected_values()
799 MYREAL eventbinsize; in debug_skyline() local
814 eventbinsize = world->mighistloci[locus].eventbinsize; in debug_skyline()
817 age = eventbinsize / 2.; in debug_skyline()
[all …]
H A Dmenu.c1363 sprintf(outputstring,"%f",options->eventbinsize); in menuInput()
1378 sprintf(outputstring,"%f",options->eventbinsize); in menuInput()
1756 options->eventbinsize); in menuInput()
1758 if(input[0]=='\0' && options->eventbinsize > 0.0) in menuInput()
1760 options->eventbinsize = (float) atof(input); in menuInput()
1762 while (options->eventbinsize <= 0.0); in menuInput()
1781 options->eventbinsize); in menuInput()
1783 if(input[0]=='\0' && options->eventbinsize > 0.0) in menuInput()
1785 options->eventbinsize = (float) atof(input); in menuInput()
1787 while (options->eventbinsize <= 0.0); in menuInput()
H A Dmigration.h470 float eventbinsize; member
865 MYREAL eventbinsize; // used for eventbins and migeventbins member
961 float eventbinsize; member
H A Dworld.c403 wopt->eventbinsize = options->eventbinsize; in fill_worldoptions()
1961 calculate_event_values(bb->migeventbins, bb->migeventbinnum, bb->eventbinsize, in copy_time()
1968 calculate_expected_values(bb->eventbins, bb->eventbinnum, bb->eventbinsize, in copy_time()
1983 calculate_event_values(bb->migeventbins, bb->migeventbinnum, bb->eventbinsize, in copy_time()
1991 calculate_expected_values(bb->eventbins, bb->eventbinnum, bb->eventbinsize, t, in copy_time()
2390 calculate_event_values(bb->migeventbins, bb->migeventbinnum, bb->eventbinsize, in archive_timelist()
2396 calculate_expected_values(bb->eventbins, bb->eventbinnum, bb->eventbinsize, tl[0].age, in archive_timelist()
2423 calculate_event_values(bb->migeventbins, bb->migeventbinnum, bb->eventbinsize, in archive_timelist()
2430 …calculate_expected_values(bb->eventbins, bb->eventbinnum, bb->eventbinsize, tl[j].age - tl[j-1].ag… in archive_timelist()
H A Doptions.c237 options->eventbinsize = (float) 0.001; in init_options()
3307 …e(&bufsize, buffer, allocbufsize, "mig-histogram=ALL:%f:%s", options->eventbinsize,options->mighis… in save_options_buffer()
3309 …e(&bufsize, buffer, allocbufsize, "mig-histogram=YES:%f:%s", options->eventbinsize, options->mighi… in save_options_buffer()
3311 …er, allocbufsize, "skyline=YES:%f:%s #needs mig-histogram", options->eventbinsize, options->skyli… in save_options_buffer()
5126 options->eventbinsize = (float) atof(tmp); in numbercheck()
5171 options->eventbinsize = (float) atof(tmp); in numbercheck()
H A Dpretty.c5749 delta = world->mighistloci[0].eventbinsize; in pdf_event_histogram()
5945 delta = world->mighistloci[0].eventbinsize; in pdf_skyline_histogram()
6358 age = -world->mighistloci[locus].eventbinsize/2.; in pdf_print_eventtime_table()
6361 age += world->mighistloci[locus].eventbinsize; in pdf_print_eventtime_table()
H A Dmigrate_mpi.c2585 if(temp - world->options->eventbinsize > EPSILON) in unpack_skyline_buffer()
2632 (*buffer)[z++] = (MYREAL) world->options->eventbinsize; in pack_skyline_buffer()