Home
last modified time | relevance | path

Searched defs:exp2x (Results 1 – 3 of 3) sorted by relevance

/cmsis-dsp-latest/ComputeLibrary/Include/
DNEMath.h350 float32x4_t exp2x = vexpq_f32(vmulq_f32(vld1q_f32(CONST_2), x)); in vtanhq_f32() local
416 const float16x8_t exp2x = vexpq_f16(vmulq_f16(vld1q_f16(CONST_2), x)); in vtanhq_f16() local
/cmsis-dsp-latest/Include/
Darm_vec_math_f16.h290 f16x8_t exp2x = vexpq_f16(vmulq_n_f16(x, 2.f16)); in vtanhq_f16() local
Darm_vec_math.h283 f32x4_t exp2x = vexpq_f32(vmulq_n_f32(x, 2.f)); in vtanhq_f32() local