OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two_n_exponent
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
360
const int32x4_t
two_n_exponent
=
local
363
vreinterpretq_f32_s32(vshlq_n_s32(
two_n_exponent
, kFloatExponentShift));
aec_core_sse2.c
345
const __m128i
two_n_exponent
=
local
348
_mm_castsi128_ps(_mm_slli_epi32(
two_n_exponent
, float_exponent_shift));
Completed in 39 milliseconds