Home
last modified time | relevance | path

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

/dports/biology/migrate/migrate-3.6.11/src/
H A Dbayes.c1445 void traverse_adjust(node *theNode, MYREAL new_old_ratio) in traverse_adjust() argument
1455 traverse_adjust(theNode->next->back, new_old_ratio); in traverse_adjust()
1457 traverse_adjust(theNode->next->next->back, new_old_ratio); in traverse_adjust()
1463 age = theNode->tyme * new_old_ratio; in traverse_adjust()
1473 MYREAL new_old_ratio = new_ratio / old_ratio; in recalc_timelist() local
1474 if (fabs(new_old_ratio - 1.0) < SMALLEPSILON) in recalc_timelist()
1477 traverse_adjust(world->root, new_old_ratio); in recalc_timelist()
1493 recalc_timelist_1 (world_fmt * world, MYREAL new_old_ratio) in recalc_timelist_1() argument
1499 if(new_old_ratio < SMALLEPSILON) in recalc_timelist_1()
1501 new_old_ratio = SMALLEPSILON; in recalc_timelist_1()
[all …]