/cmsis-dsp-3.7.0-3.6.0/Source/DistanceFunctions/ |
D | arm_canberra_distance_f32.c | 2 /* ---------------------------------------------------------------------- 10 * Target Processor: Cortex-M and Cortex-A cores 11 * -------------------------------------------------------------------- */ 13 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. 15 * SPDX-License-Identifier: Apache-2.0 21 * www.apache.org/licenses/LICENSE-2.0 85 * Force result of a division by 0 to 0. It the behavior of the in arm_canberra_distance_f32() 94 blkCnt--; in arm_canberra_distance_f32() 116 * Force result of a division by 0 to 0. It the behavior of the in arm_canberra_distance_f32() 164 * Force result of a division by 0 to 0. It the behavior of the in arm_canberra_distance_f32() [all …]
|
D | arm_canberra_distance_f16.c | 2 /* ---------------------------------------------------------------------- 10 * Target Processor: Cortex-M and Cortex-A cores 11 * -------------------------------------------------------------------- */ 13 * Copyright (C) 2010-2021 ARM Limited or its affiliates. All rights reserved. 15 * SPDX-License-Identifier: Apache-2.0 21 * www.apache.org/licenses/LICENSE-2.0 98 * Force result of a division by 0 to 0. It the behavior of the in arm_canberra_distance_f16() 107 blkCnt--; in arm_canberra_distance_f16() 129 * Force result of a division by 0 to 0. It the behavior of the in arm_canberra_distance_f16() 153 diff = fabsf((float32_t)((_Float16)tmpA - (_Float16)tmpB)); in arm_canberra_distance_f16() [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_bayes_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
D | ARMCM4_FP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm4ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm4ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m4ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm4ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
D | ARMCM7_SP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm7ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm7ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m7ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_svm_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
D | ARMCM4_FP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm4ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm4ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m4ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm4ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
D | ARMCM7_SP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm7ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm7ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m7ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_class_marks_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
D | ARMCM4_FP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm4ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm4ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m4ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm4ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
D | ARMCM7_SP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm7ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm7ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m7ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_variance_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
D | ARMCM4_FP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm4ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm4ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm4ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m4ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm4ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
D | ARMCM7_SP_config.txt | 3 #------------------------------------------------------------------------------ 4 armcortexm7ct.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 armcortexm7ct.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 armcortexm7ct.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …m7ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 armcortexm7ct.vfp-present=1 # (bool , init-time) default = '1' : Se… 9 #------------------------------------------------------------------------------
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_convolution_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_dotproduct_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_fft_bin_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_fir_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_matrix_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_signal_converge_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_sin_cos_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_linear_interp_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Examples/ARM/arm_graphic_equalizer_example/ |
D | ARMCM55_FP_MVE_config.txt | 3 #------------------------------------------------------------------------------ 4 cpu0.semihosting-enable=0 # (bool , init-time) default = '1' : En… 5 cpu0.cpi_div=1 # (int , run-time ) default = '0x1' : di… 6 cpu0.cpi_mul=1 # (int , run-time ) default = '0x1' : mu… 7 …sync_level=3 # (int , run-time ) default = '0x0' : force mini… 8 cpu0.FPU=1 # (bool , init-time) default = '1' : Se… 9 cpu0.MVE=2 # (int , init-time) default = '0x1' : Se… 10 cpu0.SAU=0 # (int , init-time) default = '0x8' : Nu… 11 … # (bool , init-time) default = '1' : Whether the ARMv8… 12 … # (int , init-time) default = '0x10000000' : Secure vector… [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/ |
D | Stats.py | 101 va = (1-d)*va + d 102 vb = (1-d)*vb + d 179 # Force max at position 280 185 data[nbiters-1] = 0.9 186 data[nbiters-2] = 0.8 228 # Force max at position 280 233 data[nbiters-1] = 0.0 234 data[nbiters-2] = 0.1 284 # Force max at position 280 with a new test 290 data[nbiters-1] = 0.9 [all …]
|
/cmsis-dsp-3.7.0-3.6.0/.github/workflows/ |
D | pack.yml | 11 group: ${{ github.workflow }}-${{ github.ref }} 12 cancel-in-progress: true 17 runs-on: ubuntu-22.04 19 - uses: actions/checkout@v4 21 fetch-depth: 0 23 - name: Fetch tags 25 git fetch --tags --force 27 - uses: Open-CMSIS-Pack/gen-pack-action@main 29 doxygen-version: 1.9.6 30 packchk-version: 1.4.1 [all …]
|