Searched refs:fStepSize (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h542 static fInt fRoundUpByStepSize(fInt A, fInt fStepSize, bool error_term) argument
546 solution = fDivide(A, fStepSize);
552 solution = fMultiply(solution, fStepSize);
553 solution = fAdd(solution, fStepSize);
H A Damdgpu_ppatomctrl.c677 fInt fStepSize = GetScaledFraction(625, 100000); local
1031 fEVV_V = fSubtract(fV_max, fStepSize);
1033 fEVV_V = fRoundUpByStepSize(fEVV_V, fStepSize, 0);
1042 while (GreaterThan(fAdd(fV_max, fStepSize), fV_x)) {
1064 fV_NL = fRoundUpByStepSize(fV_NL, fStepSize, 0);
1074 fV_x = fAdd(fV_x, fStepSize);

Completed in 219 milliseconds