Searched refs:NUM_MTX44_ELEMENT (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.2.1/build/demos/fx/test/src/ |
| D | fx_append_mtx.c | 93 #define NUM_MTX44_ELEMENT 16 macro 136 || (numElement == NUM_MTX44_ELEMENT), "Wrong Mtx Format"); in PrintMtxD_() 154 || (numElement == NUM_MTX44_ELEMENT), "Wrong Mtx Format"); in MtxFxToD_() 295 MtxFxToD_(afx->a, a.a, NUM_MTX44_ELEMENT); in MTX_Concat44D_() 296 MtxFxToD_(bfx->a, b.a, NUM_MTX44_ELEMENT); in MTX_Concat44D_() 498 MtxFxToD_(resFx.a, resFxD.a, NUM_MTX44_ELEMENT); in MTX_concat_44_test_() 500 GetDifferenceMtx_(resD.a, resFxD.a, resDiff.a, NUM_MTX44_ELEMENT); in MTX_concat_44_test_() 503 MUST_SUCCEED_ASSERT(IsErrorMtxDValid_(resDiff.a, NUM_MTX44_ELEMENT), 1); in MTX_concat_44_test_()
|