bNEGATED          251 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	bool bNEGATED;
bNEGATED          256 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	bNEGATED = false;
bNEGATED          260 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 		bNEGATED = true;
bNEGATED          265 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 		bNEGATED = !bNEGATED; /*If bNEGATED = true due to X < 0, this will cover the case of negative cancelling negative */
bNEGATED          288 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	fValue = fDivide(ConvertToFraction(X * uPow(-1, bNEGATED)), ConvertToFraction(factor));