Searched refs:x_pow_local (Results 1 – 2 of 2) sorted by relevance
143 const float32x4_t x_pow_local = vld1q_f32(&x_pow[i]); in ScaleErrorSignalNEON() local146 const float32x4_t xPowPlus = vaddq_f32(x_pow_local, k1e_10f); in ScaleErrorSignalNEON()
97 const __m128 x_pow_local = _mm_loadu_ps(&x_pow[i]); in ScaleErrorSignalSSE2() local101 const __m128 xPowPlus = _mm_add_ps(x_pow_local, k1e_10f); in ScaleErrorSignalSSE2()