Home
last modified time | relevance | path

Searched refs:MTX43Sub (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Matrix43.h38 NN_MATH_INLINE MTX43* MTX43Sub(MTX43* pOut, const MTX43* p1, const MTX43* p2);
176 self_type& operator -= (const self_type& rhs) { return *MTX43Sub(this, this, &rhs); }
341 inline MTX43* MTX43Sub(MTX43* pOut, const MTX43& m1, const MTX43& m2) { return MTX43Sub( pOut, &m1,… in MTX43Sub() function
/CTR-SDK-0.14.4/include/nn/math/inline/
Dmath_Matrix43.ipp87 MTX43Sub(MTX43* pOut, const MTX43* p1, const MTX43* p2)