Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h113 fInt fPositiveOne = ConvertToFraction(1); in fExponential() local
117 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential()
137 error_term = fAdd(fPositiveOne, exponent); in fExponential()
142 solution = fDivide(fPositiveOne, solution); in fExponential()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h113 fInt fPositiveOne = ConvertToFraction(1); in fExponential() local
117 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential()
137 error_term = fAdd(fPositiveOne, exponent); in fExponential()
142 solution = fDivide(fPositiveOne, solution); in fExponential()

Completed in 3 milliseconds