Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/demos/fx/test/src/
Dfx_append_vec.c327 double resFX = 0.0; in GetDotProductError_() local
333 resFX = (double)(FX_FX32_TO_F32(VEC_DotProduct(a, b))); in GetDotProductError_()
335 return fabs(resFX - resD); in GetDotProductError_()
341 VecFx32 resFX; in GetCrossProductError_() local
349 VEC_CrossProduct(a, b, &resFX); in GetCrossProductError_()
351 CalcErrorBtweenVecFxAndVecD_(&resFX, &vError, &vError); in GetCrossProductError_()
360 double resFX = 0.0; in GetMagError_() local
365 resFX = (double)(FX_FX32_TO_F32(VEC_Mag(a))); in GetMagError_()
372 return fabs(resFX - resD); in GetMagError_()
378 VecFx32 resFX; in GetNormalizeError_() local
[all …]