Searched refs:xinv (Results 1 – 2 of 2) sorted by relevance
52 any16x8_t xinv; in vrecip_medprec_f16() local55 xinv.f = ax; in vrecip_medprec_f16()57 m = 0x03c00 - (xinv.i & 0x07c00); in vrecip_medprec_f16()58 xinv.i = xinv.i + m; in vrecip_medprec_f16()59 xinv.f = 1.41176471f16 - 0.47058824f16 * xinv.f; in vrecip_medprec_f16()60 xinv.i = xinv.i + m; in vrecip_medprec_f16()62 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()63 xinv.f = xinv.f * b; in vrecip_medprec_f16()65 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()66 xinv.f = xinv.f * b; in vrecip_medprec_f16()[all …]
51 any32x4_t xinv; in vrecip_medprec_f32() local54 xinv.f = ax; in vrecip_medprec_f32()55 m = 0x3F800000 - (xinv.i & 0x7F800000); in vrecip_medprec_f32()56 xinv.i = xinv.i + m; in vrecip_medprec_f32()57 xinv.f = 1.41176471f - 0.47058824f * xinv.f; in vrecip_medprec_f32()58 xinv.i = xinv.i + m; in vrecip_medprec_f32()60 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()61 xinv.f = xinv.f * b; in vrecip_medprec_f32()63 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()64 xinv.f = xinv.f * b; in vrecip_medprec_f32()[all …]