Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/mtx/
DmtxVec.h1110 void PSVECAdd ( const Vec *a, const Vec *b, Vec *ab );
1149 #define VECAdd PSVECAdd
/CafeSDK-2.12.13-1/system/src/lib/mtx/headers/cafe/mtx/
DmtxVec.h1110 void PSVECAdd ( const Vec *a, const Vec *b, Vec *ab );
1149 #define VECAdd PSVECAdd
/CafeSDK-2.12.13-1/system/src/lib/mtx/
DmtxVec.c73 void PSVECAdd ( const Vec *a, const Vec *b, Vec *ab ) in PSVECAdd() function