OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two_n
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
295
const uint32x4_t
two_n
= vandq_u32(vreinterpretq_u32_f32(a),
local
297
const uint32x4_t n_1 = vshrq_n_u32(
two_n
, kShiftExponentIntoTopMantissa);
362
const float32x4_t
two_n
=
local
376
a_exp_b = vmulq_f32(exp2_y,
two_n
);
aec_core_sse2.c
265
const __m128
two_n
= _mm_and_ps(a, *((__m128*)float_exponent_mask));
local
267
_mm_castps_si128(
two_n
), shift_exponent_into_top_mantissa));
347
const __m128
two_n
=
local
364
a_exp_b = _mm_mul_ps(exp2_y,
two_n
);
Completed in 46 milliseconds