Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h58 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is …
379 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the… in ConvertBackToInteger() function
445 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old); in fSqrt()