Home
last modified time | relevance | path

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

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/
Darm_vec_math_f16.h257 f16x8_t vecSx, vecW, vecTmp; in vrecip_f16() local
260 vecSx = vabsq(vecIn); in vrecip_f16()
265 vecW = vmulq(vecSx, v.f); in vrecip_f16()
Darm_vec_math.h250 f32x4_t vecSx, vecW, vecTmp; in vrecip_f32() local
253 vecSx = vabsq(vecIn); in vrecip_f32()
258 vecW = vmulq(vecSx, v.f); in vrecip_f32()