fNegate 937 drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c fKv_m_fused = fNegate(fDivide(fKv_m_fused, ConvertToFraction(100))); fNegate 58 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fNegate(fInt); /* Returns -1 * input fInt value */ fNegate 88 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h static fInt fNegate(fInt); fNegate 124 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h exponent = fNegate(exponent); fNegate 473 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h root_first = fSubtract(fNegate(B), temp); /* b - Sqrt(b^2 - 4AC) */ fNegate 474 drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h root_second = fAdd(fNegate(B), temp); /* b + Sqrt(b^2 - 4AC) */