Searched refs:MTX_RotY43 (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/include/nitro/fx/ |
| D | fx_mtx43.h | 45 SDK_DECL_INLINE void MTX_RotY43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal); 197 SDK_INLINE void MTX_RotY43(MtxFx43 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotY43() function
|
| /TwlSDK-5.4/build/demos/fx/test/src/ |
| D | main.c | 560 MTX_RotY43(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX43() 561 MTX_RotY43(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX43() 582 MTX_RotY43(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX43() 601 MTX_RotY43(&ans, FX32_ONE, 0); in test_FX_MTX43() 604 MTX_RotY43(&ans, -FX32_ONE, 0); in test_FX_MTX43()
|
| D | fx_append_mtx.c | 522 MTX_RotY43(&rotYFx, FX_SinIdx(radY), FX_CosIdx(radY)); in MTX_inv_43_test_()
|