MATHLIB User Guide
MATHLIB_atanh.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 MATHLIB_STATUS MATHLIB_atanh_log (__SE_TEMPLATE_v1 *se0Params, __SA_TEMPLATE_v1 *sa0Params, size_t length, T *pSrc0, T *pDst)
 
template<typename T >
static MATHLIB_STATUS MATHLIB_atanh_cond (__SE_TEMPLATE_v1 *se0Params, __SA_TEMPLATE_v1 *sa0Params, size_t length, T *pSrc0, T *pDst)
 
template<typename vecType >
static vecType divspMod_atanh (vecType a, vecType b)
 
template<typename T >
static void MATHLIB_atanh_vector (size_t length, T *pSrc, T *pDst)
 
template<typename T >
MATHLIB_STATUS MATHLIB_atanh (size_t length, T *restrict pSrc, T *restrict pDst)
 
template MATHLIB_STATUS MATHLIB_atanh< float > (size_t length, float *pSrc, float *pDst)
 
MATHLIB_STATUS MATHLIB_atanh_sp (size_t length, float *pSrc, float *pDst)
 This function is the C interface for MATHLIB_log10. 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_atanh.cpp.

Function Documentation

◆ MATHLIB_atanh_log()

template<typename T >
static MATHLIB_STATUS MATHLIB_atanh_log ( __SE_TEMPLATE_v1 *  se0Params,
__SA_TEMPLATE_v1 *  sa0Params,
size_t  length,
T *  pSrc0,
T *  pDst 
)
inlinestatic

Definition at line 57 of file MATHLIB_atanh.cpp.

◆ MATHLIB_atanh_cond()

template<typename T >
static MATHLIB_STATUS MATHLIB_atanh_cond ( __SE_TEMPLATE_v1 *  se0Params,
__SA_TEMPLATE_v1 *  sa0Params,
size_t  length,
T *  pSrc0,
T *  pDst 
)
inlinestatic

Definition at line 246 of file MATHLIB_atanh.cpp.

◆ divspMod_atanh()

template<typename vecType >
static vecType divspMod_atanh ( vecType  a,
vecType  b 
)
inlinestatic

Definition at line 307 of file MATHLIB_atanh.cpp.

◆ MATHLIB_atanh_vector()

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

Definition at line 326 of file MATHLIB_atanh.cpp.

◆ MATHLIB_atanh()

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

Definition at line 408 of file MATHLIB_atanh.cpp.

◆ MATHLIB_atanh< float >()

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