Searched refs:resFX (Results 1 – 1 of 1) sorted by relevance
327 double resFX = 0.0; in GetDotProductError_() local333 resFX = (double)(FX_FX32_TO_F32(VEC_DotProduct(a, b))); in GetDotProductError_()335 return fabs(resFX - resD); in GetDotProductError_()341 VecFx32 resFX; in GetCrossProductError_() local349 VEC_CrossProduct(a, b, &resFX); in GetCrossProductError_()351 CalcErrorBtweenVecFxAndVecD_(&resFX, &vError, &vError); in GetCrossProductError_()360 double resFX = 0.0; in GetMagError_() local365 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 …]