Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A 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()
/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c800 goto error_term; in siw_proc_rresp()
809 goto error_term; in siw_proc_rresp()
821 goto error_term; in siw_proc_rresp()
866 goto error_term; in siw_proc_rresp()
878 error_term: in siw_proc_rresp()