Home
last modified time | relevance | path

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

/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() argument
79 root[0] = r_c; in SolveEquation2()
80 root[1] = - r_c; in SolveEquation2()
85 root[0] = 0; in SolveEquation2()
103 root[0] = A * C; in SolveEquation2()
104 root[1] = A * B / C; in SolveEquation2()
110 root[0] = -A; in SolveEquation2()
186 SolveEquation2(f32* root, f32 a, f32 b, f32 c) in SolveEquation2() argument
188 NN_POINTER_TASSERT_(root); in SolveEquation2()
214 root[0] = A * C; in SolveEquation2()
[all …]
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Equation.h25 int SolveEquation2(f32* root, f32 a, f32 b, f32 c);
26 int SolveEquation3(f32* root, f32 a, f32 b, f32 c, f32 d);
27 int SolveEquation4(f32* root, f32 a, f32 b, f32 c, f32 d, f32 e);
/CTR-SDK-1.0.0/CTR_SDK/build/omake/
Dmodulerules.tests.om42 …ARCHIVE) -cia $(ciafile) -rsf $(rsf_content) -o $(content_testcfa) --romfs-root $(cia_archive_root)
Dcommondefs.om752 …cia $(CHILD_APPS) -rsf $(ROOT_RESOURCES)/specfiles/Child.rsf -o $@ --romfs-root $(cia_archive_root)