Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aec/
Daec_core_sse2.c230 static const ALIGN16_BEG int float_exponent_mask[4] ALIGN16_END = in mm_pow_ps() local
237 const __m128 two_n = _mm_and_ps(a, *((__m128 *)float_exponent_mask)); in mm_pow_ps()