nmpp
|
Умножение вектора на константу. Подробнее...
Функции | |
void | nmppsMulC_8s (const nm8s *pSrcVec, int8b nVal, nm8s *pDstVec, int nSize) |
void | nmppsMulC_8s16s (const nm8s *pSrcVec, int16b nVal, nm16s *pDstVec, int nSize) |
void | nmppsMulC_16s (const nm16s *pSrcVec, int16b nVal, nm16s *pDstVec, int nSize) |
void | nmppsMulC_16s32s (const nm16s *pSrcVec, int32b nVal, nm32s *pDstVec, int nSize) |
void | nmppsMulC_32s (const nm32s *pSrcVec, int32b nVal, nm32s *pDstVec, int nSize) |
void | nmppsMulC_32s64s (const nm32s *pSrcVec, int64b nVal, nm64s *pDstVec, int nSize) |
void | nmppsMulC_64s (const nm64s *pSrcVec, int64b nVal, nm64s *pDstVec, int nSize) |
void | nmppsMulC_2s16s (const nm2s *pSrcVec, int16b nVal, nm16s *pDstVec, int nSize) |
Умножение вектора на константу.
pSrcVec | Входной вектор. |
nVal | Константа-множитель. |
nSize | Размер векторов в элементах. |
pDstVec | Результирующий вектор. |