Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 25) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Utility.h53 inline S Max(T a, U b) in Max()
68 inline T Max(T a, T b) in Max()
85 inline S Min(T a, U b) in Min()
100 inline T Min(T a, T b) in Min()
119 inline S Max(T a, U b, R c) in Max()
135 inline T Max(T a, T b, T c) in Max()
154 inline S Min(T a, U b, R c) in Min()
170 inline T Min(T a, T b, T c) in Min()
Dmath_TinyMt.h264 u32 b = (GenerateRandomU32() >> B_SHIFT); in GenerateRandomF64() local
Dmath_MersenneTwister.h274 u32 b = (GenerateRandomU32() >> B_SHIFT); in GenerateRandomF64() local
Dmath_Quaternion.h410 inline QUAT* QUATSquad(QUAT* pOut, const QUAT& p, const QUAT& a, const QUAT& b, const QUAT& q, f32 … in QUATSquad()
Dmath_Matrix44.h833 MTX44Frustum(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Frustum()
964 MTX44Ortho(MTX44* pOut, f32 l, f32 r, f32 b, f32 t, f32 n, f32 f) in MTX44Ortho()
Dmath_Matrix34.h822 …self_type& SetupTextureProjectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 n, f32 scaleS, f32 scaleT… in SetupTextureProjectionFrustum()
855 …self_type& SetupTextureProjectionFrustum(f32 l, f32 r, f32 b, f32 t, f32 scaleS, f32 scaleT, f32 t… in SetupTextureProjectionFrustum()
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Equation.cpp72 SolveEquation2(f32* root, /*f32 a==1,*/ f32 b, f32 c) in SolveEquation2()
134 SolveEquation3(/*f32* root, f32 a==1,*/ f32 b, f32 c, f32 d) in SolveEquation3()
186 SolveEquation2(f32* root, f32 a, f32 b, f32 c) in SolveEquation2()
272 SolveEquation3(f32* root, f32 a, f32 b, f32 c, f32 d) in SolveEquation3()
340 SolveEquation4(f32* root, f32 a, f32 b, f32 c, f32 d, f32 e) in SolveEquation4()
Dmath_TinyMt.cpp114 const bit32 b = m_State[3]; in GenerateRandomU32() local
190 const bit32 b = a + d + k; in GenerateInitialValuePlus() local
205 const bit32 b = a - d; in GenerateInitialValueXor() local
Dmath_Triangular.cpp602 f32 b; in Atan2FIdx() local
759 f32 b; in Atan2Idx() local
Dmath_MersenneTwister.cpp38 const bit32 b = s1 ^ (a * d); in GenerateInitialValue() local
/CTR-SDK-4.2.5/include/nn/gx/CTR/
Dgx_MacroCommon.h69 GLubyte b; member
73 #define PICA_CMD_DATA_COLOR_RGB8( r, g, b ) \ argument
76 #define PICA_CMD_DATA_COLOR_RGBA8( r, g, b, a ) \ argument
Dgx_MacroShader.h164 #define PICA_CMD_DATA_VS_BOOL(b) \ argument
672 #define PICA_CMD_DATA_GS_BOOL(b) \ argument
/CTR-SDK-4.2.5/include/nn/config/compiler/
Drvct.h122 #define NN_ATTR_PRIVATE_SECTION_2(a, b) \ argument
125 #define NN_ATTR_PRIVATE_SECTION_1(a, b) \ argument
/CTR-SDK-4.2.5/include/nn/font/detail/
Dfont_BinaryFileFormat.h23 #define NN_FONT_MAKE_SIGWORD(a, b, c, d) \ argument
30 #define NN_FONT_MAKE_SIGWORD(a, b, c, d) \ argument
/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Utility.h256 T min(T a, T b) in min()
262 T max(T a, T b) in max()
Drdt_ResendQueue.cpp221 Segment b; // Data is 50 bytes in Test() local
/CTR-SDK-4.2.5/include/nn/net/compatible/nlib/
Dnlib_md5_horizon.h38 unsigned long a, b, c, d; member
/CTR-SDK-4.2.5/sources/libraries/fnd/detail/
Dfnd_DetailHeapCommon.h45 #define NNSI_CREATE_HEAP_SIGNATURE(a,b,c,d) ( ((a & 0xFF) << 24) | ((b & 0xFF) << 16) | ((c & 0xFF… argument
Dfnd_DetailHeapCommonImpl.h152 ComparePtr(const void* a, const void* b) in ComparePtr()
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Color.h558 u8 b; // member
1044 f32 b; // member
1058 nw::ut::ResF32 b; member
Dutil_Rect.h189 const f32 b = bottom; in Normalize() local
/CTR-SDK-4.2.5/include/nn/net/compatible/nnet/
Dnnet.h60 #define NNET_MIN(a, b) (((a) < (b)) ? (a) : (b)) /* Please see man pages for details */ argument
61 #define NNET_MAX(a, b) (((a) > (b)) ? (a) : (b)) /* Please see man pages for details */ argument
/CTR-SDK-4.2.5/sources/libraries/fnd/
Dfnd_DateTime.cpp26 inline s32 Modulo32(s32 a, s32 b) in Modulo32()
/CTR-SDK-4.2.5/include/nn/hw/ARM/
Dreg_access.h39 #define HW_INST_MRC(a,b,c,d,e,v) __asm { mrc a,b,v,c,d,e } argument
41 #define HW_INST_MCR(a,b,c,d,e,v) __asm { mcr a,b,v,c,d,e } argument
/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h528 NN_INLINE s64 NOS_CmpTick(NOSTick a, NOSTick b) in NOS_CmpTick()