Searched refs:equal_mtx33 (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.2.1/build/demos/fx/test/src/ |
| D | main.c | 255 static BOOL equal_mtx33(const MtxFx33 *a, const MtxFx33 *b) in equal_mtx33() function 343 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_Identity33"); in test_FX_MTX33() 345 SDK_ASSERTMSG(equal_mtx33(&m, &m33), "MTX_Copy33"); in test_FX_MTX33() 364 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_Transpose33"); in test_FX_MTX33() 374 SDK_ASSERTMSG(equal_mtx33(&m, &ans), "MTX_Scale33"); in test_FX_MTX33() 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() 413 SDK_ASSERTMSG(equal_mtx33(&ans, &m), "MTX_RotAxis33"); in test_FX_MTX33() 417 SDK_ASSERTMSG(equal_mtx33(&ans, &m), "MTX_RotAxis33"); in test_FX_MTX33() [all …]
|