Home
last modified time | relevance | path

Searched refs:vexpq_f16 (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math_f16.h218 __STATIC_INLINE float16x8_t vexpq_f16( in vexpq_f16() function
250 return vexpq_f16(vmulq_f16(n, vlogq_f16(val))); in vpowq_f16()
290 f16x8_t exp2x = vexpq_f16(vmulq_n_f16(x, 2.f)); in vtanhq_f16()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/SVMFunctions/
Darm_svm_rbf_predict_f16.c173 vexpq_f16(vmulq_n_f16(vtmp, -S->gamma)),vctp16q(4)); in arm_svm_rbf_predict_f16()
251 vexpq_f16(vmulq_n_f16(vtmp, -S->gamma)), vctp16q(2)); in arm_svm_rbf_predict_f16()
312 vexpq_f16(vmulq_n_f16(vtmp, -S->gamma)), vctp16q(1)); in arm_svm_rbf_predict_f16()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FastMathFunctions/
Darm_vexp_f16.c55 dst = vexpq_f16(src); in arm_vexp_f16()
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/
Darm_logsumexp_f16.c95 vecExp = vexpq_f16(vsubq_n_f16(vecIn, maxVal)); in arm_logsumexp_f16()