Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h56 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is …
377 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the… in ConvertBackToInteger() function
443 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old); in fSqrt()