Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
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()