Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dppevvmath.h124 fInt error_term; in fExponential() local
143 error_term = fAdd(fPositiveOne, exponent); in fExponential()
145 solution = fMultiply(solution, error_term); in fExponential()
159 fInt error_term; in fNaturalLog() local
173 error_term = fAdd(fNegativeOne, value); in fNaturalLog()
175 return fAdd(solution, error_term); in fNaturalLog()
546 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) in fRoundUpByStepSize() argument
553 if (error_term) in fRoundUpByStepSize()
/linux/drivers/infiniband/sw/siw/
A Dsiw_qp_rx.c796 goto error_term; in siw_proc_rresp()
805 goto error_term; in siw_proc_rresp()
817 goto error_term; in siw_proc_rresp()
853 goto error_term; in siw_proc_rresp()
865 error_term: in siw_proc_rresp()

Completed in 10 milliseconds