Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h56 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is scaled by 1000 (i.e. last 3 digits are the decimal digits) */
377 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the Golden settings table*/ in ConvertBackToInteger() function
443 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old); in fSqrt()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dppevvmath.h56 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is scaled by 1000 (i.e. last 3 digits are the decimal digits) */
377 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the Golden settings table*/ in ConvertBackToInteger() function
443 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old); in fSqrt()

Completed in 4 milliseconds