|
| template<typename T > |
| static void | MATHLIB_pow_vector (size_t length, T *restrict pSrc0, T *restrict pSrc1, T *restrict pDst) |
| |
| template<typename T > |
| static MATHLIB_STATUS | MATHLIB_pow_exp (__SE_TEMPLATE_v1 *restrict se0Params, __SA_TEMPLATE_v1 *restrict sa0Params, size_t length, T *restrict pSrc0, T *restrict pDst) |
| |
| template<typename T > |
| static MATHLIB_STATUS | MATHLIB_pow_cond (size_t length, T *restrict pSrc0, T *restrict pSrc1, T *restrict pDst) |
| |
| template<typename vecType > |
| static vecType | MATHLIB_pow_log (vecType inVec) |
| |
| template<> |
| c7x::float_vec | MATHLIB_pow_log< c7x::float_vec > (c7x::float_vec inVec) |
| |
| template<> |
| MATHLIB_STATUS | MATHLIB_pow_cond< float > (size_t length, float *restrict pSrc0, float *restrict pSrc1, float *restrict pDst) |
| |
| template<> |
| MATHLIB_STATUS | MATHLIB_pow_exp< float > (__SE_TEMPLATE_v1 *restrict se0Params, __SA_TEMPLATE_v1 *restrict sa0Params, size_t length, float *restrict pSrc0, float *restrict pDst) |
| |
| template<> |
| void | MATHLIB_pow_vector< float > (size_t length, float *restrict pSrc0, float *restrict pSrc1, float *restrict pDst) |
| |
| static c7x::double_vec | cmn_DIVDP_opt (c7x::double_vec a, c7x::double_vec b) |
| |
| template<typename T > |
| static void | MATHLIB_pow_log_opt (size_t length, T *restrict pSrc0, T *restrict pSrc1, T *restrict pDst) |
| |
| template<> |
| void | MATHLIB_pow_log_opt< double > (size_t length, double *restrict pSrc0, double *restrict pSrc1, double *restrict pDst) |
| |
| template<> |
| MATHLIB_STATUS | MATHLIB_pow_cond< double > (size_t length, double *restrict pSrc0, double *restrict pSrc1, double *restrict pDst) |
| |
| template<> |
| MATHLIB_STATUS | MATHLIB_pow_exp< double > (__SE_TEMPLATE_v1 *restrict se0Params, __SA_TEMPLATE_v1 *restrict sa0Params, size_t length, double *restrict pSrc1, double *restrict pDst) |
| |
| template<> |
| void | MATHLIB_pow_vector< double > (size_t length, double *restrict pSrc0, double *restrict pSrc1, double *restrict pDst) |
| |
| template<typename T > |
| MATHLIB_STATUS | MATHLIB_pow (size_t length, T *restrict pSrc0, T *restrict pSrc1, T *restrict pDst) |
| |
| template MATHLIB_STATUS | MATHLIB_pow< float > (size_t length, float *restrict pSrc0, float *restrict pSrc1, float *restrict pDst) |
| |
| template MATHLIB_STATUS | MATHLIB_pow< double > (size_t length, double *restrict pSrc0, double *restrict pSrc1, double *restrict pDst) |
| |
| MATHLIB_STATUS | MATHLIB_pow_sp (size_t length, float *restrict pSrc0, float *restrict pSrc1, float *restrict pDst) |
| |
| MATHLIB_STATUS | MATHLIB_pow_dp (size_t length, double *restrict pSrc0, double *restrict pSrc1, double *restrict pDst) |
| |