Home | History | Annotate | Download | only in CodeGen

Lines Matching full:hysteresis

300 // Hysteresis to use when comparing floats.
302 const float Hysteresis = 0.98f;
1633 if (EstWeight * Hysteresis >= MaxGap) {
1638 BestDiff = Hysteresis * Diff;