Searched refs:nRoot (Results 1 – 1 of 1) sorted by relevance
413 int nRoot = 0; in SolveEquation4() local422 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()