Searched refs:QUATMult (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ |
| D | math_Quaternion.h | 133 NN_FORCE_INLINE QUAT* QUATMult(QUAT* pOut, const QUAT* __restrict q1, const QUAT* __restrict q2); 353 QUATMult(QUAT* pOut, const QUAT* __restrict q1, const QUAT* __restrict q2) in QUATMult() function 401 inline QUAT* QUATMult(QUAT* pOut, const QUAT& q1, const QUAT& q2) { return QUATMult( pOut, &q1, &q2… in QUATMult() function
|
| /CTR-SDK-4.2.5/include/nn/math/inline/ |
| D | math_Quaternion.ipp | 48 QUATMult(pOut, &qtmp, q1);
|