Home
last modified time | relevance | path

Searched +full:- +full:c (Results 1 – 25 of 1025) sorted by relevance

12345678910>>...41

/cmsis-dsp-latest/Source/FilteringFunctions/
DFilteringFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: FilteringFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
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"
[all …]
/cmsis-dsp-latest/Source/StatisticsFunctions/
DStatisticsFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: StatisticsFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
29 #include "arm_entropy_f32.c"
30 #include "arm_entropy_f64.c"
31 #include "arm_kullback_leibler_f32.c"
[all …]
/cmsis-dsp-latest/Source/BasicMathFunctions/
DBasicMathFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: BasicMathFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
29 #include "arm_abs_f32.c"
30 #include "arm_abs_f64.c"
31 #include "arm_abs_q15.c"
[all …]
/cmsis-dsp-latest/Source/MatrixFunctions/
DMatrixFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: MatrixFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
29 #include "arm_mat_add_f32.c"
30 #include "arm_mat_add_q15.c"
31 #include "arm_mat_add_q31.c"
[all …]
/cmsis-dsp-latest/Source/TransformFunctions/
DTransformFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: TransformFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
29 #include "arm_bitreversal.c"
30 #include "arm_bitreversal2.c"
31 #include "arm_cfft_f32.c"
[all …]
/cmsis-dsp-latest/Source/SupportFunctions/
DSupportFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: SupportFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
29 #include "arm_barycenter_f32.c"
30 #include "arm_bitonic_sort_f32.c"
31 #include "arm_bubble_sort_f32.c"
[all …]
/cmsis-dsp-latest/Source/WindowFunctions/
DWindowFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: WindowFunctions.c
7 * Target Processor: Cortex-M and Cortex-A cores
8 * -------------------------------------------------------------------- */
10 * Copyright (C) 2019-2022 ARM Limited or its affiliates. All rights reserved.
12 * SPDX-License-Identifier: Apache-2.0
18 * www.apache.org/licenses/LICENSE-2.0
27 #include "arm_welch_f32.c"
28 #include "arm_welch_f64.c"
29 #include "arm_bartlett_f32.c"
[all …]
/cmsis-dsp-latest/Examples/cmsis_build/
Drunall.bat2 C:\Keil_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe ^
3 -f ..\ARM\arm_bayes_example\ARMCM55_FP_MVE_config.txt ^
4 -C cpu0.semihosting-enable=1 ^
5 -C mps3_board.visualisation.disable-visualisation=1 ^
6 -a cpu0="out\bayes\VHT-Corstone-300\Release\bayes.axf"
9 C:\Keil_v5\ARM\VHT\VHT_Corstone_SSE-300_Ethos-U55.exe ^
10 -f ..\ARM\arm_class_marks_example\ARMCM55_FP_MVE_config.txt ^
11 -C cpu0.semihosting-enable=1 ^
12 -C mps3_board.visualisation.disable-visualisation=1 ^
13 -a cpu0="out\classmarks\VHT-Corstone-300\Release\classmarks.axf"
[all …]
/cmsis-dsp-latest/Source/DistanceFunctions/
DDistanceFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: BayesFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2020 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
29 #include "arm_boolean_distance.c"
30 #include "arm_braycurtis_distance_f32.c"
31 #include "arm_canberra_distance_f32.c"
[all …]
/cmsis-dsp-latest/Scripts/
Dmfccdata.py4 # Description: Generation of MFCC arays for the MFCC C init function
9 # Target Processor: Cortex-M and Cortex-A cores
10 # -------------------------------------------------------------------- */
12 # Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.
14 # SPDX-License-Identifier: Apache-2.0
20 # www.apache.org/licenses/LICENSE-2.0
38 if (r < -0x080000000):
39 r = -0x080000000
46 if (r < -0x08000):
47 r = -0x08000
[all …]
/cmsis-dsp-latest/Testing/cmsis_build/
Ddsp.clayer.yml2 description: CMSIS-DSP
5 add-path:
6 - ../../Include
7 - ../../PrivateInclude
10 - group: CMSIS-DSP
12 - ARM_MATH_ROUNDING
14 - file: ../../Source/BasicMathFunctions/BasicMathFunctions.c
15 - file: ../../Source/BasicMathFunctions/BasicMathFunctionsF16.c
16 - file: ../../Source/DistanceFunctions/DistanceFunctions.c
17 - file: ../../Source/DistanceFunctions/DistanceFunctionsF16.c
[all …]
/cmsis-dsp-latest/Source/ComplexMathFunctions/
DComplexMathFunctions.c1 /* ----------------------------------------------------------------------
3 * Title: CompexMathFunctions.c
9 * Target Processor: Cortex-M cores
10 * -------------------------------------------------------------------- */
12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.
14 * SPDX-License-Identifier: Apache-2.0
20 * www.apache.org/licenses/LICENSE-2.0
29 #include "arm_cmplx_conj_f32.c"
30 #include "arm_cmplx_conj_q15.c"
31 #include "arm_cmplx_conj_q31.c"
[all …]
/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1 extern "C" {
19 extern "C" {
95 constexpr static float abserr_cholesky = 3e-4;
96 constexpr static float relerr_cholesky = 1e-4;
112 constexpr static float abserr_cholesky = 3e-4;
113 constexpr static float relerr_cholesky = 1e-4;
120 constexpr static float abserr_inv = 4.0e-6;
121 constexpr static float relerr_inv = 5.0e-6;
130 constexpr static float abserr_cholesky = 2e-1;
131 constexpr static float relerr_cholesky = 2e-1;
[all …]
/cmsis-dsp-latest/Examples/cmsis_build/projects/
Dmatrix.Release+VHT_M0P.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
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…
[all …]
Dconvolution.Release+VHT_M0P.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
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…
[all …]
Dfftbin.Release+VHT_M0P.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
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…
[all …]
Dfftbin.Release+VHT_M7.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
29 …<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.0.3" rt…
31 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2…
32 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.…
[all …]
Dmatrix.Release+VHT_M7.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
29 …<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.0.3" rt…
31 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2…
32 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.…
[all …]
Dconvolution.Release+VHT_M7.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
29 …<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.0.3" rt…
31 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2…
32 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.…
[all …]
Dfir.Release+VHT_M0P.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
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…
[all …]
Dfir.Release+VHT_M7.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
29 …<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.0.3" rt…
31 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2…
32 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.…
[all …]
Dgraphicequalizer.Release+VHT_M0P.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
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…
[all …]
Dgraphicequalizer.Release+VHT_M7.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
29 …<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.0.3" rt…
31 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2…
32 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.…
[all …]
Dlinearinterp.Release+VHT_M0P.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
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…
[all …]
Dlinearinterp.Release+VHT_M7.cprj1 <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
2 <cprj schemaVersion="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSc…
3 <created timestamp="2023-07-03T10:23:12" tool="csolution 2.0.0"/>
20 <asflags add="-masm=auto" compiler="AC6"/>
21-DSEMIHOSTING -Wsign-compare -Wdouble-promotion -DNDEBUG -Wall -Wextra -Werror -std=c11 -Ofast -ff…
22 <cxxflags add="-fno-rtti -DNDEBUG -Wall -Wextra -std=c++11 -Ofast -ffast-math" compiler="AC6"/>
23 …<ldflags add="--entry=Reset_Handler --info=summarysizes --info=sizes --info=totals --info=unused -…
29 …<component Cclass="Device" Cgroup="Startup" Cvariant="C Startup" Cvendor="ARM" Cversion="2.0.3" rt…
31 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/startup_ARMCM7.c" version="2…
32 …<file attr="config" category="sourceC" name="Device/ARM/ARMCM7/Source/system_ARMCM7.c" version="1.…
[all …]

12345678910>>...41