PRECISION         381 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	scaledReal.full = GetReal(A) * uPow(10, PRECISION-1); /* DOUBLE CHECK THISSSS!!! */
PRECISION         511 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	int dec[PRECISION];
PRECISION         514 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 	for (i = 0; i < PRECISION; i++) {
PRECISION         518 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h 		scaledDecimal = scaledDecimal + dec[i]*uPow(10, PRECISION - 1 -i);