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

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 60 static fInt fNegate(fInt); /* Returns -1 * input fInt value */
90 static fInt fNegate(fInt);
126 exponent = fNegate(exponent);
232 static fInt fNegate(fInt X)
475 root_first = fSubtract(fNegate(B), temp); /* b - Sqrt(b^2 - 4AC) */
476 root_second = fAdd(fNegate(B), temp); /* b + Sqrt(b^2 - 4AC) */
ppevvmath.h 60 static fInt fNegate(fInt); /* Returns -1 * input fInt value */
90 static fInt fNegate(fInt);
126 exponent = fNegate(exponent);
232 static fInt fNegate(fInt X)
475 root_first = fSubtract(fNegate(B), temp); /* b - Sqrt(b^2 - 4AC) */
476 root_second = fAdd(fNegate(B), temp); /* b + Sqrt(b^2 - 4AC) */

Completed in 22 milliseconds