Home
last modified time | relevance | path

Searched refs:NUM_MTX44_ELEMENT (Results 1 – 1 of 1) sorted by relevance

/TwlSDK-5.5/build/demos/fx/test/src/
Dfx_append_mtx.c93 #define NUM_MTX44_ELEMENT 16 macro
138 || (numElement == NUM_MTX44_ELEMENT), "Wrong Mtx Format"); in PrintMtxD_()
156 || (numElement == NUM_MTX44_ELEMENT), "Wrong Mtx Format"); in MtxFxToD_()
297 MtxFxToD_(afx->a, a.a, NUM_MTX44_ELEMENT); in MTX_Concat44D_()
298 MtxFxToD_(bfx->a, b.a, NUM_MTX44_ELEMENT); in MTX_Concat44D_()
500 MtxFxToD_(resFx.a, resFxD.a, NUM_MTX44_ELEMENT); in MTX_concat_44_test_()
502 GetDifferenceMtx_(resD.a, resFxD.a, resDiff.a, NUM_MTX44_ELEMENT); in MTX_concat_44_test_()
505 MUST_SUCCEED_ASSERT(IsErrorMtxDValid_(resDiff.a, NUM_MTX44_ELEMENT), 1); in MTX_concat_44_test_()