Home
last modified time | relevance | path

Searched refs:ax (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math_f16.h53 f16x8_t ax = vabsq(x); in vrecip_medprec_f16() local
55 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() local
89 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 …]
Darm_vec_math.h52 f32x4_t ax = vabsq(x); in vrecip_medprec_f32() local
54 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() local
87 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 …]