Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h120 fInt error_term; in fExponential() local
139 error_term = fAdd(fPositiveOne, exponent); in fExponential()
141 solution = fMultiply(solution, error_term); in fExponential()
155 fInt error_term; in fNaturalLog() local
169 error_term = fAdd(fNegativeOne, value); in fNaturalLog()
171 return (fAdd(solution, error_term)); in fNaturalLog()
542 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize() argument
549 if (error_term) in fRoundUpByStepSize()