Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h458 fInt temp, root_first, root_second; in SolveQuadracticEqn() local
475 root_first = fSubtract(fNegate(B), temp); /* b - Sqrt(b^2 - 4AC) */ in SolveQuadracticEqn()
478 root_first = fDivide(root_first, ConvertToFraction(2)); /* [b +- Sqrt(b^2 - 4AC)]/[2] */ in SolveQuadracticEqn()
479 root_first = fDivide(root_first, A); /*[b +- Sqrt(b^2 - 4AC)]/[2*A] */ in SolveQuadracticEqn()
484 *(pRoots + 0) = root_first; in SolveQuadracticEqn()