Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/SVMFunctions/
Darm_svm_sigmoid_predict_f32.c157 vtanhq_f32(vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0))); in arm_svm_sigmoid_predict_f32()
232 vtanhq_f32(vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0)), in arm_svm_sigmoid_predict_f32()
291 vtanhq_f32(vaddq_n_f32(vmulq_n_f32(vtmp, S->gamma), S->coef0)), in arm_svm_sigmoid_predict_f32()
404 dotV = vtanhq_f32(dotV); in arm_svm_sigmoid_predict_f32()
/cmsis-dsp-latest/ComputeLibrary/Include/
DNEMath.h126 static inline float32x4_t vtanhq_f32(float32x4_t val);
342 static inline float32x4_t vtanhq_f32(float32x4_t val) in vtanhq_f32() function
/cmsis-dsp-latest/Include/
Darm_vec_math.h278 __STATIC_INLINE f32x4_t vtanhq_f32( in vtanhq_f32() function