Searched refs:VEC4Mult (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Vector4.h | 148 NN_MATH_INLINE VEC4* VEC4Mult(VEC4* pOut, const VEC4* p1, const VEC4* p2); 294 … self_type& operator *= (const self_type& rhs) { (void)VEC4Mult(this, this, &rhs); return *this; } 454 inline VEC4* VEC4Mult(VEC4* pOut, const VEC4& v1, const VEC4& v2) { return VEC4Mult( pOut, &v1, &v2… in VEC4Mult() function
|
| /CTR-SDK-4.2.5/include/nn/math/inline/ |
| D | math_Vector4.ipp | 96 VEC4Mult(VEC4* pOut, const VEC4* p1, const VEC4* p2)
|