| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Quaternion.h | 408 inline QUAT* QUATLerp(QUAT* pOut, const QUAT& q1, const QUAT& q2, f32 t) { return QUATLerp( pOut, &… in QUATLerp() 409 inline QUAT* QUATSlerp(QUAT* pOut, const QUAT& q1, const QUAT& q2, f32 t) { return QUATSlerp( pOut,… in QUATSlerp() 410 …d(QUAT* pOut, const QUAT& p, const QUAT& a, const QUAT& b, const QUAT& q, f32 t) { return QUATSqua… in QUATSquad()
|
| D | math_Vector2.h | 299 self_type& Lerp(const VEC2& lhs, const VEC2& rhs, f32 t) in Lerp() 451 VEC2Lerp(VEC2* pOut, const VEC2* p1, const VEC2* p2, f32 t) in VEC2Lerp() 500 inline VEC2* VEC2Lerp(VEC2* pOut, const VEC2& v1, const VEC2& v2, f32 t) { return VEC2Lerp(pOut, &v… in VEC2Lerp()
|
| D | math_Vector3.h | 322 self_type& Lerp(const VEC3& lhs, const VEC3& rhs, f32 t) in Lerp() 482 VEC3Lerp(VEC3* pOut, const VEC3* p1, const VEC3* p2, f32 t) in VEC3Lerp() 573 inline VEC3* VEC3Lerp(VEC3* pOut, const VEC3& v1, const VEC3& v2, f32 t) { return VEC3Lerp( pOut, &… in VEC3Lerp()
|
| D | math_Matrix33.h | 312 MTX33MAdd(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2) in MTX33MAdd() 365 inline MTX33* MTX33MAdd(MTX33* pOut, f32 t, const MTX33& m1, const MTX33& m2) { return MTX33MAdd( p… in MTX33MAdd()
|
| D | math_Vector4.h | 323 self_type& Lerp(const VEC4& lhs, const VEC4& rhs, f32 t) in Lerp() 456 inline VEC4* VEC4Lerp(VEC4* pOut, const VEC4& v1, const VEC4& v2, f32 t) { return VEC4Lerp( pOut, &… in VEC4Lerp()
|
| D | math_Matrix22.h | 274 inline MTX22* MTX22MAdd(MTX22* pOut, f32 t, const MTX22& m1, const MTX22& m2) { return MTX22MAdd(pO… in MTX22MAdd()
|
| D | math_Matrix34.h | 822 …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() 1141 MTX34MAdd(MTX34* pOut, f32 t, const MTX34* p1, const MTX34* p2) in MTX34MAdd() 1333 inline MTX34* MTX34MAdd(MTX34* pOut, f32 t, const MTX34& m1, const MTX34& m2) { return MTX34MAdd( p… in MTX34MAdd()
|
| D | math_Matrix23.h | 473 inline MTX23* MTX23MAdd(MTX23* pOut, f32 t, const MTX23& m1, const MTX23& m2) { return MTX23MAdd( p… in MTX23MAdd()
|
| D | math_Matrix44.h | 833 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()
|
| /CTR-SDK-4.2.5/sources/libraries/rdt/CTR/ |
| D | rdt_Transceiver.cpp | 201 Transceiver t; in serverSide() local 222 Transceiver t; in clientSide() local
|
| D | rdt_Utility.h | 105 T t; in Align() member
|
| /CTR-SDK-4.2.5/sources/libraries/dbg/CTR/ |
| D | dbg_ExceptionScreen.cpp | 236 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in ShowWithAutoScroll() local 279 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in ShowWithManualScroll() local 387 nn::os::Tick t = nn::os::Tick::GetSystemCurrent(); in WaitKeyCombination() local
|
| /CTR-SDK-4.2.5/sources/libraries/tpl/CTR/ |
| D | tpl_ReadTexturePackage.cpp | 60 int t = search_crc32_data( in GetTextureIndex() local
|
| D | tpl_crc32.cpp | 199 int t = search_crc32_index(_base, num, width, crc); in search_crc32_data() local
|
| /CTR-SDK-4.2.5/include/nn/util/ |
| D | util_Rect.h | 187 const f32 t = top; in Normalize() local
|
| /CTR-SDK-4.2.5/sources/libraries/math/ |
| D | math_TinyMt.cpp | 135 bit32 t = s0 + (s2 >> 8); in GenerateRandomU32() local
|
| D | math_Arithmetic.cpp | 514 f32 t = 1.f - s; in Bezier() local
|
| /CTR-SDK-4.2.5/include/nn/net/compatible/nos/ |
| D | nos_horizon.h | 1025 #define NOS_mtod(m, t) ((t)(nnnetOslMbuf_tod(m))) argument
|