Searched refs:equal_mtx43 (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.1.0/build/demos/fx/test/src/ |
| D | main.c | 265 static BOOL equal_mtx43(const MtxFx43 *a, const MtxFx43 *b) in equal_mtx43() function 347 SDK_ASSERTMSG(equal_mtx43(&m43, &ans43), "MTX_Copy33To43"); in test_FX_MTX33() 507 SDK_ASSERTMSG(equal_mtx43(&m, &ans43), "MTX_Identity43"); in test_FX_MTX43() 509 SDK_ASSERTMSG(equal_mtx43(&m, &m43), "MTX_Copy43"); in test_FX_MTX43() 530 SDK_ASSERTMSG(equal_mtx43(&m, &ans), "MTX_Transpose43"); in test_FX_MTX43() 541 SDK_ASSERTMSG(equal_mtx43(&m, &ans), "MTX_Scale43"); in test_FX_MTX43() 558 SDK_ASSERTMSG(equal_mtx43(&m, &ans), "MTX_RotX43/MTX_Concat43"); in test_FX_MTX43() 564 SDK_ASSERTMSG(equal_mtx43(&m, &ans), "MTX_RotY43/MTX_Concat43"); in test_FX_MTX43() 570 SDK_ASSERTMSG(equal_mtx43(&m, &ans), "MTX_RotZ43/MTX_Concat43"); in test_FX_MTX43() 580 SDK_ASSERTMSG(equal_mtx43(&ans, &m), "MTX_RotAxis43"); in test_FX_MTX43() [all …]
|