Searched refs:MTX_RotZ43 (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/include/nitro/fx/ |
| D | fx_mtx43.h | 46 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/ |
| D | main.c | 566 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()
|
| D | fx_append_mtx.c | 525 MTX_RotZ43(&rotZFx, FX_SinIdx(radZ), FX_CosIdx(radZ)); in MTX_inv_43_test_()
|