Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_sse2.c344 static const int float_exponent_shift = 23; in mm_pow_ps() local
348 _mm_castsi128_ps(_mm_slli_epi32(two_n_exponent, float_exponent_shift)); in mm_pow_ps()