Searched refs:error_term (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 118 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | ppevvmath.h | 118 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()
|
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/ |
H A D | siw_qp_rx.c | 800 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()
|
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/ |
H A D | siw_qp_rx.c | 800 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()
|
Completed in 5 milliseconds