MATHLIB User Guide
MATHLIB_exp.cpp File Reference

Go to the source code of this file.

Macros

#define ELEMENT_COUNT(x)   c7x::element_count_of<x>::value
 

Functions

template<typename T >
static void MATHLIB_exp_vector (size_t length, T *pSrc, T *pDst)
 
template<typename T >
MATHLIB_STATUS MATHLIB_exp (size_t length, T *restrict pSrc, T *restrict pDst)
 
template MATHLIB_STATUS MATHLIB_exp< float > (size_t length, float *pSrc, float *pDst)
 
MATHLIB_STATUS MATHLIB_exp_sp (size_t length, float *pSrc, float *pDst)
 This function is the C interface for MATHLIB_exp. Function accepts float pointers. More...
 

Macro Definition Documentation

◆ ELEMENT_COUNT

#define ELEMENT_COUNT (   x)    c7x::element_count_of<x>::value

Definition at line 34 of file MATHLIB_exp.cpp.

Function Documentation

◆ MATHLIB_exp_vector()

template<typename T >
static void MATHLIB_exp_vector ( size_t  length,
T *  pSrc,
T *  pDst 
)
inlinestatic

Definition at line 53 of file MATHLIB_exp.cpp.

◆ MATHLIB_exp()

template<typename T >
MATHLIB_STATUS MATHLIB_exp ( size_t  length,
T *restrict  pSrc,
T *restrict  pDst 
)

Definition at line 235 of file MATHLIB_exp.cpp.

◆ MATHLIB_exp< float >()

template MATHLIB_STATUS MATHLIB_exp< float > ( size_t  length,
float *  pSrc,
float *  pDst 
)