Searched refs:MTX44Copy (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.8-20130828/include/nn/math/ |
| D | math_Matrix44.h | 71 NN_FORCE_INLINE MTX44* MTX44Copy(MTX44* pOut, const MTX44* p); 544 explicit MTX44(const f32* p) { (void)MTX44Copy(this, (MTX44*)p); } in MTX44() 554 MTX44(const MTX44& rhs) { (void)MTX44Copy(this, &rhs); } in MTX44() 816 MTX44Copy(MTX44* pOut, const MTX44* p) in MTX44Copy() function 1149 inline MTX44* MTX44Copy(MTX44* pOut, const MTX44& m) { return MTX44Copy( pOut, &m ); } in MTX44Copy() function
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/inline/ |
| D | math_Matrix44.ipp | 40 MTX44Copy(pOut, MTX44::Identity());
|
| /CTR-SDK-4.2.8-20130828/include/nn/math/ARMv6/inline/ |
| D | math_Matrix44.ipp | 719 MTX44Copy( pOut, pDst ); 755 MTX44Copy(&mTmp, p); 1503 (void)MTX44Copy(pOut, pM);
|