Searched refs:MTX44MultAsm (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/ARMv6/ |
| D | math_Matrix44.h | 55 MTX44* MTX44MultAsm(MTX44* pOut, const MTX44* p, f32 f); 56 MTX44* MTX44MultAsm(MTX44* pOut, const MTX44* __restrict p1, const MTX44* __restrict p2);
|
| /CTR-SDK-0.14.4/sources/libraries/math/ARMv6/ |
| D | math_Matrix44.cpp | 79 asm MTX44* MTX44MultAsm(MTX44* , const MTX44* , const MTX44* ) in MTX44MultAsm() function 192 asm MTX44* MTX44MultAsm(MTX44* , const MTX44* , f32 ) in MTX44MultAsm() function
|
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Matrix44.h | 638 return ARMv6::MTX44MultAsm(pOut, p1, p2); in MTX44Mult() 663 return ARMv6::MTX44MultAsm(pOut, p, f); in MTX44Mult()
|