Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/include/nitro/fx/
Dfx_vec.h36 void VEC_Subtract(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab);
/TwlSDK-5.3.1/build/libraries/fx/common/src/
Dfx_vec.c63 void VEC_Subtract(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Subtract() function
/TwlSDK-5.3.1/build/demos/fx/test/src/
Dmain.c90 VEC_Subtract(&a, &b, &c); in test_FX_VEC()