Home
last modified time | relevance | path

Searched defs:e (Results 1 – 12 of 12) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_lms_f32.c180 float32_t sum, e, d; /* accumulator, error, reference data sample */ in arm_lms_f32() local
350 float32_t acc, e; /* Accumulator, error */ in arm_lms_f32() local
Darm_lms_norm_f32.c175 float32_t sum, e, d; /* accumulator, error, reference data sample */ in arm_lms_norm_f32() local
361 float32_t acc, e; /* Accumulator, error */ in arm_lms_norm_f32() local
Darm_levinson_durbin_f16.c65 _Float16 e; in arm_levinson_durbin_f16() local
219 _Float16 e; in arm_levinson_durbin_f16() local
Darm_levinson_durbin_f32.c68 float32_t e; in arm_levinson_durbin_f32() local
224 float32_t e; in arm_levinson_durbin_f32() local
Darm_lms_q15.c77 q15_t e = 0; /* Error of data sample */ in arm_lms_q15() local
Darm_lms_q31.c81 q31_t e = 0; /* Error of data sample */ in arm_lms_q31() local
Darm_lms_norm_q31.c81 q31_t e = 0; /* Error data sample */ in arm_lms_norm_q31() local
Darm_levinson_durbin_q31.c125 q31_t e; in arm_levinson_durbin_q31() local
305 q31_t e; in arm_levinson_durbin_q31() local
Darm_lms_norm_q15.c81 q15_t e = 0, d = 0; /* Error, reference data sample */ in arm_lms_norm_q15() local
/cmsis-dsp-latest/Documentation/Doxygen/style_template/
Dresize.js130 $(".side-nav-resizable").resizable({resize: function(e, ui) { resizeWidth(); } }); argument
/cmsis-dsp-latest/Include/
Darm_vec_math.h145 int32x4_t * e) in vmant_exp_f32()
328 float32x4_t e = vrsqrteq_f32(x1); in __arm_vec_sqrt_f32_neon() local
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dunroll.hpp216 auto replicate(const Vector<P,L,A>& e) noexcept in replicate()