MATHLIB User Guide
MATHLIB_utility.h File Reference

Go to the source code of this file.

Functions

template<typename T >
static void MATHLIB_SE0SA01DSequentialInit (__SE_TEMPLATE_v1 *se0Params, __SA_TEMPLATE_v1 *sa0Params, size_t length, T *pSrc, T *pDst)
 
template<typename T >
static void MATHLIB_SE0SA0Open (__SE_TEMPLATE_v1 *se0Params, __SA_TEMPLATE_v1 *sa0Params, T *pSrc)
 This method performs SE0 and SA0 open. More...
 
template<typename T >
static void MATHLIB_SE0SE1SA0Open (__SE_TEMPLATE_v1 *se0Params, __SA_TEMPLATE_v1 *sa0Params, T *pSrc0, T *pSrc1)
 This method performs SE0, SE1, and SA0 open. More...
 
static void MATHLIB_SE0SA0Close ()
 This method performs SE0 and SA0 close. More...
 
static void MATHLIB_SE0SE1SA0Close ()
 This method performs SE0, SE1, and SA0 close. More...
 
template<typename T >
static MATHLIB_STATUS MATHLIB_checkParams (size_t length, T *pSrc, T *pDst)
 This method performs parameter checks for MATHLIB function. More...
 
template<typename T >
static MATHLIB_STATUS MATHLIB_checkParams (size_t length, T *pSrc0, T *pSrc1, T *pDst)
 
static double cmn_DIVDP (double a, double b)
 
static float cmn_DIVSP (float a, float b)