Home
last modified time | relevance | path

Searched refs:MTX43Copy (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix43.h57 NN_FORCE_INLINE MTX43* MTX43Copy(MTX43* pOut, const MTX43* p);
203 explicit MTX43(const f32* p) { (void)MTX43Copy(this, (MTX43*)p); } in MTX43()
362 MTX43Copy(MTX43* pOut, const MTX43* p) in MTX43Copy() function
420 inline MTX43* MTX43Copy(MTX43* pOut, const MTX43& m) { return MTX43Copy( pOut, &m ); } in MTX43Copy() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix43.ipp23 MTX43Copy(pOut, MTX43::Identity());
/CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/
Dmath_Matrix43.ipp119 MTX43Copy( pOut, pDst );