Home
last modified time | relevance | path

Searched refs:vtanhq_f32 (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/SVMFunctions/
Darm_svm_sigmoid_predict_f32.c158 vtanhq_f32(vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0))); in arm_svm_sigmoid_predict_f32()
233 vtanhq_f32(vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0)), in arm_svm_sigmoid_predict_f32()
292 vtanhq_f32(vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0)), in arm_svm_sigmoid_predict_f32()
405 dotV = vtanhq_f32(dotV); in arm_svm_sigmoid_predict_f32()
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math.h278 __STATIC_INLINE f32x4_t vtanhq_f32( in vtanhq_f32() function