Searched +full:- +full:c (Results 1 – 25 of 1045) sorted by relevance
12345678910>>...42
1 /* ----------------------------------------------------------------------3 * Title: FilteringFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #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 …]
1 /* ----------------------------------------------------------------------3 * Title: StatisticsFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #include "arm_entropy_f32.c"30 #include "arm_entropy_f64.c"31 #include "arm_kullback_leibler_f32.c"[all …]
1 /* ----------------------------------------------------------------------3 * Title: BasicMathFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #include "arm_abs_f32.c"30 #include "arm_abs_f64.c"31 #include "arm_abs_q15.c"[all …]
1 /* ----------------------------------------------------------------------3 * Title: MatrixFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #include "arm_mat_add_f32.c"30 #include "arm_mat_add_q15.c"31 #include "arm_mat_add_q31.c"[all …]
1 /* ----------------------------------------------------------------------3 * Title: TransformFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #include "arm_bitreversal.c"30 #include "arm_bitreversal2.c"31 #include "arm_cfft_f32.c"[all …]
1 /* ----------------------------------------------------------------------3 * Title: SupportFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2019-2020 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #include "arm_barycenter_f32.c"30 #include "arm_bitonic_sort_f32.c"31 #include "arm_bubble_sort_f32.c"[all …]
1 /* ----------------------------------------------------------------------3 * Title: WindowFunctions.c7 * Target Processor: Cortex-M and Cortex-A cores8 * -------------------------------------------------------------------- */10 * Copyright (C) 2019-2022 ARM Limited or its affiliates. All rights reserved.12 * SPDX-License-Identifier: Apache-2.018 * www.apache.org/licenses/LICENSE-2.027 #include "arm_welch_f32.c"28 #include "arm_welch_f64.c"29 #include "arm_bartlett_f32.c"[all …]
2 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 …]
1 /* ----------------------------------------------------------------------3 * Title: BayesFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2020 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #include "arm_boolean_distance.c"30 #include "arm_braycurtis_distance_f32.c"31 #include "arm_canberra_distance_f32.c"[all …]
4 # Description: Generation of MFCC arays for the MFCC C init function9 # Target Processor: Cortex-M and Cortex-A cores10 # -------------------------------------------------------------------- */12 # Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved.14 # SPDX-License-Identifier: Apache-2.020 # www.apache.org/licenses/LICENSE-2.038 if (r < -0x080000000):39 r = -0x08000000046 if (r < -0x08000):47 r = -0x08000[all …]
2 description: CMSIS-DSP5 add-path:6 - ../../Include 7 - ../../PrivateInclude10 - group: CMSIS-DSP12 - ARM_MATH_ROUNDING14 - file: ../../Source/BasicMathFunctions/BasicMathFunctions.c15 - file: ../../Source/BasicMathFunctions/BasicMathFunctionsF16.c16 - file: ../../Source/DistanceFunctions/DistanceFunctions.c17 - file: ../../Source/DistanceFunctions/DistanceFunctionsF16.c[all …]
1 /* ----------------------------------------------------------------------3 * Title: CompexMathFunctions.c9 * Target Processor: Cortex-M cores10 * -------------------------------------------------------------------- */12 * Copyright (C) 2019 ARM Limited or its affiliates. All rights reserved.14 * SPDX-License-Identifier: Apache-2.020 * www.apache.org/licenses/LICENSE-2.029 #include "arm_cmplx_conj_f32.c"30 #include "arm_cmplx_conj_q15.c"31 #include "arm_cmplx_conj_q31.c"[all …]
1 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 …]
1 <?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 …]
1 <?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 …]