Searched refs:root (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/math/ |
| D | math_Equation.cpp | 72 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-4.2.5/include/nn/math/ |
| D | math_Equation.h | 25 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-4.2.5/resources/specfiles/ |
| D | Application.rsf | 7 # Specifies the root path of the file system to include in the ROM.
|
| /CTR-SDK-4.2.5/build/omake/ |
| D | targetdefs.om | 32 # Is the project root HORIZON_ROOT? (SDK build?) 42 # Is there a sources directory in the project root? 70 # Is the project root HORIZON_ROOT? (SDK build?) 79 # Is there a sources directory in the project root?
|
| D | commondefs.om | 40 # Get directory root/environmental variable (can build even if not defined)
|
| D | commondefs.funcs.om | 27 # Find the relative path from the project root. 28 # When the path is in 'sources' just below the root, 'sources' is also removed
|
| /CTR-SDK-4.2.5/build/omake/platforms/CTR/ |
| D | CTR.commondefs.func.om | 425 private.flags = -cia $(cia_list) -rsf $(rsf) --romfs-root $(workdir)
|