Searched refs:MTX_RotZ33 (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.4/include/nitro/fx/ |
| D | fx_mtx33.h | 46 SDK_DECL_INLINE void MTX_RotZ33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal); 213 SDK_INLINE void MTX_RotZ33(MtxFx33 *pDst, fx32 sinVal, fx32 cosVal) in MTX_RotZ33() function
|
| /TwlSDK-5.4/build/demos/fx/test/src/ |
| D | main.c | 398 MTX_RotZ33(&m1, FX32_ONE, 0); // + 90 in test_FX_MTX33() 399 MTX_RotZ33(&m2, 0, -FX32_ONE); // + 180 in test_FX_MTX33() 419 MTX_RotZ33(&ans, FX32_ONE, 0); // + 90 in test_FX_MTX33() 439 MTX_RotZ33(&ans, FX32_ONE, 0); in test_FX_MTX33() 442 MTX_RotZ33(&ans, -FX32_ONE, 0); in test_FX_MTX33()
|