Home
last modified time | relevance | path

Searched refs:MTX33 (Results 1 – 15 of 15) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/
Dmath_Matrix33.h33 NN_MATH_INLINE MTX33* MTX33CopyC(MTX33* pOut, const MTX33* p);
34 NN_MATH_INLINE MTX33* MTX33MAddC(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2);
35 NN_MATH_INLINE MTX33* MTX33MAddC_FAST(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2);
36 NN_MATH_INLINE VEC3* VEC3TransformC(VEC3* pOut, const MTX33* pM, const VEC3* pV);
38 MTX33* MTX33CopyAsm(MTX33* pOut, const MTX33* p);
39 MTX33* MTX33MAddAsm(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2);
40 MTX33* MTX33MAddAsm(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2);
41 VEC3* VEC3TransformAsm(VEC3* pOut, const MTX33* pM, const VEC3* pV);
Dmath_Types.h41 NN_MATH_INLINE MTX33* MTX34ToMTX33C(MTX33* pOut, const MTX34* pM);
42 NN_MATH_INLINE MTX34* MTX33ToMTX34C(MTX34* pOut, const MTX33* pM);
47 MTX33* MTX34ToMTX33Asm(MTX33* pOut, const MTX34* pM);
48 MTX33* MTX34ToMTX33Asm(MTX33* pOut, const MTX34* pM);
52 NN_MATH_INLINE MTX34* MTX33ToMTX34C_FAST(MTX34* pOut, const MTX33* pM);
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix33.h29 struct MTX33;
70 NN_MATH_INLINE bool MTX33IsIdentity(const MTX33* p);
71 NN_MATH_INLINE MTX33* MTX33Copy(MTX33* pOut, const MTX33* p);
72 NN_MATH_INLINE MTX33* MTX33Zero(MTX33* pOut);
73 NN_MATH_INLINE MTX33* MTX33Identity(MTX33* pOut);
74 NN_MATH_INLINE MTX33* MTX33MAdd(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2);
76 NN_MATH_INLINE u32 MTX34InvTranspose(MTX33* pOut, const MTX34* p);
78 NN_MATH_INLINE MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34* pM);
79 NN_MATH_INLINE MTX34* MTX33ToMTX34(MTX34* pOut, const MTX33* pM);
82 NN_FORCE_INLINE MTX33* MTX33MAdd(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2);
[all …]
Dmath_Types.h53 NN_MATH_INLINE MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34* pM);
54 NN_MATH_INLINE MTX34* MTX33ToMTX34(MTX34* pOut, const MTX33* pM);
59 NN_FORCE_INLINE MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34* pM);
60 NN_FORCE_INLINE MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34* pM);
79 MTX33ToMTX34(MTX34* pOut, const MTX33* pM) in MTX33ToMTX34()
102 NN_FORCE_INLINE MTX33*
103 MTX34ToMTX33(MTX33* pOut, const MTX34* pM) in MTX34ToMTX33()
Dmath_Transform.h118 NN_MATH_INLINE VEC3* VEC3Transform(VEC3* pOut, const MTX33* pM, const VEC3* pV);
135 inline VEC3* VEC3Transform(VEC3* pOut, const MTX33& m, const VEC3& v) { return VEC3Transform( pOut,… in VEC3Transform()
Dmath_Matrix34.h45 NN_MATH_INLINE MTX33* MTX34ToMTX33(MTX33* pOut, const MTX34* pM);
46 NN_MATH_INLINE MTX34* MTX33ToMTX34(MTX34* pOut, const MTX33* pM);
236 MTX34(const MTX33& rhs) { MTX33ToMTX34(this, &rhs); } in MTX34()
Dmath_Vector3.h30 struct MTX33;
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ARMv6/
Dmath_Matrix33.cpp37 asm MTX33* MTX33CopyAsm(MTX33*, const MTX33*) in MTX33CopyAsm() argument
48 asm MTX33* MTX33MAddAsm(MTX33* , f32, const MTX33*, const MTX33*) in MTX33MAddAsm() argument
73 asm VEC3* VEC3TransformAsm(VEC3*, const MTX33*, const VEC3*) in VEC3TransformAsm() argument
Dmath_Types.cpp34 asm MTX33*
35 MTX34ToMTX33Asm(MTX33* , const MTX34* ) in MTX34ToMTX33Asm() argument
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Matrix33.ipp33 MTX33IsIdentity(const MTX33* p)
48 NN_MATH_INLINE MTX33*
49 MTX33Zero(MTX33* pOut)
65 NN_MATH_INLINE MTX33*
66 MTX33Identity(MTX33* pOut)
70 MTX33Copy(pOut, MTX33::Identity());
Dmath_Matrix34.ipp161 MTX34InvTranspose(MTX33* pOut, const MTX34* __restrict p)
/CTR-SDK-1.0.0/CTR_SDK/include/nn/hid/CTR/
Dhid_DeviceStatus.h174 Direction(const nn::math::MTX33 &mtx33) in Direction()
178 nn::math::MTX33 ToMTX33() in ToMTX33()
180 return nn::math::MTX33( in ToMTX33()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Matrix33.cpp44 MTX33::Report(bool bNewline, const char* name) const in Report()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/inline/
Dmath_Matrix33.ipp247 VEC3TransformC(VEC3* pOut, const MTX33* pM, const VEC3* pV)
274 MTX33
332 NN_MATH_INLINE MTX33*
333 MTX33CopyC(MTX33* pOut, const MTX33* p)
355 NN_MATH_INLINE MTX33*
356 MTX33MAddC(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2)
372 NN_MATH_INLINE MTX33*
373 MTX33MAddC_FAST(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2)
Dmath_Types.ipp34 NN_MATH_INLINE MTX33*
35 MTX34ToMTX33C(MTX33* pOut, const MTX34* pM)
53 MTX33ToMTX34C(MTX34* pOut, const MTX33* pM)
62 MTX33ToMTX34C_FAST(MTX34* pOut, const MTX33* pM)