root_first        456 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	fInt temp, root_first, root_second;
root_first        473 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	root_first = fSubtract(fNegate(B), temp); /* b - Sqrt(b^2 - 4AC) */
root_first        476 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	root_first = fDivide(root_first, ConvertToFraction(2)); /* [b +- Sqrt(b^2 - 4AC)]/[2] */
root_first        477 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	root_first = fDivide(root_first, A); /*[b +- Sqrt(b^2 - 4AC)]/[2*A] */
root_first        482 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	*(pRoots + 0) = root_first;