Home
last modified time | relevance | path

Searched refs:bNEGATED (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h251 bool bNEGATED; in GetScaledFraction() local
256 bNEGATED = false; in GetScaledFraction()
260 bNEGATED = true; in GetScaledFraction()
265 bNEGATED = !bNEGATED; /*If bNEGATED = true due to X < 0, this will cover the case of negative cancelling negative */ in GetScaledFraction()
288 fValue = fDivide(ConvertToFraction(X * uPow(-1, bNEGATED)), ConvertToFraction(factor)); in GetScaledFraction()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h251 bool bNEGATED; in GetScaledFraction() local
256 bNEGATED = false; in GetScaledFraction()
260 bNEGATED = true; in GetScaledFraction()
265 bNEGATED = !bNEGATED; /*If bNEGATED = true due to X < 0, this will cover the case of negative cancelling negative */ in GetScaledFraction()
288 fValue = fDivide(ConvertToFraction(X * uPow(-1, bNEGATED)), ConvertToFraction(factor)); in GetScaledFraction()

Completed in 4 milliseconds