Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/DSP/Source/FastMathFunctions/
Darm_vexp_f32.c52 dst = vexpq_f32(src); in arm_vexp_f32()
72 dst = vexpq_f32(src); in arm_vexp_f32()
/cmsis-3.4.0/CMSIS/DSP/Source/StatisticsFunctions/
Darm_logsumexp_f32.c92 vecExp = vexpq_f32(vsubq_n_f32(vecIn, maxVal)); in arm_logsumexp_f32()
209 tmpV = vexpq_f32(tmpV); in arm_logsumexp_f32()
/cmsis-3.4.0/CMSIS/DSP/Source/SVMFunctions/
Darm_svm_rbf_predict_f32.c170 vexpq_f32(vmulq_n_f32(vtmp, -S->gamma))); in arm_svm_rbf_predict_f32()
248 vexpq_f32(vmulq_n_f32(vtmp, -S->gamma)), vctp32q(2)); in arm_svm_rbf_predict_f32()
309 vexpq_f32(vmulq_n_f32(vtmp, -S->gamma)), vctp32q(1)); in arm_svm_rbf_predict_f32()
436 dotV = vexpq_f32(dotV); in arm_svm_rbf_predict_f32()
/cmsis-3.4.0/CMSIS/DSP/Include/
Darm_vec_math.h220 __STATIC_INLINE f32x4_t vexpq_f32( in vexpq_f32() function
283 f32x4_t exp2x = vexpq_f32(vmulq_n_f32(x, 2.f)); in vtanhq_f32()
294 return vexpq_f32(vmulq_f32(n, vlogq_f32(val))); in vpowq_f32()