Searched refs:VEC3TransformAsm (Results 1 – 9 of 9) sorted by relevance
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/ |
| D | math_Matrix33.h | 41 VEC3* VEC3TransformAsm(VEC3* pOut, const MTX33* pM, const VEC3* pV);
|
| D | math_Matrix44.h | 62 VEC4* VEC3TransformAsm(VEC4* pOut, const MTX44* pM, const VEC3* pV);
|
| D | math_Matrix34.h | 44 VEC3* VEC3TransformAsm(VEC3* pOut, const MTX34* __restrict pM, const VEC3* __restrict pV);
|
| /CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/ARMv6/ |
| D | math_Matrix33.cpp | 73 asm VEC3* VEC3TransformAsm(VEC3*, const MTX33*, const VEC3*) in VEC3TransformAsm() function
|
| D | math_Matrix44.cpp | 334 asm VEC4* VEC3TransformAsm(VEC4*, const MTX44*, const VEC3*) in VEC3TransformAsm() function
|
| D | math_Matrix34.cpp | 549 asm VEC3* VEC3TransformAsm(VEC3* , const MTX34* , const VEC3* ) in VEC3TransformAsm() function
|
| /CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ |
| D | math_Matrix33.h | 324 return ARMv6::VEC3TransformAsm(pOut, pM, pV); in VEC3Transform()
|
| D | math_Matrix34.h | 1034 return ARMv6::VEC3TransformAsm(pOut, pM, pV); in VEC3Transform()
|
| D | math_Matrix44.h | 978 return ARMv6::VEC3TransformAsm(pOut, pM, pV); in VEC3Transform()
|