Searched refs:ax (Results 1 – 2 of 2) sorted by relevance
53 f16x8_t ax = vabsq(x); in vrecip_medprec_f16() local55 xinv.f = ax; in vrecip_medprec_f16()62 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()65 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()68 b = 2.0f16 - xinv.f * ax; in vrecip_medprec_f16()87 f16x8_t ax = vabsq(x); in vrecip_hiprec_f16() local89 xinv.f = ax; in vrecip_hiprec_f16()96 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16()99 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16()102 b = 2.0f16 - xinv.f * ax; in vrecip_hiprec_f16()[all …]
52 f32x4_t ax = vabsq(x); in vrecip_medprec_f32() local54 xinv.f = ax; in vrecip_medprec_f32()60 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()63 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()66 b = 2.0f - xinv.f * ax; in vrecip_medprec_f32()85 f32x4_t ax = vabsq(x); in vrecip_hiprec_f32() local87 xinv.f = ax; in vrecip_hiprec_f32()94 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32()97 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32()100 b = 2.0f - xinv.f * ax; in vrecip_hiprec_f32()[all …]