root_second 456 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h fInt temp, root_first, root_second; root_second 474 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h root_second = fAdd(fNegate(B), temp); /* b + Sqrt(b^2 - 4AC) */ root_second 479 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h root_second = fDivide(root_second, ConvertToFraction(2)); /* [b +- Sqrt(b^2 - 4AC)]/[2] */ root_second 480 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h root_second = fDivide(root_second, A); /*[b +- Sqrt(b^2 - 4AC)]/[2*A] */ root_second 483 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h *(pRoots + 1) = root_second;