Searched refs:MTX33MAddAsm (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-0.14.4/include/nn/math/ARMv6/ |
| D | math_Matrix33.h | 39 MTX33* MTX33MAddAsm(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2); 40 MTX33* MTX33MAddAsm(MTX33* pOut, f32 t, const MTX33* p1, const MTX33* p2);
|
| /CTR-SDK-0.14.4/sources/libraries/math/ARMv6/ |
| D | math_Matrix33.cpp | 48 asm MTX33* MTX33MAddAsm(MTX33* , f32, const MTX33*, const MTX33*) in MTX33MAddAsm() function
|
| /CTR-SDK-0.14.4/include/nn/math/ |
| D | math_Matrix33.h | 267 return ARMv6::MTX33MAddAsm(pOut, t, p1, p2); in MTX33MAdd()
|