Searched refs:SolveEquation2 (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Equation.h | 25 int SolveEquation2(f32* root, f32 a, f32 b, f32 c);
|
| /CTR-SDK-0.14.4/sources/libraries/math/ |
| D | math_Equation.cpp | 72 SolveEquation2(f32* root, /*f32 a==1,*/ f32 b, f32 c) in SolveEquation2() function 186 SolveEquation2(f32* root, f32 a, f32 b, f32 c) in SolveEquation2() function 420 int nRoot01 = SolveEquation2(root01, m, y + n); in SolveEquation4() 431 int nRoot23 = SolveEquation2(root23, -m, y - n); in SolveEquation4()
|