You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CMSIS-DSP/Source/SupportFunctions
Torfinn Berset 23765aeff4 Fix const warnings 7 years ago
..
arm_copy_f32.c Converting C sources to use `const` where appropriate using regular expressions. Fix typos 7 years ago
arm_copy_q7.c Converting C sources to use `const` where appropriate using regular expressions. Fix typos 7 years ago
arm_copy_q15.c Converting C sources to use `const` where appropriate using regular expressions. Fix typos 7 years ago
arm_copy_q31.c Converting C sources to use `const` where appropriate using regular expressions. Fix typos 7 years ago
arm_fill_f32.c Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227) 8 years ago
arm_fill_q7.c Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227) 8 years ago
arm_fill_q15.c Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227) 8 years ago
arm_fill_q31.c Global MISRA-C Rule 10.6 fix up: Unsigned constant values with U suffix, uppercase instead of lowercase. (Issue #227) 8 years ago
arm_float_to_q7.c Fix const warnings 7 years ago
arm_float_to_q15.c Fix const warnings 7 years ago
arm_float_to_q31.c Fix const warnings 7 years ago
arm_q7_to_float.c Fix const warnings 7 years ago
arm_q7_to_q15.c Fix const warnings 7 years ago
arm_q7_to_q31.c Fix const warnings 7 years ago
arm_q15_to_float.c Fix const warnings 7 years ago
arm_q15_to_q7.c Fix const warnings 7 years ago
arm_q15_to_q31.c Fix const warnings 7 years ago
arm_q31_to_float.c Fix const warnings 7 years ago
arm_q31_to_q7.c Fix const warnings 7 years ago
arm_q31_to_q15.c Fix const warnings 7 years ago