Home
last modified time | relevance | path

Searched refs:MTX34Copy (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix34.h37 NN_MATH_INLINE MTX34* MTX34Copy(MTX34* pOut, const MTX34* p);
74 NN_FORCE_INLINE MTX34* MTX34Copy(MTX34* pOut, const MTX34* p);
230 MTX34(const f32* p) { (void)MTX34Copy(this, (MTX34*)p); } in MTX34()
233 MTX34(const MTX34& rhs) { (void)MTX34Copy(this, &rhs); } in MTX34()
503 MTX34Copy(MTX34* pOut, const MTX34* p) in MTX34Copy() function
1063 inline MTX34* MTX34Copy(MTX34* pOut, const MTX34& m) { return MTX34Copy( pOut, &m ); } in MTX34Copy() function
Dmath_Matrix44.h291 (void)MTX34Copy((MTX34*)this, (MTX34*)&rhs); in MTX44()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/inline/
Dmath_Matrix34.ipp132 MTX34Copy( pOut, &mTmp );
398 (void)MTX34Copy(pOut, pM);
828 MTX34Copy( pOut, &mTmp );
870 MTX34Copy( pOut, &mTmp );
945 MTX34Copy( pOut, &mTmp );
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Matrix34.ipp60 MTX34Copy(pOut, MTX34::Identity());
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp168 MTX34Copy(&cam, &camera); in Set()