|
| template<typename Integer8or16or32BitDataType , typename Integer8or16or32BitPromotedDataType > |
| void | minerror_exec_cn_integer8or16or32_inputs (void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal, uint32_t vecInSize, uint32_t errCoefsSize, int32_t strideIn) |
| |
| template<typename Integer64BitDataType , typename Integer64BitConvertedDataType > |
| void | minerror_exec_cn_integer64_inputs (void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal, uint32_t vecInSize, uint32_t errCoefsSize, int32_t strideIn) |
| |
| template<typename FloatingPointDataType , typename FloatingPointPromotedDataType > |
| void | minerror_exec_cn_float_inputs (void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal, uint32_t vecInSize, uint32_t errCoefsSize, int32_t strideIn) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< int8_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< uint8_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< int16_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< uint16_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< int32_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< uint32_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< int64_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< uint64_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< float > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |
| template<> |
| DSPLIB_STATUS | DSPLIB_minerror_exec_cn< double > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pErrCoefs, const int *restrict pMaxIndex, const void *restrict pMaxVal) |
| |