Home
last modified time | relevance | path

Searched refs:MTX34ToMTX33Asm (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-0.13.2/include/nn/math/ARMv6/
Dmath_Types.h47 MTX33* MTX34ToMTX33Asm(MTX33* pOut, const MTX34* pM);
48 MTX33* MTX34ToMTX33Asm(MTX33* pOut, const MTX34* pM);
/CTR-SDK-0.13.2/sources/libraries/math/ARMv6/
Dmath_Types.cpp35 MTX34ToMTX33Asm(MTX33* , const MTX34* ) in MTX34ToMTX33Asm() function
/CTR-SDK-0.13.2/include/nn/math/
Dmath_Types.h110 return ARMv6::MTX34ToMTX33Asm(pOut, pM); in MTX34ToMTX33()