Searched refs:weight_prev_squared_x4 (Results 1 – 2 of 2) sorted by relevance
68 const __m128 weight_prev_squared_x4 = in EWMAAndMaxPower_SSE() local71 _mm_mul_ps(weight_prev_squared_x4, weight_prev_squared_x4); in EWMAAndMaxPower_SSE()
159 const float32x4_t weight_prev_squared_x4 = in EWMAAndMaxPower_NEON() local162 vmulq_f32(weight_prev_squared_x4, weight_prev_squared_x4); in EWMAAndMaxPower_NEON()