Searched refs:Hysteresis (Results 1 – 3 of 3) sorted by relevance
299 const float Hysteresis = 0.98f; variable1101 BestCost = Hysteresis * calcSpillCost(); in tryRegionSplit()1165 BestCost = Hysteresis * Cost; // Prevent rounding effects. in tryRegionSplit()1423 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1428 BestDiff = Hysteresis * Diff; in tryLocalSplit()
439 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable1867 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()1872 BestDiff = Hysteresis * Diff; in tryLocalSplit()
592 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875 variable2331 if (EstWeight * Hysteresis >= MaxGap) { in tryLocalSplit()2336 BestDiff = Hysteresis * Diff; in tryLocalSplit()