Home | History | Annotate | Download | only in makedict

Lines Matching refs:stepSize

854         final float stepSize =
857 final float firstStepStart = 1 + unigramFrequency + (stepSize / 2.0f);
858 final int discretizedFrequency = (int)((bigramFrequency - firstStepStart) / stepSize);
1750 final float stepSize = (FormatSpec.MAX_TERMINAL_FREQUENCY - unigramFrequency)
1752 final float resultFreqFloat = unigramFrequency + stepSize * (bigramFrequency + 1.0f);