Home
last modified time | relevance | path

Searched refs:MTX_RotX43 (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx43.h44 SDK_DECL_INLINE void MTX_RotX43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal);
180 SDK_INLINE void MTX_RotX43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotX43() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c554 MTX_RotX43(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX43()
555 MTX_RotX43(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX43()
578 MTX_RotX43(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX43()
595 MTX_RotX43(&ans, FX32_ONE, 0); in test_FX_MTX43()
598 MTX_RotX43(&ans, -FX32_ONE, 0); in test_FX_MTX43()