Home
last modified time | relevance | path

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

/TwlSDK-5.3.6/build/libraries/fx/common/src/
Dfx_vec.c240 fx32 VEC_Mag(const VecFx32 *pSrc) in VEC_Mag() argument
245 SDK_NULL_ASSERT(pSrc); in VEC_Mag()
248 t = (fx64)pSrc->x * pSrc->x; in VEC_Mag()
249 t += (fx64)pSrc->y * pSrc->y; in VEC_Mag()
250 t += (fx64)pSrc->z * pSrc->z; in VEC_Mag()
269 fx32 VEC_Fx16Mag(const VecFx16 *pSrc) in VEC_Fx16Mag() argument
274 SDK_NULL_ASSERT(pSrc); in VEC_Fx16Mag()
277 t = pSrc->x * pSrc->x; in VEC_Fx16Mag()
278 t += pSrc->y * pSrc->y; in VEC_Fx16Mag()
279 t += pSrc->z * pSrc->z; in VEC_Fx16Mag()
[all …]