MATHLIB User Guide
MATHLIB_log.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_log_vector (size_t length, T *restrict pSrc, T *restrict pDst)
 
template<typename T >
MATHLIB_STATUS MATHLIB_log (size_t length, T *restrict pSrc, T *restrict pDst)
 
template MATHLIB_STATUS MATHLIB_log< float > (size_t length, float *pSrc, float *pDst)
 
MATHLIB_STATUS MATHLIB_log_sp (size_t length, float *pSrc, float *pDst)
 This function is the C interface for MATHLIB_log. 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_log.cpp.

Function Documentation

◆ MATHLIB_log_vector()

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

Definition at line 54 of file MATHLIB_log.cpp.

◆ MATHLIB_log()

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

Definition at line 234 of file MATHLIB_log.cpp.

◆ MATHLIB_log< float >()

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