Searched refs:tanh (Results 1 – 2 of 2) sorted by relevance
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()