nmpp
|
Вычитание двух вектров. Подробнее...
Функции | |
void | nmppsSub_4s (const nm4s *pSrcVec1, nm4s *pSrcVec2, nm4s *pDstVec, int nSize) |
void | nmppsSub_8s (const nm8s *pSrcVec1, nm8s *pSrcVec2, nm8s *pDstVec, int nSize) |
void | nmppsSub_16s (const nm16s *pSrcVec1, nm16s *pSrcVec2, nm16s *pDstVec, int nSize) |
void | nmppsSub_32s (const nm32s *pSrcVec1, nm32s *pSrcVec2, nm32s *pDstVec, int nSize) |
void | nmppsSub_64s (const nm64s *pSrcVec1, nm64s *pSrcVec2, nm64s *pDstVec, int nSize) |
Вычитание двух вектров.
pSrcVec1 | Уменьшаемый вектор. |
pSrcVec2 | Вычитаемый вектор. |
nSize | Размер векторов в элементах. |
pDstVec | Результирующий вектор. |