Go to the source code of this file.
|
| template<typename dataType > |
| DSPLIB_STATUS | DSPLIB_bexp_exec_cn (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| | This function is the main execution function for the natural C implementation of the kernel. The function declaration conforms to the declaration of DSPLIB_bexp_exec. More...
|
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< int8_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< uint8_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< int16_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< uint16_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< int32_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< uint32_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< int64_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
| template DSPLIB_STATUS | DSPLIB_bexp_exec_cn< uint64_t > (DSPLIB_kernelHandle handle, void *restrict pIn, void *restrict pOut) |
| |
◆ DSPLIB_bexp_exec_cn()
template<typename dataType >
This function is the main execution function for the natural C implementation of the kernel. The function declaration conforms to the declaration of DSPLIB_bexp_exec.
C Natural implementation of the bexp kernels. Handles unsigned and signed data types internally
Definition at line 36 of file DSPLIB_bexp_cn.cpp.
◆ DSPLIB_bexp_exec_cn< int8_t >()
◆ DSPLIB_bexp_exec_cn< uint8_t >()
◆ DSPLIB_bexp_exec_cn< int16_t >()
◆ DSPLIB_bexp_exec_cn< uint16_t >()
◆ DSPLIB_bexp_exec_cn< int32_t >()
◆ DSPLIB_bexp_exec_cn< uint32_t >()
◆ DSPLIB_bexp_exec_cn< int64_t >()
◆ DSPLIB_bexp_exec_cn< uint64_t >()