HomeSort by: relevance | last modified time | path
    Searched refs:fGetSquare (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 65 static fInt fGetSquare(fInt); /* Returns the square of a fInt number */
101 * 4) fGetSquare - OutputOutOfRangeException:
392 static fInt fGetSquare(fInt A)
437 test = fGetSquare(x_old); /*1.75*1.75 is reverting back to 1 when shifted down */
472 temp = fSubtract(fGetSquare(B), temp); /* root = b^2 - 4AC */
amdgpu_ppatomctrl.c 979 fGetSquare(repeat)),
996 fSquared_Sigma_DC = fGetSquare(fSigma_DC);
997 fSquared_Sigma_CR = fGetSquare(fSigma_CR);
998 fSquared_Sigma_FMAX = fGetSquare(fSigma_FMAX);
1045 fGetSquare(fV_x)), fDerateTDP);

Completed in 49 milliseconds