Home
last modified time | relevance | path

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

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx43.h46 SDK_DECL_INLINE void MTX_RotZ43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal);
214 SDK_INLINE void MTX_RotZ43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ43() function
/TwlSDK-5.4/build/demos/fx/test/src/
Dmain.c566 MTX_RotZ43(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX43()
567 MTX_RotZ43(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX43()
586 MTX_RotZ43(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX43()
607 MTX_RotZ43(&ans, FX32_ONE, 0); in test_FX_MTX43()
610 MTX_RotZ43(&ans, -FX32_ONE, 0); in test_FX_MTX43()
Dfx_append_mtx.c525 MTX_RotZ43(&rotZFx, FX_SinIdx(radZ), FX_CosIdx(radZ)); in MTX_inv_43_test_()