Home
last modified time | relevance | path

Searched refs:py (Results 1 – 25 of 49) sorted by relevance

12

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_conv_fast_q15.c74 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q15() local
138 py = pIn2; in arm_conv_fast_q15()
162 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
172 py = pIn2 + count; in arm_conv_fast_q15()
186 py = py - 1; in arm_conv_fast_q15()
202 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_fast_q15()
204 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_fast_q15()
212 py = py + 1U; in arm_conv_fast_q15()
221 sum = __SMLAD(*px++, *py--, sum); in arm_conv_fast_q15()
231 py = pIn2 + (count - 1U); in arm_conv_fast_q15()
[all …]
Darm_conv_partial_fast_q15.c70 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_fast_q15() local
154 py = pSrc2; in arm_conv_partial_fast_q15()
177 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
187 py = ++pSrc2; in arm_conv_partial_fast_q15()
201 py = py - 1; in arm_conv_partial_fast_q15()
217 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_fast_q15()
219 sum = __SMLADX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_fast_q15()
227 py = py + 1U; in arm_conv_partial_fast_q15()
236 sum = __SMLAD(*px++, *py--, sum); in arm_conv_partial_fast_q15()
246 py = ++pSrc2 - 1U; in arm_conv_partial_fast_q15()
[all …]
Darm_conv_partial_q15.c76 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_q15() local
160 py = pSrc2; in arm_conv_partial_q15()
183 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
193 py = ++pSrc2; in arm_conv_partial_q15()
207 py = py - 1; in arm_conv_partial_q15()
223 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_q15()
225 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_partial_q15()
233 py = py + 1U; in arm_conv_partial_q15()
242 sum = __SMLALD(*px++, *py--, sum); in arm_conv_partial_q15()
252 py = ++pSrc2 - 1U; in arm_conv_partial_q15()
[all …]
Darm_conv_partial_f32.c100 const float32_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_f32() local
189 py = pSrc1; in arm_conv_partial_f32()
209 sum += *px++ * *py--; in arm_conv_partial_f32()
212 sum += *px++ * *py--; in arm_conv_partial_f32()
215 sum += *px++ * *py--; in arm_conv_partial_f32()
218 sum += *px++ * *py--; in arm_conv_partial_f32()
237 sum += *px++ * *py--; in arm_conv_partial_f32()
247 py = ++pSrc1; in arm_conv_partial_f32()
280 py = pSrc2; in arm_conv_partial_f32()
320 c0 = *py--; in arm_conv_partial_f32()
[all …]
Darm_conv_partial_q31.c73 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_q31() local
162 py = pSrc2; in arm_conv_partial_q31()
182 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
185 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
188 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
191 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
210 sum += (q63_t) *px++ * (*py--); in arm_conv_partial_q31()
220 py = ++pSrc2; in arm_conv_partial_q31()
253 py = pSrc2; in arm_conv_partial_q31()
291 c0 = *(py); in arm_conv_partial_q31()
[all …]
Darm_conv_fast_q31.c73 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_fast_q31() local
138 py = pIn2; in arm_conv_fast_q31()
160 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
164 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
168 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
172 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
186 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_fast_q31()
196 py = pIn2 + count; in arm_conv_fast_q31()
221 py = pSrc2; in arm_conv_fast_q31()
259 c0 = *py--; in arm_conv_fast_q31()
[all …]
Darm_correlate_fast_q31.c75 const q31_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_q31() local
163 py = pSrc1; in arm_correlate_fast_q31()
184 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
188 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
192 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
196 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
211 ((q63_t) *px++ * (*py++))) >> 32); in arm_correlate_fast_q31()
223 py = pSrc1 - count; in arm_correlate_fast_q31()
247 py = pIn2; in arm_correlate_fast_q31()
285 c0 = *py++; in arm_correlate_fast_q31()
[all …]
Darm_conv_partial_fast_q31.c70 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_fast_q31() local
159 py = pSrc2; in arm_conv_partial_fast_q31()
180 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
184 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
188 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
192 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
212 ((q63_t) *px++ * (*py--))) >> 32); in arm_conv_partial_fast_q31()
222 py = ++pSrc2; in arm_conv_partial_fast_q31()
255 py = pSrc2; in arm_conv_partial_fast_q31()
295 c0 = *py--; in arm_conv_partial_fast_q31()
[all …]
Darm_correlate_f64.c60 const float64_t *py; /* Intermediate inputB pointer */ in arm_correlate_f64() local
158 py = pSrc1; in arm_correlate_f64()
176 pyV = vld1q_f64(py); in arm_correlate_f64()
179 py+=2; in arm_correlate_f64()
192 sum += *px++ * *py++; in arm_correlate_f64()
205 py = pSrc1 - count; in arm_correlate_f64()
230 py = pIn2; in arm_correlate_f64()
257 pyV = vld1q_f64(py); in arm_correlate_f64()
260 py+=2; in arm_correlate_f64()
274 sum += *px++ * *py++; in arm_correlate_f64()
[all …]
Darm_conv_q15.c244 const q15_t *py; /* Intermediate inputB pointer */ in arm_conv_q15() local
312 py = pIn2; in arm_conv_q15()
335 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
345 py = pIn2 + count; in arm_conv_q15()
359 py = py - 1; in arm_conv_q15()
375 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_q15()
377 sum = __SMLALDX(read_q15x2_ia ((q15_t **) &px), read_q15x2_da ((q15_t **) &py), sum); in arm_conv_q15()
385 py = py + 1U; in arm_conv_q15()
394 sum = __SMLALD(*px++, *py--, sum); in arm_conv_q15()
404 py = pIn2 + (count - 1U); in arm_conv_q15()
[all …]
Darm_correlate_fast_q15.c74 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_fast_q15() local
172 py = pSrc1; in arm_correlate_fast_q15()
192 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15()
194 sum = __SMLAD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_fast_q15()
208 sum = __SMLAD(*px++, *py++, sum); in arm_correlate_fast_q15()
220 py = pSrc1 - count; in arm_correlate_fast_q15()
244 py = pIn2; in arm_correlate_fast_q15()
284 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_fast_q15()
305 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_fast_q15()
338 c0 = *py; in arm_correlate_fast_q15()
[all …]
Darm_conv_f32.c267 const float32_t *py; /* Intermediate inputB pointer */ in arm_conv_f32() local
339 py = pIn2; in arm_conv_f32()
375 vec2 = vld1q_f32(py-3); in arm_conv_f32()
383 py -= 4; in arm_conv_f32()
399 sum += *px++ * *py--; in arm_conv_f32()
402 sum += *px++ * *py--; in arm_conv_f32()
405 sum += *px++ * *py--; in arm_conv_f32()
408 sum += *px++ * *py--; in arm_conv_f32()
428 sum += *px++ * *py--; in arm_conv_f32()
438 py = pIn2 + count; in arm_conv_f32()
[all …]
Darm_correlate_f32.c323 const float32_t *py; /* Intermediate inputB pointer */ in arm_correlate_f32() local
425 py = pSrc1; in arm_correlate_f32()
450 y = vld1q_f32(py); in arm_correlate_f32()
455 py += 4; in arm_correlate_f32()
471 sum += *px++ * *py++; in arm_correlate_f32()
474 sum += *px++ * *py++; in arm_correlate_f32()
477 sum += *px++ * *py++; in arm_correlate_f32()
480 sum += *px++ * *py++; in arm_correlate_f32()
501 sum += *px++ * *py++; in arm_correlate_f32()
513 py = pSrc1 - count; in arm_correlate_f32()
[all …]
Darm_conv_q31.c240 const q31_t *py; /* Intermediate inputB pointer */ in arm_conv_q31() local
309 py = pIn2; in arm_conv_q31()
330 sum += (q63_t) *px++ * (*py--); in arm_conv_q31()
333 sum += (q63_t) *px++ * (*py--); in arm_conv_q31()
336 sum += (q63_t) *px++ * (*py--); in arm_conv_q31()
339 sum += (q63_t) *px++ * (*py--); in arm_conv_q31()
358 sum += (q63_t) *px++ * *py--; in arm_conv_q31()
368 py = pIn2 + count; in arm_conv_q31()
393 py = pSrc2; in arm_conv_q31()
431 c0 = *(py); in arm_conv_q31()
[all …]
Darm_conv_partial_q7.c73 const q7_t *py; /* Intermediate inputB pointer */ in arm_conv_partial_q7() local
164 py = pSrc2; in arm_conv_partial_q7()
189 in1 = (q15_t) *py--; in arm_conv_partial_q7()
190 in2 = (q15_t) *py--; in arm_conv_partial_q7()
203 in1 = (q15_t) *py--; in arm_conv_partial_q7()
204 in2 = (q15_t) *py--; in arm_conv_partial_q7()
228 sum += ((q31_t) * px++ * *py--); in arm_conv_partial_q7()
238 py = ++pSrc2; in arm_conv_partial_q7()
271 py = pSrc2; in arm_conv_partial_q7()
311 c0 = *py--; in arm_conv_partial_q7()
[all …]
Darm_correlate_q31.c273 const q31_t *py; /* Intermediate inputB pointer */ in arm_correlate_q31() local
373 py = pSrc1; in arm_correlate_q31()
394 sum += (q63_t) *px++ * (*py++); in arm_correlate_q31()
397 sum += (q63_t) *px++ * (*py++); in arm_correlate_q31()
400 sum += (q63_t) *px++ * (*py++); in arm_correlate_q31()
403 sum += (q63_t) *px++ * (*py++); in arm_correlate_q31()
423 sum += (q63_t) *px++ * (*py++); in arm_correlate_q31()
435 py = pSrc1 - count; in arm_correlate_q31()
459 py = pIn2; in arm_correlate_q31()
497 c0 = *(py); in arm_correlate_q31()
[all …]
Darm_conv_q7.c234 const q7_t *py; /* Intermediate inputB pointer */ in arm_conv_q7() local
305 py = pIn2; in arm_conv_q7()
331 in1 = (q15_t) *py--; in arm_conv_q7()
332 in2 = (q15_t) *py--; in arm_conv_q7()
345 in1 = (q15_t) *py--; in arm_conv_q7()
346 in2 = (q15_t) *py--; in arm_conv_q7()
370 sum += ((q15_t) *px++ * *py--); in arm_conv_q7()
380 py = pIn2 + count; in arm_conv_q7()
405 py = pSrc2; in arm_conv_q7()
445 c0 = *py--; in arm_conv_q7()
[all …]
Darm_correlate_q15.c282 const q15_t *py; /* Intermediate inputB pointer */ in arm_correlate_q15() local
377 py = pSrc1; in arm_correlate_q15()
398 sum = __SMLALD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_q15()
400 sum = __SMLALD(read_q15x2_ia ((q15_t **) &px), read_q15x2_ia ((q15_t **) &py), sum); in arm_correlate_q15()
414 sum = __SMLALD(*px++, *py++, sum); in arm_correlate_q15()
426 py = pSrc1 - count; in arm_correlate_q15()
450 py = pIn2; in arm_correlate_q15()
491 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_q15()
512 c0 = read_q15x2_ia ((q15_t **) &py); in arm_correlate_q15()
542 c0 = *py; in arm_correlate_q15()
[all …]
Darm_correlate_q7.c280 const q7_t *py; /* Intermediate inputB pointer */ in arm_correlate_q7() local
382 py = pSrc1; in arm_correlate_q7()
407 in1 = (q15_t) *py++; in arm_correlate_q7()
408 in2 = (q15_t) *py++; in arm_correlate_q7()
421 in1 = (q15_t) *py++; in arm_correlate_q7()
422 in2 = (q15_t) *py++; in arm_correlate_q7()
447 sum += (q31_t) ((q15_t) *px++ * *py++); in arm_correlate_q7()
459 py = pSrc1 - count; in arm_correlate_q7()
483 py = pIn2; in arm_correlate_q7()
523 c0 = *py++; in arm_correlate_q7()
[all …]
Darm_correlate_f16.c473 const float16_t *py; /* Intermediate inputB pointer */ in arm_correlate_f16() local
573 py = pSrc1; in arm_correlate_f16()
596 sum += (_Float16)*px++ * (_Float16)*py++; in arm_correlate_f16()
599 sum += (_Float16)*px++ * (_Float16)*py++; in arm_correlate_f16()
602 sum += (_Float16)*px++ * (_Float16)*py++; in arm_correlate_f16()
605 sum += (_Float16)*px++ * (_Float16)*py++; in arm_correlate_f16()
625 sum += (_Float16)*px++ * (_Float16)*py++; in arm_correlate_f16()
637 py = pSrc1 - count; in arm_correlate_f16()
661 py = pIn2; in arm_correlate_f16()
702 c0 = *(py++); in arm_correlate_f16()
[all …]
Darm_fir_sparse_f32.c122 float32_t *py = pState; /* Temporary pointers for state buffer */ in arm_fir_sparse_f32() local
135 …arm_circularWrite_f32((int32_t *) py, delaySize, &S->stateIndex, 1, (int32_t *) pSrc, 1, blockSize… in arm_fir_sparse_f32()
147 py = pState; in arm_fir_sparse_f32()
150 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_f32()
218 py = pState; in arm_fir_sparse_f32()
221 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_f32()
290 py = pState; in arm_fir_sparse_f32()
293 arm_circularRead_f32((int32_t *) py, delaySize, &readIndex, 1, in arm_fir_sparse_f32()
/cmsis-dsp-latest/Testing/
DaddAllBenchToDatabase.bat2 python addToDB.py BasicBenchmarks
4 python addToDB.py ComplexBenchmarks
6 python addToDB.py FIR
8 python addToDB.py MISC
10 python addToDB.py DECIM
12 python addToDB.py BIQUAD
14 python addToDB.py Controller
16 python addToDB.py FastMath
18 python addToDB.py SupportBarF32
20 python addToDB.py Support
[all …]
DaddAllBenchToRegressionDatabase.bat2 python addToRegDB.py BasicBenchmarks
4 python addToRegDB.py ComplexBenchmarks
6 python addToRegDB.py FIR
8 python addToRegDB.py MISC
10 python addToRegDB.py DECIM
12 python addToRegDB.py BIQUAD
14 python addToRegDB.py Controller
16 python addToRegDB.py FastMath
18 python addToRegDB.py SupportBarF32
20 python addToRegDB.py Support
[all …]
/cmsis-dsp-latest/Testing/cmsis_build/
Dcheck.bat3 python ..\processResult.py -f ..\Output.pickle -e -r results_m0p.txt -html > m0p.html
6 python ..\processResult.py -f ..\Output.pickle -e -r results_m23.txt -html > m23.html
9 python ..\processResult.py -f ..\Output.pickle -e -r results_m3.txt -html > m3.html
12 python ..\processResult.py -f ..\Output.pickle -e -r results_m4.txt -html > m4.html
15 python ..\processResult.py -f ..\Output.pickle -e -r results_m7.txt -html > m7.html
18 python ..\processResult.py -f ..\Output.pickle -e -r results_m7_unrolled.txt -html > m7_unrolled.h…
21 python ..\processResult.py -f ..\Output.pickle -e -r results_m33.txt -html > m33.html
24 python ..\processResult.py -f ..\Output.pickle -e -r results_cs300.txt -html > cs300.html
27 python ..\processResult.py -f ..\Output.pickle -e -r results_cs300_u55.txt -html > cs300_u55.html
30 python ..\processResult.py -f ..\Output.pickle -e -r results_cs310.txt -html > cs310.html
/cmsis-dsp-latest/PythonWrapper/examples/
Drunall.sh5 python testdistance.py
6 python testdsp6.py
7 python testdsp5.py
8 python example_1_10.py
9 python example_1_6.py
10 python example_1_9.py

12