Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h69 static void SolveQuadracticEqn(fInt, fInt, fInt, fInt[]); /* Returns the 2 roots via the array */
453 static void SolveQuadracticEqn(fInt A, fInt B, fInt C, fInt Roots[]) in SolveQuadracticEqn() function
H A Dppatomctrl.c1047 SolveQuadracticEqn(fA_Term, fB_Term, fC_Term, fRoots); in atomctrl_calculate_voltage_evv_on_sclk()