OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:root_first
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h
458
fInt temp,
root_first
, root_second;
local in function:SolveQuadracticEqn
475
root_first
= fSubtract(fNegate(B), temp); /* b - Sqrt(b^2 - 4AC) */
478
root_first
= fDivide(
root_first
, ConvertToFraction(2)); /* [b +- Sqrt(b^2 - 4AC)]/[2] */
479
root_first
= fDivide(
root_first
, A); /*[b +- Sqrt(b^2 - 4AC)]/[2*A] */
484
*(pRoots + 0) =
root_first
;
Completed in 58 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025