HomeSort by: relevance | last modified time | path
    Searched defs:ConvertBackToInteger (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 58 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) */
379 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the Golden settings table*/
445 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old);
ppevvmath.h 58 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) */
379 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the Golden settings table*/
445 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old);
ppevvmath.h 58 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) */
379 static int ConvertBackToInteger (fInt A) /*THIS is the function that will be used to check with the Golden settings table*/
445 error = ConvertBackToInteger(x_new) - ConvertBackToInteger(x_old);

Completed in 32 milliseconds