Lines Matching refs:Frequency
984 int Frequency(int in_character) {
3695 // calculated using the frequency distribution of the sample subject string.
3711 int frequency = 0;
3714 // Add 1 to the frequency to give a small per-character boost for
3716 // characters have a frequency of zero. This means the frequency
3719 frequency += compiler_->frequency_collator()->Frequency(j) + 1;
3731 int probability = (in_quickcheck_range ? kSize / 2 : kSize) - frequency;