Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/fx/test/src/
Dfx_append_vec.c509 double errCross = 0.0; in VEC_DotCrossProduct_test_() local
539 errCross = GetCrossProductError_(&v1, &v3); in VEC_DotCrossProduct_test_()
546 (errCross < CRITICAL_ERROR_THRESHOLD), 1); in VEC_DotCrossProduct_test_()
555 (errCross < CRITICAL_ERROR_THRESHOLD), 2); in VEC_DotCrossProduct_test_()
566 OutDetail("v1 X v3 Error = %.10f \n", errCross); in VEC_DotCrossProduct_test_()