![]() |
MATHLIB User Guide
|
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... | |
| #define ELEMENT_COUNT | ( | x | ) | c7x::element_count_of<x>::value |
Definition at line 34 of file MATHLIB_exp.cpp.
|
inlinestatic |
Definition at line 53 of file MATHLIB_exp.cpp.
| MATHLIB_STATUS MATHLIB_exp | ( | size_t | length, |
| T *restrict | pSrc, | ||
| T *restrict | pDst | ||
| ) |
Definition at line 235 of file MATHLIB_exp.cpp.
| template MATHLIB_STATUS MATHLIB_exp< float > | ( | size_t | length, |
| float * | pSrc, | ||
| float * | pDst | ||
| ) |