HomeSort by relevance Sort by last modified time
    Searched refs:growth_threshold (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
hash.h 60 float growth_threshold; /* ratio of used buckets to trigger a growth */ member in struct:hash_tuning
hash.c 526 if (epsilon < tuning->growth_threshold
527 && tuning->growth_threshold < 1 - epsilon
532 && tuning->shrink_threshold + epsilon < tuning->growth_threshold)
548 float new_candidate = candidate / tuning->growth_threshold;
    [all...]

Completed in 249 milliseconds