Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Matrix22.h77 NN_MATH_INLINE MTX22* MTX22MAdd(MTX22* pOut, f32 t, const MTX22* p1, const MTX22* p2);
274 inline MTX22* MTX22MAdd(MTX22* pOut, f32 t, const MTX22& m1, const MTX22& m2) { return MTX22MAdd(pO… in MTX22MAdd() function
/CTR-SDK-4.2.5/include/nn/math/inline/
Dmath_Matrix22.ipp53 MTX22MAdd(MTX22* pOut, f32 t, const MTX22* p1, const MTX22* p2)