Searched refs:numElement (Results 1 – 1 of 1) sorted by relevance
| /TwlSDK-5.5/build/demos/fx/test/src/ |
| D | fx_append_mtx.c | 98 static void MtxFxToD_(const fx32 *mf, double *md, int numElement); 106 static void GetDifferenceMtx_(const double *a, const double *b, double *diff, int numElement); 118 static void PrintMtxD_(const double *mtxArray, int numElement); 134 static void PrintMtxD_(const double *mtxArray, int numElement) in PrintMtxD_() argument 137 SDK_ASSERTMSG((numElement == NUM_MTX43_ELEMENT) in PrintMtxD_() 138 || (numElement == NUM_MTX44_ELEMENT), "Wrong Mtx Format"); in PrintMtxD_() 140 for (i = 0; i < numElement; i++) in PrintMtxD_() 150 static void MtxFxToD_(const fx32 *mf, double *md, int numElement) in MtxFxToD_() argument 155 SDK_ASSERTMSG((numElement == NUM_MTX43_ELEMENT) in MtxFxToD_() 156 || (numElement == NUM_MTX44_ELEMENT), "Wrong Mtx Format"); in MtxFxToD_() [all …]
|