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