HomeSort by: relevance | last modified time | path
    Searched refs:Hysteresis (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu7_fusion.h 195 uint8_t Hysteresis;
  /src/sys/external/bsd/drm2/dist/drm/radeon/
smu7_fusion.h 195 uint8_t Hysteresis;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocGreedy.cpp 631 // Hysteresis to use when comparing floats.
633 const float Hysteresis = (2007 / 2048.0f); // 0.97998046875
2382 if (EstWeight * Hysteresis >= MaxGap) {
2387 BestDiff = Hysteresis * Diff;

Completed in 20 milliseconds