OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_exp_b
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
270
float32x4_t log2_a, b_log2_a,
a_exp_b
;
local
376
a_exp_b
= vmulq_f32(exp2_y, two_n);
379
return
a_exp_b
;
aec_core_sse2.c
236
__m128 log2_a, b_log2_a,
a_exp_b
;
local
364
a_exp_b
= _mm_mul_ps(exp2_y, two_n);
366
return
a_exp_b
;
Completed in 2241 milliseconds