Searched refs:PRUNE_TIGHTEN (Results 1 - 1 of 1) sorted by relevance

/external/srec/srec/crec/
H A Dsrec.c51 #define PRUNE_TIGHTEN 0.9 /*if we run out of room in the state arrays, macro
182 current_prune_delta = (costdata)(PRUNE_TIGHTEN * PRUNE_TIGHTEN * current_prune_delta);
525 current_prune_delta = (costdata)(PRUNE_TIGHTEN * current_prune_delta);
604 current_prune_delta = (costdata)(PRUNE_TIGHTEN * current_prune_delta);

Completed in 513 milliseconds