Home
last modified time | relevance | path

Searched refs:newpops_numalloc (Results 1 – 5 of 5) sorted by relevance

/dports/biology/migrate/migrate-3.6.11/src/
H A Dmain.c872 long temp[data->numpop < options->newpops_numalloc ? options->newpops_numalloc : data->numpop]; in calculate_newpop_numpop()
876 if (options->newpops_numalloc != numpop) in calculate_newpop_numpop()
880 if(options->newpops_numalloc > numpop) in calculate_newpop_numpop()
884 options->newpops_numalloc = numpop; in calculate_newpop_numpop()
887 for(i=options->newpops_numalloc;i<numpop;i++) in calculate_newpop_numpop()
891 options->newpops_numalloc = numpop; in calculate_newpop_numpop()
1451 options->newpops_numalloc = world->numpop; in analyze_olddata()
1452 options->newpops = (long*) mycalloc(options->newpops_numalloc, sizeof(long)); in analyze_olddata()
1559 options->newpops_numalloc = world->numpop; in analyze_oldbayesdata()
1579 options->newpops_numalloc = world->numpop; in analyze_oldbayesdata()
[all …]
H A Dmenu.c2238 options->newpops_numalloc = atoi(input); in set_menu_localities()
2239 … options->newpops = (long*) myrealloc(options->newpops, options->newpops_numalloc * sizeof(long)); in set_menu_localities()
2241 for(i=1;i<=options->newpops_numalloc;i++) in set_menu_localities()
2243 switch((int) log10((double) options->newpops_numalloc)) in set_menu_localities()
2263 options->newpops_numalloc = 1; in set_menu_localities()
4020 if(options->newpops_numalloc>1) in set_localities_string()
4023 for(i=0; i<options->newpops_numalloc; i++) in set_localities_string()
H A Doptions.c459 options->newpops_numalloc = 1; in init_options()
2452 input = (char *) mycalloc(options->newpops_numalloc * 50, sizeof(char)); in print_parm_newpops()
2454 for(i=1; i < options->newpops_numalloc; i++) in print_parm_newpops()
2820 print_parm_mutable(&bufsize, buffer, allocbufsize, "%li ",options->newpops_numalloc); in save_newpops_buffer()
2821 for(i=0; i < options->newpops_numalloc; i++) in save_newpops_buffer()
6366 if(z >= options->newpops_numalloc) in set_localities()
6368 options->newpops_numalloc = z+1; in set_localities()
6369 … options->newpops = (long*) myrealloc(options->newpops, options->newpops_numalloc * sizeof(long)); in set_localities()
H A Dmigration.h583 long newpops_numalloc; member
H A Dtools.c1398 options->newpops_numalloc = world->numpop; in read_savesum()
1399 options->newpops = (long*) mycalloc(options->newpops_numalloc, sizeof(long)); in read_savesum()