Home
last modified time | relevance | path

Searched defs:y (Results 1 – 21 of 21) sorted by relevance

/CTR-SDK-1.3.0/CTR_SDK/include/nn/hid/CTR/
Dhid_DeviceStatus.h96 s16 y; member
125 u16 y; member
139 s16 y; member
152 f32 y; member
166 nn::math::VEC3 y; member
/CTR-SDK-1.3.0/CTR_SDK/include/nn/gr/CTR/
Dgr_Viewport.h85 s32 y; variable
Dgr_BindSymbol.h215 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()
Dgr_Scissor.h145 s32 y; variable
Dgr_Utility.h168 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-1.3.0/CTR_SDK/include/nn/math/
Dmath_Triangular.h232 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()
Dmath_Arithmetic.h240 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()
Dmath_Utility.h287 inline T DivUp(T x, T y) in DivUp()
Dmath_Quaternion.h58 f32 y; member
Dmath_Vector4.h55 f32 y; member
Dmath_Vector2.h48 f32 y; member
Dmath_Vector3.h61 f32 y; member
/CTR-SDK-1.3.0/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp668 int p, y; in IExp() local
693 u32 y; in ILog10() local
721 unsigned int y; in CntLz_() local
Dmath_Triangular.cpp589 f32 Atan2FIdx(f32 y, f32 x) in Atan2FIdx()
746 u16 Atan2Idx(f32 y, f32 x) in Atan2Idx()
Dmath_Equation.cpp345 f32 m, n, y; in SolveEquation4() local
/CTR-SDK-1.3.0/CTR_SDK/include/nn/font/CTR/
Dfont_CharWriter.h373 f32 y in SetCursor()
388 f32 y, in SetCursor()
438 void SetCursorY(f32 y) { m_CursorPos.y = y; } in SetCursorY()
Dfont_RectDrawerCommand.h97 #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-1.3.0/CTR_SDK/include/nn/net/compatible/nlib/
Dnlib_md5_horizon.h47 } y; member
/CTR-SDK-1.3.0/CTR_SDK/include/nn/gx/CTR/
Dgx_MacroFragment.h87 #define PICA_CMD_DATA_FRAG_LIGHT_POSITION_XY(x, y) \ argument
91 #define PICA_CMD_DATA_FRAG_LIGHT_SPOT_XY(x, y) \ argument
Dgx_MacroMisc.h452 #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
Dgx_MacroShader.h179 #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