Searched refs:tanh (Results 1 – 3 of 3) sorted by relevance
353 float32x4_t tanh = vmulq_f32(num, vinvq_f32(den)); in vtanhq_f32() local354 return tanh; in vtanhq_f32()419 const float16x8_t tanh = vmulq_f16(num, vinvq_f16(den)); in vtanhq_f16() local420 return tanh; in vtanhq_f16()
293 f16x8_t tanh = vmulq_f16(num, vrecip_f16(den)); in vtanhq_f16() local294 return tanh; in vtanhq_f16()
286 f32x4_t tanh = vmulq_f32(num, vrecip_f32(den)); in vtanhq_f32() local287 return tanh; in vtanhq_f32()