Searched +full:language +full:- +full:c (Results 1 – 25 of 1043) sorted by relevance
12345678910>>...42
/cmsis-dsp-latest/ |
D | setup.py | 29 cflags = ["-DWIN","-DCMSISDSP","-DUNALIGNED_SUPPORT_DISABLE"] 31 …cflags = ["-Wno-attributes","-Wno-unused-function","-Wno-unused-variable","-Wno-implicit-function-… 52 filteringMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_filtering.c")) 53 matrixMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_matrix.c")) 54 supportMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_support.c")) 55 statisticsMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_statistics.c")) 56 complexfMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_complexf.c")) 57 basicMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_basic.c")) 58 controllerMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_controller.c")) 59 transformMod.append(os.path.join("PythonWrapper","cmsisdsp_pkg","src","cmsisdsp_transform.c")) [all …]
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | test.csolution.yml | 4 language-C: c11 5 language-CPP: c++17 9 - pack: ARM::CMSIS@6.0.0 10 - pack: ARM::V2M_MPS3_SSE_300_BSP@1.4.0 11 - pack: ARM::CMSIS-Compiler@2.0.0 12 - pack: ARM::Cortex_DFP@1.0.0 14 target-types: 15 - type: MPS3-Corstone-300 16 device: ARM::SSE-300-MPS3 17 board: ARM::V2M-MPS3-SSE-300-FVP [all …]
|
/cmsis-dsp-latest/dsppp/ |
D | test.csolution.yml | 4 language-C: c11 5 language-CPP: c++17 9 - pack: ARM::CMSIS@6.0.0 10 - pack: ARM::V2M_MPS3_SSE_300_BSP@1.4.0 11 - pack: ARM::CMSIS-Compiler@2.0.0 12 - pack: ARM::Cortex_DFP@1.0.0 14 target-types: 15 - type: MPS3-Corstone-300 16 device: ARM::SSE-300-MPS3 17 board: ARM::V2M-MPS3-SSE-300-FVP [all …]
|
/cmsis-dsp-latest/Source/StatisticsFunctions/ |
D | StatisticsFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_max_f16.c" 30 #include "arm_min_f16.c" [all …]
|
D | StatisticsFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_entropy_f32.c" 30 #include "arm_entropy_f64.c" [all …]
|
/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | FastMathFunctions.c | 1 /* ---------------------------------------------------------------------- 3 * Title: FastMathFunctions.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 25 * See the License for the specific language governing permissions and 30 #include "arm_cos_f32.c" 32 #include "arm_cos_q15.c" [all …]
|
/cmsis-dsp-latest/Source/DistanceFunctions/ |
D | DistanceFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_boolean_distance.c" 30 #include "arm_braycurtis_distance_f32.c" [all …]
|
D | DistanceFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 3 * Title: DistanceFunctions.c 7 * Target Processor: Cortex-M cores 8 * -------------------------------------------------------------------- */ 10 * Copyright (C) 2020 ARM Limited or its affiliates. All rights reserved. 12 * SPDX-License-Identifier: Apache-2.0 18 * www.apache.org/licenses/LICENSE-2.0 23 * See the License for the specific language governing permissions and 27 #include "arm_braycurtis_distance_f16.c" 28 #include "arm_canberra_distance_f16.c" [all …]
|
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | ComplexMathFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_cmplx_conj_f32.c" 30 #include "arm_cmplx_conj_q15.c" [all …]
|
D | ComplexMathFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 3 * Title: CompexMathFunctionsF16.c 7 * Target Processor: Cortex-M cores 8 * -------------------------------------------------------------------- */ 10 * Copyright (C) 2020 ARM Limited or its affiliates. All rights reserved. 12 * SPDX-License-Identifier: Apache-2.0 18 * www.apache.org/licenses/LICENSE-2.0 23 * See the License for the specific language governing permissions and 27 #include "arm_cmplx_conj_f16.c" 28 #include "arm_cmplx_dot_prod_f16.c" [all …]
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | FilteringFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 3 * Title: FilteringFunctions.c 7 * Target Processor: Cortex-M cores 8 * -------------------------------------------------------------------- */ 10 * Copyright (C) 2020 ARM Limited or its affiliates. All rights reserved. 12 * SPDX-License-Identifier: Apache-2.0 18 * www.apache.org/licenses/LICENSE-2.0 23 * See the License for the specific language governing permissions and 27 #include "arm_fir_f16.c" 28 #include "arm_fir_init_f16.c" [all …]
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | TransformFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 3 * Title: TransformFunctionsF16.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 25 * See the License for the specific language governing permissions and 29 #include "arm_cfft_f16.c" 30 #include "arm_cfft_init_f16.c" [all …]
|
D | TransformFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_bitreversal.c" 30 #include "arm_bitreversal2.c" [all …]
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | MatrixFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 3 * Title: MatrixFunctions.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 25 * See the License for the specific language governing permissions and 29 #include "arm_mat_add_f16.c" 30 #include "arm_mat_sub_f16.c" [all …]
|
D | MatrixFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_mat_add_f32.c" 30 #include "arm_mat_add_q15.c" [all …]
|
/cmsis-dsp-latest/Source/WindowFunctions/ |
D | WindowFunctions.c | 1 /* ---------------------------------------------------------------------- 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 23 * See the License for the specific language governing permissions and 27 #include "arm_welch_f32.c" 28 #include "arm_welch_f64.c" [all …]
|
/cmsis-dsp-latest/Source/SupportFunctions/ |
D | SupportFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_copy_f16.c" 30 #include "arm_fill_f16.c" [all …]
|
D | SupportFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_barycenter_f32.c" 30 #include "arm_bitonic_sort_f32.c" [all …]
|
/cmsis-dsp-latest/Source/InterpolationFunctions/ |
D | InterpolationFunctions.c | 1 /* ---------------------------------------------------------------------- 3 * Title: InterpolationFunctions.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 25 * See the License for the specific language governing permissions and 29 #include "arm_bilinear_interp_f32.c" 30 #include "arm_bilinear_interp_q15.c" [all …]
|
/cmsis-dsp-latest/Source/QuaternionMathFunctions/ |
D | QuaternionMathFunctions.c | 1 /* ---------------------------------------------------------------------- 3 * Title: QuaternionMathFunctions.c 7 * Target Processor: Cortex-M cores 8 * -------------------------------------------------------------------- */ 10 * Copyright (C) 2019-2021 ARM Limited or its affiliates. All rights reserved. 12 * SPDX-License-Identifier: Apache-2.0 18 * www.apache.org/licenses/LICENSE-2.0 23 * See the License for the specific language governing permissions and 27 #include "arm_quaternion_norm_f32.c" 28 #include "arm_quaternion_inverse_f32.c" [all …]
|
/cmsis-dsp-latest/Source/SVMFunctions/ |
D | SVMFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_svm_linear_init_f32.c" 30 #include "arm_svm_linear_predict_f32.c" [all …]
|
D | SVMFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_svm_linear_init_f16.c" 30 #include "arm_svm_linear_predict_f16.c" [all …]
|
/cmsis-dsp-latest/Source/ControllerFunctions/ |
D | ControllerFunctions.c | 1 /* ---------------------------------------------------------------------- 3 * Title: ControllerFunctions.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 25 * See the License for the specific language governing permissions and 29 #include "arm_pid_init_f32.c" 30 #include "arm_pid_init_q15.c" [all …]
|
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | BasicMathFunctionsF16.c | 1 /* ---------------------------------------------------------------------- 3 * Title: BasicMathFunctionsF16.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 25 * See the License for the specific language governing permissions and 29 #include "arm_abs_f16.c" 30 #include "arm_add_f16.c" [all …]
|
D | BasicMathFunctions.c | 1 /* ---------------------------------------------------------------------- 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 25 * See the License for the specific language governing permissions and 29 #include "arm_abs_f32.c" 30 #include "arm_abs_f64.c" [all …]
|
12345678910>>...42