Home
last modified time | relevance | path

Searched full:c (Results 1 – 25 of 1370) sorted by relevance

12345678910>>...55

/cmsis-dsp-latest/Source/FilteringFunctions/
DFilteringFunctions.c3 * Title: FilteringFunctions.c
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_biquad_cascade_df1_32x64_init_q31.c"
30 #include "arm_biquad_cascade_df1_32x64_q31.c"
31 #include "arm_biquad_cascade_df1_f32.c"
32 #include "arm_biquad_cascade_df1_fast_q15.c"
33 #include "arm_biquad_cascade_df1_fast_q31.c"
34 #include "arm_biquad_cascade_df1_init_f32.c"
35 #include "arm_biquad_cascade_df1_init_q15.c"
36 #include "arm_biquad_cascade_df1_init_q31.c"
[all …]
DConfig.cmake5 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_lms_norm_init_q31.c)
7 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_lms_norm_init_q15.c)
9 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_32x64_init_q31.c)
10 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_32x64_q31.c)
11 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_f32.c)
12 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_fast_q15.c)
13 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_fast_q31.c)
14 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_init_f32.c)
15 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_init_q15.c)
16 target_sources(CMSISDSP PRIVATE FilteringFunctions/arm_biquad_cascade_df1_init_q31.c)
[all …]
/cmsis-dsp-latest/Source/StatisticsFunctions/
DConfig.cmake7 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_entropy_f32.c)
8 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_entropy_f64.c)
9 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_kullback_leibler_f32.c)
10 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_kullback_leibler_f64.c)
11 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_logsumexp_dot_prod_f32.c)
12 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_logsumexp_f32.c)
13 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_f32.c)
14 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_f64.c)
15 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_no_idx_f32.c)
16 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_max_no_idx_f64.c)
[all …]
DStatisticsFunctions.c3 * Title: StatisticsFunctions.c
12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_entropy_f32.c"
30 #include "arm_entropy_f64.c"
31 #include "arm_kullback_leibler_f32.c"
32 #include "arm_kullback_leibler_f64.c"
33 #include "arm_logsumexp_dot_prod_f32.c"
34 #include "arm_logsumexp_f32.c"
35 #include "arm_max_f32.c"
36 #include "arm_max_f64.c"
[all …]
/cmsis-dsp-latest/Source/TransformFunctions/
DConfig.cmake5 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_bitreversal.c)
6 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_bitreversal2.c)
9 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_bitreversal_f16.c)
12 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix2_f32.c)
13 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix4_f32.c)
14 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix8_f32.c)
15 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_f32.c)
16 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_init_f32.c)
19 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix2_f16.c)
20 target_sources(CMSISDSP PRIVATE TransformFunctions/arm_cfft_radix4_f16.c)
[all …]
DTransformFunctions.c3 * Title: TransformFunctions.c
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_bitreversal.c"
30 #include "arm_bitreversal2.c"
31 #include "arm_cfft_f32.c"
32 #include "arm_cfft_f64.c"
33 #include "arm_cfft_q15.c"
34 #include "arm_cfft_q31.c"
35 #include "arm_cfft_init_f32.c"
36 #include "arm_cfft_init_f64.c"
[all …]
/cmsis-dsp-latest/Source/BasicMathFunctions/
DConfig.cmake4 set(SRCF64 BasicMathFunctions/arm_abs_f64.c
5 BasicMathFunctions/arm_add_f64.c
6 BasicMathFunctions/arm_dot_prod_f64.c
7 BasicMathFunctions/arm_mult_f64.c
8 BasicMathFunctions/arm_negate_f64.c
9 BasicMathFunctions/arm_offset_f64.c
10 BasicMathFunctions/arm_scale_f64.c
11 BasicMathFunctions/arm_sub_f64.c
14 set(SRCF32 BasicMathFunctions/arm_abs_f32.c
15 BasicMathFunctions/arm_add_f32.c
[all …]
DBasicMathFunctions.c3 * Title: BasicMathFunctions.c
12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_abs_f32.c"
30 #include "arm_abs_f64.c"
31 #include "arm_abs_q15.c"
32 #include "arm_abs_q31.c"
33 #include "arm_abs_q7.c"
34 #include "arm_add_f32.c"
35 #include "arm_add_f64.c"
36 #include "arm_add_q15.c"
[all …]
/cmsis-dsp-latest/Source/MatrixFunctions/
DConfig.cmake6 set(SRCF64 MatrixFunctions/arm_mat_cholesky_f64.c
7 MatrixFunctions/arm_mat_inverse_f64.c
8 MatrixFunctions/arm_mat_ldlt_f64.c
9 MatrixFunctions/arm_mat_mult_f64.c
10 MatrixFunctions/arm_mat_solve_lower_triangular_f64.c
11 MatrixFunctions/arm_mat_solve_upper_triangular_f64.c
12 MatrixFunctions/arm_mat_sub_f64.c
13 MatrixFunctions/arm_mat_trans_f64.c
14 MatrixFunctions/arm_mat_qr_f64.c
15 MatrixFunctions/arm_householder_f64.c
[all …]
DMatrixFunctions.c3 * Title: MatrixFunctions.c
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_mat_add_f32.c"
30 #include "arm_mat_add_q15.c"
31 #include "arm_mat_add_q31.c"
32 #include "arm_mat_cmplx_mult_f32.c"
33 #include "arm_mat_cmplx_mult_q15.c"
34 #include "arm_mat_cmplx_mult_q31.c"
35 #include "arm_mat_init_f64.c"
36 #include "arm_mat_init_f32.c"
[all …]
/cmsis-dsp-latest/Source/SupportFunctions/
DConfig.cmake6 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_barycenter_f32.c
7 SupportFunctions/arm_bitonic_sort_f32.c
8 SupportFunctions/arm_bubble_sort_f32.c
9 SupportFunctions/arm_copy_f32.c
10 SupportFunctions/arm_copy_f64.c
11 SupportFunctions/arm_copy_q15.c
12 SupportFunctions/arm_copy_q31.c
13 SupportFunctions/arm_copy_q7.c
14 SupportFunctions/arm_f16_to_float.c
15 SupportFunctions/arm_f16_to_q15.c
[all …]
DSupportFunctions.c3 * Title: SupportFunctions.c
12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_barycenter_f32.c"
30 #include "arm_bitonic_sort_f32.c"
31 #include "arm_bubble_sort_f32.c"
32 #include "arm_copy_f32.c"
33 #include "arm_copy_f64.c"
34 #include "arm_copy_q15.c"
35 #include "arm_copy_q31.c"
36 #include "arm_copy_q7.c"
[all …]
/cmsis-dsp-latest/Source/WindowFunctions/
DConfig.cmake4 set(SRCF64 WindowFunctions/arm_welch_f64.c
5 WindowFunctions/arm_bartlett_f64.c
6 WindowFunctions/arm_hamming_f64.c
7 WindowFunctions/arm_hanning_f64.c
8 WindowFunctions/arm_nuttall3_f64.c
9 WindowFunctions/arm_nuttall4_f64.c
10 WindowFunctions/arm_nuttall3a_f64.c
11 WindowFunctions/arm_nuttall3b_f64.c
12 WindowFunctions/arm_nuttall4a_f64.c
13 WindowFunctions/arm_blackman_harris_92db_f64.c
[all …]
DWindowFunctions.c3 * Title: WindowFunctions.c
10 * Copyright (C) 2019-2022 ARM Limited or its affiliates. All rights reserved.
27 #include "arm_welch_f32.c"
28 #include "arm_welch_f64.c"
29 #include "arm_bartlett_f32.c"
30 #include "arm_bartlett_f64.c"
31 #include "arm_hamming_f32.c"
32 #include "arm_hamming_f64.c"
33 #include "arm_hanning_f32.c"
34 #include "arm_hanning_f64.c"
[all …]
/cmsis-dsp-latest/Source/DistanceFunctions/
DConfig.cmake5 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_boolean_distance.c)
6 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_braycurtis_distance_f32.c)
7 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_canberra_distance_f32.c)
8 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_chebyshev_distance_f32.c)
9 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_chebyshev_distance_f64.c)
10 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cityblock_distance_f32.c)
11 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cityblock_distance_f64.c)
12 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_correlation_distance_f32.c)
13 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cosine_distance_f32.c)
14 target_sources(CMSISDSP PRIVATE DistanceFunctions/arm_cosine_distance_f64.c)
[all …]
DDistanceFunctions.c3 * Title: BayesFunctions.c
12 * Copyright (C) 2020 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_boolean_distance.c"
30 #include "arm_braycurtis_distance_f32.c"
31 #include "arm_canberra_distance_f32.c"
32 #include "arm_chebyshev_distance_f32.c"
33 #include "arm_chebyshev_distance_f64.c"
34 #include "arm_cityblock_distance_f32.c"
35 #include "arm_cityblock_distance_f64.c"
36 #include "arm_correlation_distance_f32.c"
[all …]
/cmsis-dsp-latest/Examples/cmsis_build/
Drunall.bat2 C:\Keil_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe ^
4 -C cpu0.semihosting-enable=1 ^
5 -C mps3_board.visualisation.disable-visualisation=1 ^
9 C:\Keil_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe ^
11 -C cpu0.semihosting-enable=1 ^
12 -C mps3_board.visualisation.disable-visualisation=1 ^
16 C:\Keil_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe ^
18 -C cpu0.semihosting-enable=1 ^
19 -C mps3_board.visualisation.disable-visualisation=1 ^
23 C:\Keil_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe ^
[all …]
/cmsis-dsp-latest/Source/ComplexMathFunctions/
DConfig.cmake9 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_q31.c)
11 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_q15.c)
13 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_fast_q15.c)
15 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_conj_f32.c)
16 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_conj_q15.c)
17 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_conj_q31.c)
18 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_dot_prod_f32.c)
19 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_dot_prod_q15.c)
20 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_dot_prod_q31.c)
21 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_f32.c)
[all …]
DComplexMathFunctions.c3 * Title: CompexMathFunctions.c
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
29 #include "arm_cmplx_conj_f32.c"
30 #include "arm_cmplx_conj_q15.c"
31 #include "arm_cmplx_conj_q31.c"
32 #include "arm_cmplx_dot_prod_f32.c"
33 #include "arm_cmplx_dot_prod_q15.c"
34 #include "arm_cmplx_dot_prod_q31.c"
35 #include "arm_cmplx_mag_f32.c"
36 #include "arm_cmplx_mag_f64.c"
[all …]
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1 extern "C" {
19 extern "C" {
147 uint32_t r,uint32_t c) in cmsisdsp_mat_inv() argument
154 src.numCols = c; in cmsisdsp_mat_inv()
158 dst.numCols = c; in cmsisdsp_mat_inv()
167 uint32_t r,uint32_t c) in cmsisdsp_mat_inv() argument
174 src.numCols = c; in cmsisdsp_mat_inv()
178 dst.numCols = c; in cmsisdsp_mat_inv()
188 uint32_t r,uint32_t c) in cmsisdsp_mat_inv() argument
195 src.numCols = c; in cmsisdsp_mat_inv()
[all …]
/cmsis-dsp-latest/Scripts/
Dmfccdata.py4 # Description: Generation of MFCC arays for the MFCC C init function
12 # Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
174 c=configs[config]
175 if c["win"] == "hamming":
176 win = sig.hamming(c["fftlength"], sym=False)
177 if c["win"] == "hanning":
178 win = sig.hann(c["fftlength"], sym=False)
180 cvt=ConvertArray(c["type"])
181 c["ctype"]=ctype(c["type"])
182 c["ext"]=typeext(c["type"])
[all …]
/cmsis-dsp-latest/Testing/cmsis_build/
Ddsp.clayer.yml14 - file: ../../Source/BasicMathFunctions/BasicMathFunctions.c
15 - file: ../../Source/BasicMathFunctions/BasicMathFunctionsF16.c
16 - file: ../../Source/DistanceFunctions/DistanceFunctions.c
17 - file: ../../Source/DistanceFunctions/DistanceFunctionsF16.c
18 - file: ../../Source/MatrixFunctions/MatrixFunctions.c
19 - file: ../../Source/MatrixFunctions/MatrixFunctionsF16.c
20 - file: ../../Source/BayesFunctions/BayesFunctions.c
21 - file: ../../Source/BayesFunctions/BayesFunctionsF16.c
22 - file: ../../Source/FastMathFunctions/FastMathFunctions.c
23 - file: ../../Source/FastMathFunctions/FastMathFunctionsF16.c
[all …]
/cmsis-dsp-latest/Source/FastMathFunctions/
DConfig.cmake5 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_cos_f32.c)
7 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_cos_q15.c)
9 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_cos_q31.c)
11 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sin_f32.c)
13 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sin_q15.c)
15 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sin_q31.c)
17 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sqrt_q31.c)
19 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_sqrt_q15.c)
21 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_vlog_f32.c)
22 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_vlog_f64.c)
[all …]
/cmsis-dsp-latest/dsppp/Include/dsppp/
Dmatrix.hpp1 // -*- C++ -*-
29 template<typename P,int R,int C,
31 struct traits<Matrix<P,R,C,A>>
48 template<typename P,int R,int C,
50 struct traits<const Matrix<P,R,C,A>&>
68 template<typename P,int R,int C,
70 struct IsVector<Matrix<P,R,C,Allocator>>
77 template<typename P,int R,int C,
79 struct HasStaticStride<Matrix<P,R,C,Allocator>>
81 constexpr static bool value = (C>0);
[all …]
/cmsis-dsp-latest/Examples/cmsis_build/projects/
Dmatrix.Release+VHT_M0P.cprj22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
29 …<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.0.3" rt…
31 …nfig" category="sourceC" name="Device/ARM/ARMCM0plus/Source/startup_ARMCM0plus.c" version="2.0.3"/>
32 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM0plus/Source/system_ARMCM0plus.c" ver…
38 <file category="sourceC" name="../../ARM/arm_matrix_example/arm_matrix_example_f32.c"/>
39 <file category="sourceC" name="../../ARM/arm_matrix_example/math_helper.c"/>
43 <file category="sourceC" name="../../../Source/BasicMathFunctions/BasicMathFunctions.c"/>
44 <file category="sourceC" name="../../../Source/BasicMathFunctions/BasicMathFunctionsF16.c"/>
45 <file category="sourceC" name="../../../Source/DistanceFunctions/DistanceFunctions.c"/>
46 <file category="sourceC" name="../../../Source/DistanceFunctions/DistanceFunctionsF16.c"/>
[all …]

12345678910>>...55