Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/include/nitro/fx/
Dfx_vec.h39 fx32 VEC_Mag(const VecFx32 *v);
/TwlSDK-5.2.1/build/libraries/fx/common/src/
Dfx_vec.c240 fx32 VEC_Mag(const VecFx32 *pSrc) in VEC_Mag() function
/TwlSDK-5.2.1/build/demos/fx/test/src/
Dfx_append_vec.c365 resFX = (double)(FX_FX32_TO_F32(VEC_Mag(a))); in GetMagError_()
Dmain.c101 tmp = VEC_Mag(&a); in test_FX_VEC()