Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Matrix22.h39 NN_MATH_INLINE MTX22* MTX22MAdd(MTX22* pOut, f32 t, const MTX22* p1, const MTX22* p2);
199 inline MTX22* MTX22MAdd(MTX22* pOut, f32 t, const MTX22& m1, const MTX22& m2) { return MTX22MAdd(pO… in MTX22MAdd() function
/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/inline/
Dmath_Matrix22.ipp107 MTX22MAdd(MTX22* pOut, f32 t, const MTX22* p1, const MTX22* p2)