OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStepSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h
542
static fInt fRoundUpByStepSize(fInt A, fInt
fStepSize
, bool error_term)
546
solution = fDivide(A,
fStepSize
);
552
solution = fMultiply(solution,
fStepSize
);
553
solution = fAdd(solution,
fStepSize
);
amdgpu_ppatomctrl.c
677
fInt
fStepSize
= GetScaledFraction(625, 100000);
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 22 milliseconds
Indexes created Mon Oct 13 05:10:05 GMT 2025