Lines Matching refs:equal_mtx43
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()
584 SDK_ASSERTMSG(equal_mtx43(&ans, &m), "MTX_RotAxis43"); in test_FX_MTX43()
588 SDK_ASSERTMSG(equal_mtx43(&ans, &m), "MTX_RotAxis43"); in test_FX_MTX43()
599 SDK_ASSERTMSG(equal_mtx43(&ans, &m), "MTX_Inverse43"); in test_FX_MTX43()
605 SDK_ASSERTMSG(equal_mtx43(&ans, &m), "MTX_Inverse43"); in test_FX_MTX43()
611 SDK_ASSERTMSG(equal_mtx43(&ans, &m), "MTX_Inverse43"); in test_FX_MTX43()
630 SDK_ASSERTMSG(equal_mtx43(&ans, &m), "MTX_Inverse43"); in test_FX_MTX43()
670 SDK_ASSERTMSG(equal_mtx43(&m43, &ans43), "MTX_Copy44To43"); in test_FX_MTX44()