Home
last modified time | relevance | path

Searched refs:u (Results 1 – 25 of 27) sorted by relevance

12

/cmsis-dsp-latest/Source/InterpolationFunctions/
Darm_spline_interp_init_f32.c84 float32_t * u = tempBuffer; /* (n-1)-long scratch buffer for u elements */ in arm_spline_init_f32() local
104 u[0] = 0; /* a(1,2) = 0 */ in arm_spline_init_f32()
106 u[0] = -1; /* a(1,2) = -1 */ in arm_spline_init_f32()
120 li = 2*(hi+hm1) - hm1*u[i-1]; in arm_spline_init_f32()
123 u[i] = hi/li; in arm_spline_init_f32()
142 li = 1+u[n-2]; /* a(N,N) = 1; a(N,N-1) = -1 */ in arm_spline_init_f32()
154 c[i] = z[i]-u[i]*cp1; in arm_spline_init_f32()
/cmsis-dsp-latest/dsppp/RTE/Device/SSE-300-MPS3/
Ddevice_cfg.h.base@1.1.374 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_INT 1u
75 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_FRACT 0u
76 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_INT 1u
77 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_FRACT 0u
Ddevice_cfg.h75 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_FRACT 0u
77 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_FRACT 0u
/cmsis-dsp-latest/Source/TransformFunctions/
Darm_rfft_fast_f64.c129 float64_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f64() local
163 u = twR * t1b; in merge_rfft_f64()
168 *pOut++ = 0.5 * (xAI - xBI + t - u ); //xAI in merge_rfft_f64()
Darm_rfft_fast_f32.c202 float32_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f32() local
296 u = twR * t1b; in merge_rfft_f32()
301 *pOut++ = 0.5f * (xAI - xBI + t - u ); //xAI in merge_rfft_f32()
410 float32_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f32() local
444 u = twR * t1b; in merge_rfft_f32()
449 *pOut++ = 0.5f * (xAI - xBI + t - u ); //xAI in merge_rfft_f32()
Darm_rfft_fast_f16.c208 float16_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f16() local
302 u = (_Float16)twR * (_Float16)t1b; in merge_rfft_f16()
307 *pOut++ = 0.5f16 * ((_Float16)xAI - (_Float16)xBI + (_Float16)t - (_Float16)u ); //xAI in merge_rfft_f16()
416 float16_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f16() local
450 u = (_Float16)twR * (_Float16)t1b; in merge_rfft_f16()
455 *pOut++ = 0.5f16 * ((_Float16)xAI - (_Float16)xBI + (_Float16)t - (_Float16)u ); //xAI in merge_rfft_f16()
/cmsis-dsp-latest/Include/dsp/
Dnone.h249 q31_t r, s, t, u; in __QADD8() local
254 u = __SSAT(((((q31_t)x ) >> 24) + (((q31_t)y ) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8()
256 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QADD8()
267 q31_t r, s, t, u; in __QSUB8() local
272 u = __SSAT(((((q31_t)x ) >> 24) - (((q31_t)y ) >> 24)), 8) & (int32_t)0x000000FF; in __QSUB8()
274 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QSUB8()
/cmsis-dsp-latest/Examples/cmsis_build/RTE/Device/SSE-300-MPS3/
Ddevice_cfg.h75 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_FRACT 0u
77 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_FRACT 0u
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/SSE-300-MPS3/
Ddevice_cfg.h75 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_FRACT 0u
77 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_FRACT 0u
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/SSE-310-MPS3/
Ddevice_cfg.h75 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_FRACT 0u
77 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_FRACT 0u
/cmsis-dsp-latest/Examples/cmsis_build/RTE/Device/SSE-310-MPS3/
Ddevice_cfg.h75 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE0_FRACT 0u
77 #define SYSCOUNTER_ARMV8_M_DEFAULT_SCALE1_FRACT 0u
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_cmplx_mult_q15.c78 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_cmplx_mult_q15()
122 while (row > 0u) in arm_mat_cmplx_mult_q15()
132 while (col > 0u) in arm_mat_cmplx_mult_q15()
225 while (col > 0u) in arm_mat_cmplx_mult_q15()
Darm_mat_mult_q7.c286 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_mult_q7()
341 while (row > 0u) in arm_mat_mult_q7()
358 while (col > 0u) in arm_mat_mult_q7()
510 i = 0u; in arm_mat_mult_q7()
Darm_mat_mult_opt_q31.c356 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_mult_opt_q31()
412 while (row > 0u) { in arm_mat_mult_opt_q31()
423 while (col > 0u) { in arm_mat_mult_opt_q31()
580 i = 0u; in arm_mat_mult_opt_q31()
Darm_mat_vec_mult_f32.c308 i = 0u; in arm_mat_vec_mult_f32()
335 while (colCnt > 0u) { in arm_mat_vec_mult_f32()
Darm_mat_vec_mult_q31.c283 i = 0u; in arm_mat_vec_mult_q31()
310 while (colCnt > 0u) { in arm_mat_vec_mult_q31()
Darm_mat_vec_mult_f16.c303 i = 0u; in arm_mat_vec_mult_f16()
330 while (colCnt > 0u) { in arm_mat_vec_mult_f16()
Darm_mat_vec_mult_q15.c286 i = 0u; in arm_mat_vec_mult_q15()
312 while (colCnt > 0u) { in arm_mat_vec_mult_q15()
Darm_mat_mult_q15.c338 uint32_t col, i = 0u, j, row = numRowsB; /* loop counters */ in arm_mat_mult_q15()
399 while (row > 0u) { in arm_mat_mult_q15()
415 while (col > 0u) { in arm_mat_mult_q15()
558 i = 0u; in arm_mat_mult_q15()
Darm_mat_cmplx_mult_f16.c450 while (rowCnt > 0u) in arm_mat_cmplx_mult_f16()
469 while (col > 0u) in arm_mat_cmplx_mult_f16()
595 while (rowCnt > 0u) in arm_mat_cmplx_mult_f16()
614 while (col > 0u) in arm_mat_cmplx_mult_f16()
Darm_mat_vec_mult_q7.c297 i = 0u; in arm_mat_vec_mult_q7()
326 while (colCnt > 0u) { in arm_mat_vec_mult_q7()
Darm_mat_cmplx_mult_q31.c587 while (rowCnt > 0u) in arm_mat_cmplx_mult_q31()
606 while (col > 0u) in arm_mat_cmplx_mult_q31()
717 while (rowCnt > 0u) in arm_mat_cmplx_mult_q31()
736 while (col > 0u) in arm_mat_cmplx_mult_q31()
Darm_mat_cmplx_mult_f32.c587 while (rowCnt > 0u) in arm_mat_cmplx_mult_f32()
606 while (col > 0u) in arm_mat_cmplx_mult_f32()
727 while (rowCnt > 0u) in arm_mat_cmplx_mult_f32()
746 while (col > 0u) in arm_mat_cmplx_mult_f32()
/cmsis-dsp-latest/PythonWrapper/examples/
DNoise suppression.ipynb207u/+q/+s/jP/2P57ALr/fP8WAFsA5P9PAOn+CwD8/oAADAEOALn/wv8tAe0Bqv9PALkBiQALATkBmwHwADgACQHaARsAdgAbAtA…
584 …vmae4F+HoOvpwKuqmu8r89iuqao+AbzlIT/q6+cno2g9VfVv2jF/+HwyMwb6UqY+fudctJ55CPM+u/W/Gzi9rWZejq7Ovh8Dbs…
669u/eHUJtvnY+8Jvj89YE8quf16ZtmyLb2UdqfS+6S15+GmroMb52v1VOC7gYyIIwNvLt2BBivbSoNtQAWDfoa+xanPNu1fNXLkt…
704u/7M/rn+s/4eAcz/+gCY/w3/qACB/xv/7P8LALD/8v4d/wIAKf82/5AAEQFhAIgAIwGVAZIARv91Ac7/g/8/AbcAdv+r/30BSQ…
881 …IBGuBkaHxEUHZbsxsEnANcLa7b+sod/e1wf9VwGPAsTWIqWF84SeLWbXxnbTDSNynb/pd2iEk4u/u+kPaIeySVF39/5n3HE+s2…
919u/4IAlADM/pv/GwCv/p3/TQDq/2D+rP+XAXcCCP5V/58CTAFSADwCAACf/CkAtQHZ/rL+RAAe/jsAIQVp/yn9xQMR/7X/BgRC/…
999u/85/w3/oQDP/1QA3ADY/n4AQADm/vr/2v4xASQAJQE0AMn/TgAB/8L+mf4+AGwAVv8GAQUB8f9tAJUAEwH4/wAAD/98AIT/iQ…
1193u/zQAt//7/+v/Zv+g//7/9P+u/4IAlQDN/pz/GwCv/p3/TQDq/2D+rP+XAXcCCP5V/58CTAFSADwCAACf/CkAtQHZ/rL+RAAe/…
1349 …P1oF1d3ACNdvHWlYgdwD4BJbvhGAF8OEe+LAAbklf0EwFQ3PBXAdW74LAAPAiCAkwA85cr7A1jl/u/nhvu5cX9109LNe2YEn+m…
1379u/wH/QAQp/xoAIgZVAYr5cQr8C5b7tP3jCdsBSf4lAvj+sf/NBFoJpP1O9EgFMQO6+gUBYfqo+WcArfxg/bL+dfq0B2AFkflX/…
[all …]
Dcmsisdsp_tests.ipynb226 …Jin5vKMtJvJS6WGnB42Gmxk7pTMcKK20P+vg6os249Y/fpm2gdIpS393T8ZGoRLuTPSmS7fgH9+6u+Y4nZQF1wsmXim7BogG+X…
313u+9Cjue+5wWWXHrCbXyEDdiQpGXnpLS9rjWN2dxKGRrObJl6e/AUJC4RxY3uHpxsvdhTUSef3bExHELDNUky+oFa9y8VcebTEL…

12