Home
last modified time | relevance | path

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

/bsp/tae32f5300/Libraries/CMSIS/Include/
A Darm_vec_math.h249 f32x4_t vecSx, vecW, vecTmp; in vrecip_f32() local
257 vecW = vmulq(vecSx, v.f); in vrecip_f32()
260 vecTmp = vsubq(vdupq_n_f32(8.0f), vecW); in vrecip_f32()
261 vecTmp = vfmasq(vecW, vecTmp, -28.0f); in vrecip_f32()
262 vecTmp = vfmasq(vecW, vecTmp, 56.0f); in vrecip_f32()
263 vecTmp = vfmasq(vecW, vecTmp, -70.0f); in vrecip_f32()
264 vecTmp = vfmasq(vecW, vecTmp, 56.0f); in vrecip_f32()
265 vecTmp = vfmasq(vecW, vecTmp, -28.0f); in vrecip_f32()
266 vecTmp = vfmasq(vecW, vecTmp, 8.0f); in vrecip_f32()

Completed in 4 milliseconds