Searched refs:MTX43MultAsm (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/ |
| D | math_Matrix43.h | 36 MTX43* MTX43MultAsm(MTX43* pOut, const MTX43* p1, const MTX43* p2); 37 MTX43* MTX43MultAsm(MTX43* pOut, const MTX43* p, f32 f);
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ARMv6/ |
| D | math_Matrix43.cpp | 75 MTX43MultAsm(MTX43*, const MTX43*, const MTX43*) in MTX43MultAsm() function 144 MTX43MultAsm(MTX43*, const MTX43*, f32) in MTX43MultAsm() function
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Matrix43.h | 301 return ARMv6::MTX43MultAsm(pOut, p1, p2); in MTX43Mult() 326 return ARMv6::MTX43MultAsm(pOut, p, f); in MTX43Mult()
|