| /CTR-SDK-0.14.21/include/nn/hid/CTR/ |
| D | hid_DeviceStatus.h | 89 s16 y; member 118 u16 y; member 132 s16 y; member 145 f32 y; member 159 nn::math::VEC3 y; member
|
| /CTR-SDK-0.14.21/include/nn/gr/CTR/ |
| D | gr_Viewport.h | 85 s32 y; variable
|
| D | gr_BindSymbol.h | 215 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand() 313 bit32* MakeUniformCommand( bit32* command, u8 x, u8 y, u8 z ) const in MakeUniformCommand()
|
| D | gr_Scissor.h | 103 s32 y; variable
|
| D | gr_Utility.h | 168 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS() 283 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
|
| /CTR-SDK-0.14.21/include/nn/math/ |
| D | math_Triangular.h | 232 inline f32 NN_fAtan2(f32 y, f32 x) { return ::std::atan2f(y, x); } in NN_fAtan2() 311 inline f32 Atan2Rad(f32 y, f32 x) { return NN_MATH_FIDX_TO_RAD(Atan2FIdx(y, x)); } in Atan2Rad() 361 inline f32 Atan2Deg(f32 y, f32 x) { return NN_MATH_FIDX_TO_DEG(Atan2FIdx(y, x)); } in Atan2Deg()
|
| D | math_Arithmetic.h | 240 FMod(f32 x, f32 y) in FMod() 255 FModf(f32 x, f32* y) in FModf() 567 inline u32 DistBit(u32 x, u32 y) { return CntBit1(x ^ y); } in DistBit()
|
| D | math_Utility.h | 120 inline T DivUp(T x, T y) in DivUp()
|
| D | math_Quaternion.h | 58 f32 y; member
|
| D | math_Vector4.h | 55 f32 y; member
|
| D | math_Vector2.h | 48 f32 y; member
|
| D | math_Vector3.h | 61 f32 y; member
|
| /CTR-SDK-0.14.21/sources/libraries/math/ |
| D | math_Arithmetic.cpp | 668 int p, y; in IExp() local 693 u32 y; in ILog10() local 721 unsigned int y; in CntLz_() local
|
| D | math_Triangular.cpp | 589 f32 Atan2FIdx(f32 y, f32 x) in Atan2FIdx() 746 u16 Atan2Idx(f32 y, f32 x) in Atan2Idx()
|
| D | math_Equation.cpp | 345 f32 m, n, y; in SolveEquation4() local
|
| /CTR-SDK-0.14.21/include/nn/font/CTR/ |
| D | font_CharWriter.h | 377 f32 y in SetCursor() 392 f32 y, in SetCursor() 442 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY()
|
| D | font_RectDrawerCommand.h | 97 #define NN_FONT_CMD_SET_VIEWPORT( x, y, width, height ) \ argument 132 #define NN_FONT_CMD_SET_SCISSOR( x, y, w, h, cbSz ) \ argument
|
| /CTR-SDK-0.14.21/include/nn/net/compatible/nlib/ |
| D | nlib_md5_horizon.h | 47 } y; member
|
| /CTR-SDK-0.14.21/include/nn/gx/CTR/ |
| D | gx_MacroFragment.h | 87 #define PICA_CMD_DATA_FRAG_LIGHT_POSITION_XY(x, y) \ argument 91 #define PICA_CMD_DATA_FRAG_LIGHT_SPOT_XY(x, y) \ argument
|
| D | gx_MacroMisc.h | 452 #define PICA_CMD_DATA_VIEWPORT_XY(x, y) ( (x) | (y) << 16 ) argument 823 #define PICA_CMD_DATA_SCISSOR_XY( x, y, colorBufferWidth, colorBufferHeight) \ argument 829 #define PICA_CMD_DATA_SCISSOR_SIZE( x, y ) \ argument
|
| D | gx_MacroShader.h | 179 #define PICA_CMD_DATA_VS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) argument 687 #define PICA_CMD_DATA_GS_INT(x, y, z) ( (x) | (y) << 8 | (z) << 16 ) argument
|