Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c298 const uint32x4_t n_0 = vorrq_u32(n_1, vec_eight_biased_exponent); in vpowq_f32() local
300 vsubq_f32(vreinterpretq_f32_u32(n_0), in vpowq_f32()
Daec_core_sse2.c268 const __m128 n_0 = _mm_or_ps(n_1, *((__m128*)eight_biased_exponent)); in mm_pow_ps() local
269 const __m128 n = _mm_sub_ps(n_0, *((__m128*)implicit_leading_one)); in mm_pow_ps()