Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/fx/test/src/
Dfx_append_mtx.c455 MtxD43 resD; in MTX_concat_43_test_() local
462 MTX_Concat43D_(&src43, &src43, &resD); in MTX_concat_43_test_()
469 PrintMtxD_(resD.a, NUM_MTX43_ELEMENT); in MTX_concat_43_test_()
472 GetDifferenceMtx_(resD.a, resFxD.a, resDiff.a, NUM_MTX43_ELEMENT); in MTX_concat_43_test_()
488 MtxD44 resD; in MTX_concat_44_test_() local
495 MTX_Concat44D_(&src44, &src44, &resD); in MTX_concat_44_test_()
500 GetDifferenceMtx_(resD.a, resFxD.a, resDiff.a, NUM_MTX44_ELEMENT); in MTX_concat_44_test_()
Dfx_append_vec.c326 double resD = 0.0; in GetDotProductError_() local
332 resD = VEC_DotProduct_d_(a, b); in GetDotProductError_()
335 return fabs(resFX - resD); in GetDotProductError_()
359 double resD = 0.0; in GetMagError_() local
364 resD = VEC_Mag_d_(a); in GetMagError_()
372 return fabs(resFX - resD); in GetMagError_()