Home
last modified time | relevance | path

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

/TwlSDK-5.5/include/nitro/fx/
Dfx_vec.h35 void VEC_Add(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab);
/TwlSDK-5.5/build/libraries/fx/common/src/
Dfx_vec.c39 void VEC_Add(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Add() function
/TwlSDK-5.5/build/demos/fx/test/src/
Dmain.c87 VEC_Add(&a, &b, &c); in test_FX_VEC()