MATHLIB User Guide
MATHLIB_exp10.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_exp10_cond (__SE_TEMPLATE_v1 *restrict se0Params, __SA_TEMPLATE_v1 *restrict sa0Params, size_t length, T *restrict pSrc0, T *restrict pDst)
 
template<typename T >
static void MATHLIB_exp10_vector (size_t length, T *restrict pSrc, T *restrict pDst)
 
template<typename T >
MATHLIB_STATUS MATHLIB_exp10 (size_t length, T *restrict pSrc, T *restrict pDst)
 
template MATHLIB_STATUS MATHLIB_exp10< float > (size_t length, float *pSrc, float *pDst)
 
MATHLIB_STATUS MATHLIB_exp10_sp (size_t length, float *pSrc, float *pDst)
 This function is the C interface for MATHLIB_exp10. 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_exp10.cpp.

Function Documentation

◆ MATHLIB_exp10_cond()

template<typename T >
static void MATHLIB_exp10_cond ( __SE_TEMPLATE_v1 *restrict  se0Params,
__SA_TEMPLATE_v1 *restrict  sa0Params,
size_t  length,
T *restrict  pSrc0,
T *restrict  pDst 
)
inlinestatic

Definition at line 56 of file MATHLIB_exp10.cpp.

◆ MATHLIB_exp10_vector()

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

Definition at line 137 of file MATHLIB_exp10.cpp.

◆ MATHLIB_exp10()

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

Definition at line 296 of file MATHLIB_exp10.cpp.

◆ MATHLIB_exp10< float >()

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