Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h115 fInt fPositiveOne = ConvertToFraction(1); in fExponential() local
119 fInt solution = fPositiveOne; /*Starting off with baseline of 1 */ in fExponential()
139 error_term = fAdd(fPositiveOne, exponent); in fExponential()
144 solution = fDivide(fPositiveOne, solution); in fExponential()