Home
last modified time | relevance | path

Searched defs:t (Results 1 – 18 of 18) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Quaternion.h408 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()
Dmath_Vector2.h299 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()
Dmath_Vector3.h322 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()
Dmath_Matrix33.h312 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()
Dmath_Vector4.h323 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()
Dmath_Matrix22.h274 inline MTX22* MTX22MAdd(MTX22* pOut, f32 t, const MTX22& m1, const MTX22& m2) { return MTX22MAdd(pO… in MTX22MAdd()
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()
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()
Dmath_Matrix23.h473 inline MTX23* MTX23MAdd(MTX23* pOut, f32 t, const MTX23& m1, const MTX23& m2) { return MTX23MAdd( p… in MTX23MAdd()
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()
/CTR-SDK-4.2.5/sources/libraries/rdt/CTR/
Drdt_Transceiver.cpp201 Transceiver t; in serverSide() local
222 Transceiver t; in clientSide() local
Drdt_Utility.h105 T t; in Align() member
/CTR-SDK-4.2.5/sources/libraries/dbg/CTR/
Ddbg_ExceptionScreen.cpp236 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/
Dtpl_ReadTexturePackage.cpp60 int t = search_crc32_data( in GetTextureIndex() local
Dtpl_crc32.cpp199 int t = search_crc32_index(_base, num, width, crc); in search_crc32_data() local
/CTR-SDK-4.2.5/include/nn/util/
Dutil_Rect.h187 const f32 t = top; in Normalize() local
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_TinyMt.cpp135 bit32 t = s0 + (s2 >> 8); in GenerateRandomU32() local
Dmath_Arithmetic.cpp514 f32 t = 1.f - s; in Bezier() local
/CTR-SDK-4.2.5/include/nn/net/compatible/nos/
Dnos_horizon.h1025 #define NOS_mtod(m, t) ((t)(nnnetOslMbuf_tod(m))) argument