Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Equation.cpp413 int nRoot = 0; in SolveEquation4() local
422 root[nRoot] = root01[0] - b4; in SolveEquation4()
423 root[nRoot+1] = root01[1] - b4; in SolveEquation4()
424 nRoot += nRoot01; in SolveEquation4()
433 root[nRoot] = root23[0] - b4; in SolveEquation4()
434 root[nRoot+1] = root23[1] - b4; in SolveEquation4()
435 nRoot += nRoot23; in SolveEquation4()
438 return nRoot; in SolveEquation4()