Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Equation.h25 int SolveEquation2(f32* root, f32 a, f32 b, f32 c);
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Equation.cpp72 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()