MATHLIB User Guide
MATHLIB_cosh.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_cosh_exp (__SE_TEMPLATE_v1 *restrict se0Params, __SA_TEMPLATE_v1 *restrict sa0Params, T *restrict pSrc, T *restrict pDst, size_t numBlocks)
 
template<typename T >
static void MATHLIB_cosh_pol (__SE_TEMPLATE_v1 *restrict se0Params, __SA_TEMPLATE_v1 *restrict sa0Params, T *restrict pSrc, T *restrict pDst, size_t numBlocks)
 
template<typename T >
static void MATHLIB_cosh_vector (size_t length, T *restrict pSrc, T *restrict pDst)
 
template<typename T >
MATHLIB_STATUS MATHLIB_cosh (size_t length, T *restrict pSrc, T *restrict pDst)
 
template MATHLIB_STATUS MATHLIB_cosh< float > (size_t length, float *pSrc, float *pDst)
 
MATHLIB_STATUS MATHLIB_cosh_sp (size_t length, float *pSrc, float *pDst)
 This function is the C interface for MATHLIB_cosh. 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_cosh.cpp.

Function Documentation

◆ MATHLIB_cosh_exp()

template<typename T >
static void MATHLIB_cosh_exp ( __SE_TEMPLATE_v1 *restrict  se0Params,
__SA_TEMPLATE_v1 *restrict  sa0Params,
T *restrict  pSrc,
T *restrict  pDst,
size_t  numBlocks 
)
inlinestatic

Definition at line 56 of file MATHLIB_cosh.cpp.

◆ MATHLIB_cosh_pol()

template<typename T >
static void MATHLIB_cosh_pol ( __SE_TEMPLATE_v1 *restrict  se0Params,
__SA_TEMPLATE_v1 *restrict  sa0Params,
T *restrict  pSrc,
T *restrict  pDst,
size_t  numBlocks 
)
inlinestatic

Definition at line 233 of file MATHLIB_cosh.cpp.

◆ MATHLIB_cosh_vector()

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

Definition at line 359 of file MATHLIB_cosh.cpp.

◆ MATHLIB_cosh()

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

Definition at line 393 of file MATHLIB_cosh.cpp.

◆ MATHLIB_cosh< float >()

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