Home
last modified time | relevance | path

Searched refs:f_CONSTANT100 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h457 fInt f_CONSTANT10, f_CONSTANT100; in SolveQuadracticEqn() local
459 f_CONSTANT100 = ConvertToFraction(100); in SolveQuadracticEqn()
462 …while (GreaterThan(A, f_CONSTANT100) || GreaterThan(B, f_CONSTANT100) || GreaterThan(C, f_CONSTANT… in SolveQuadracticEqn()