Home | History | Annotate | Download | only in lib

Lines Matching defs:new_candidate

548       float new_candidate = candidate / tuning->growth_threshold;
549 if (SIZE_MAX <= new_candidate)
551 candidate = new_candidate;