Searched refs:ans (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.4/build/demos/fx/test/src/ |
| D | main.c | 319 const MtxFx33 ans = { in test_FX_MTX33() local 343 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_Identity33"); in test_FX_MTX33() 358 const MtxFx33 ans = { in test_FX_MTX33() local 364 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_Transpose33"); in test_FX_MTX33() 368 const MtxFx33 ans = { in test_FX_MTX33() local 374 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_Scale33"); in test_FX_MTX33() 380 MtxFx33 ans = { in test_FX_MTX33() local 390 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_RotX33/MTX_Concat33"); in test_FX_MTX33() 396 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_RotY33/MTX_Concat33"); in test_FX_MTX33() 402 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_RotZ33/MTX_Concat33"); in test_FX_MTX33() [all …]
|