Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/fx/test/src/
Dfx_append_vec.c105 static double GetDotProductError_(const VecFx32 *a, const VecFx32 *b);
324 static double GetDotProductError_(const VecFx32 *a, const VecFx32 *b) in GetDotProductError_() function
538 errDot = GetDotProductError_(&v1, &v2); in VEC_DotCrossProduct_test_()