HomeSort by: relevance | last modified time | path
    Searched defs:error_term (Results 1 - 3 of 3) sorted by relevancy

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

Completed in 198 milliseconds