Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Dslice.c161 if(maxparam[w] - minparam[w] < SMALLEPSILON) in slice()
291 if(maxparam[w] - minparam[w] < SMALLEPSILON) in expslice()
H A Ddefinitions.h363 #define SMALLEPSILON 1e-15 /* a smaller number */ macro
H A Dpriors.c194 a += SMALLEPSILON; in find_beta_truncgamma()
H A Dbayes.c1339 …const boolean verbose = (world->heat > (1.0 - SMALLEPSILON)) && myID==MASTER && world->options->v… in uniform_proposal()
1474 if (fabs(new_old_ratio - 1.0) < SMALLEPSILON) in recalc_timelist()
1499 if(new_old_ratio < SMALLEPSILON) in recalc_timelist_1()
1501 new_old_ratio = SMALLEPSILON; in recalc_timelist_1()
1858 if(params[j] < SMALLEPSILON) in print_bayes_tofile()
H A Dlrt.c654 if(ptr[0]=='0' && ((atof(ptr) - SMALLEPSILON) <= 0.0)) in simplify_lrtvalues()
H A Dmcmc1.c211 while ((tentry->age < age || tentry->age - age < SMALLEPSILON)&& zz < (*timevector).T) in tree_update()
H A Dpretty.c981 if(l/p99 < (1.0 + SMALLEPSILON)) in pdf_histogram_plus()
995 if(((float) v)/p99 < (1.0 + SMALLEPSILON)) in pdf_histogram_plus()
H A Dmigrate_mpi.c4130 if(values[i] < SMALLEPSILON) in handle_mdim()