Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dppevvmath.h118 fInt error_term; in fExponential() local
137 error_term = fAdd(fPositiveOne, exponent); in fExponential()
139 solution = fMultiply(solution, error_term); in fExponential()
153 fInt error_term; in fNaturalLog() local
167 error_term = fAdd(fNegativeOne, value); in fNaturalLog()
169 return (fAdd(solution, error_term)); in fNaturalLog()
540 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize() argument
547 if (error_term) in fRoundUpByStepSize()