Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h56 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is …
376 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the… in ConvertBackToInteger() function
442 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old); in fSqrt()