/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | CMakeLists.txt | 21 target_sources(CMSISDSPFiltering PRIVATE arm_lms_norm_init_q31.c) 25 target_sources(CMSISDSPFiltering PRIVATE arm_lms_norm_init_q15.c) 28 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_32x64_init_q31.c) 29 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_32x64_q31.c) 30 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_f32.c) 31 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_fast_q15.c) 32 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_fast_q31.c) 33 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_init_f32.c) 34 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_init_q15.c) 35 target_sources(CMSISDSPFiltering PRIVATE arm_biquad_cascade_df1_init_q31.c) [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/ |
D | CMakeLists.txt | 12 target_sources(CMSISDSPStatistics PRIVATE arm_entropy_f32.c) 13 target_sources(CMSISDSPStatistics PRIVATE arm_entropy_f64.c) 14 target_sources(CMSISDSPStatistics PRIVATE arm_kullback_leibler_f32.c) 15 target_sources(CMSISDSPStatistics PRIVATE arm_kullback_leibler_f64.c) 16 target_sources(CMSISDSPStatistics PRIVATE arm_logsumexp_dot_prod_f32.c) 17 target_sources(CMSISDSPStatistics PRIVATE arm_logsumexp_f32.c) 18 target_sources(CMSISDSPStatistics PRIVATE arm_max_f32.c) 19 target_sources(CMSISDSPStatistics PRIVATE arm_max_no_idx_f32.c) 20 target_sources(CMSISDSPStatistics PRIVATE arm_max_q15.c) 21 target_sources(CMSISDSPStatistics PRIVATE arm_max_q31.c) [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console/str/ |
D | fsl_str.c | 145 char c; in PrintGetWidth() local 149 c = *(++(*p)); in PrintGetWidth() 150 if ((c >= '0') && (c <= '9')) in PrintGetWidth() 152 (field_width) = ((field_width)*10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetWidth() 155 else if (c == '*') in PrintGetWidth() 189 char c = *++p; in PrintGetPrecision() local 190 if ((c >= '0') && (c <= '9')) in PrintGetPrecision() 192 precision_width = (precision_width * 10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetPrecision() 201 else if (c == '*') in PrintGetPrecision() 227 static uint32_t PrintIsobpu(const char c) in PrintIsobpu() argument [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
D | CMakeLists.txt | 19 target_sources(CMSISDSPTransform PRIVATE arm_bitreversal.c) 20 target_sources(CMSISDSPTransform PRIVATE arm_bitreversal2.c) 23 target_sources(CMSISDSPTransform PRIVATE arm_bitreversal_f16.c) 28 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix2_f32.c) 29 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix4_f32.c) 30 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix8_f32.c) 31 target_sources(CMSISDSPTransform PRIVATE arm_cfft_f32.c) 32 target_sources(CMSISDSPTransform PRIVATE arm_cfft_init_f32.c) 38 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix2_f16.c) 39 target_sources(CMSISDSPTransform PRIVATE arm_cfft_radix4_f16.c) [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/str/ |
D | fsl_str.c | 106 char c; in PrintGetWidth() local 110 c = *(++(*p)); in PrintGetWidth() 111 if ((c >= '0') && (c <= '9')) in PrintGetWidth() 113 (field_width) = ((field_width)*10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetWidth() 116 else if (c == '*') in PrintGetWidth() 150 char c = *++p; in PrintGetPrecision() local 151 if ((c >= '0') && (c <= '9')) in PrintGetPrecision() 153 precision_width = (precision_width * 10U) + ((uint32_t)c - (uint32_t)'0'); in PrintGetPrecision() 162 else if (c == '*') in PrintGetPrecision() 188 static uint32_t PrintIsobpu(const char c) in PrintIsobpu() argument [all …]
|
/hal_nxp-3.5.0/s32/drivers/s32k3/Mcu/ |
D | CMakeLists.txt | 7 src/Clock_Ip.c 8 src/Clock_Ip_Data.c 9 src/Clock_Ip_Divider.c 10 src/Clock_Ip_DividerTrigger.c 11 src/Clock_Ip_ExtOsc.c 12 src/Clock_Ip_FracDiv.c 13 src/Clock_Ip_Frequency.c 14 src/Clock_Ip_Gate.c 15 src/Clock_Ip_IntOsc.c 16 src/Clock_Ip_Irq.c [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/ |
D | CMSIS_DSP_Source.cmake | 6 ${CMAKE_CURRENT_LIST_DIR}/Source/BasicMathFunctions/BasicMathFunctions.c 7 ${CMAKE_CURRENT_LIST_DIR}/Source/BasicMathFunctions/BasicMathFunctionsF16.c 8 ${CMAKE_CURRENT_LIST_DIR}/Source/BayesFunctions/BayesFunctions.c 9 ${CMAKE_CURRENT_LIST_DIR}/Source/BayesFunctions/BayesFunctionsF16.c 10 ${CMAKE_CURRENT_LIST_DIR}/Source/CommonTables/CommonTables.c 11 ${CMAKE_CURRENT_LIST_DIR}/Source/CommonTables/CommonTablesF16.c 12 ${CMAKE_CURRENT_LIST_DIR}/Source/ComplexMathFunctions/ComplexMathFunctions.c 13 ${CMAKE_CURRENT_LIST_DIR}/Source/ComplexMathFunctions/ComplexMathFunctionsF16.c 14 ${CMAKE_CURRENT_LIST_DIR}/Source/ControllerFunctions/ControllerFunctions.c 15 ${CMAKE_CURRENT_LIST_DIR}/Source/DistanceFunctions/DistanceFunctions.c [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/ |
D | CMakeLists.txt | 8 file(GLOB SRC "./*_*.c") 12 target_sources(CMSISDSPDistance PRIVATE arm_boolean_distance.c) 13 target_sources(CMSISDSPDistance PRIVATE arm_braycurtis_distance_f32.c) 14 target_sources(CMSISDSPDistance PRIVATE arm_canberra_distance_f32.c) 15 target_sources(CMSISDSPDistance PRIVATE arm_chebyshev_distance_f32.c) 16 target_sources(CMSISDSPDistance PRIVATE arm_cityblock_distance_f32.c) 17 target_sources(CMSISDSPDistance PRIVATE arm_correlation_distance_f32.c) 18 target_sources(CMSISDSPDistance PRIVATE arm_cosine_distance_f32.c) 19 target_sources(CMSISDSPDistance PRIVATE arm_dice_distance.c) 20 target_sources(CMSISDSPDistance PRIVATE arm_euclidean_distance_f32.c) [all …]
|
D | arm_braycurtis_distance_f32.c | 58 f32x4_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f32() local 69 c = vabdq(a, b); in arm_braycurtis_distance_f32() 70 accumDiffV = vaddq(accumDiffV, c); in arm_braycurtis_distance_f32() 72 c = vaddq_f32(a, b); in arm_braycurtis_distance_f32() 73 c = vabsq_f32(c); in arm_braycurtis_distance_f32() 74 accumSumV = vaddq(accumSumV, c); in arm_braycurtis_distance_f32() 88 c = vabdq(a, b); in arm_braycurtis_distance_f32() 89 accumDiffV = vaddq_m(accumDiffV, accumDiffV, c, p0); in arm_braycurtis_distance_f32() 91 c = vaddq_f32(a, b); in arm_braycurtis_distance_f32() 92 c = vabsq_f32(c); in arm_braycurtis_distance_f32() [all …]
|
D | arm_braycurtis_distance_f16.c | 79 f16x8_t a, b, c, accumDiffV, accumSumV; in arm_braycurtis_distance_f16() local 90 c = vabdq(a, b); in arm_braycurtis_distance_f16() 91 accumDiffV = vaddq(accumDiffV, c); in arm_braycurtis_distance_f16() 93 c = vaddq_f16(a, b); in arm_braycurtis_distance_f16() 94 c = vabsq_f16(c); in arm_braycurtis_distance_f16() 95 accumSumV = vaddq(accumSumV, c); in arm_braycurtis_distance_f16() 109 c = vabdq(a, b); in arm_braycurtis_distance_f16() 110 accumDiffV = vaddq_m(accumDiffV, accumDiffV, c, p0); in arm_braycurtis_distance_f16() 112 c = vaddq_f16(a, b); in arm_braycurtis_distance_f16() 113 c = vabsq_f16(c); in arm_braycurtis_distance_f16() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/ |
D | component_css_pkc_ecc.cmake | 6 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Constants.c 7 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_FUP.c 8 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal.c 9 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal_FUP.c 10 …CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal_GenerateMultiplicativeBlinding.c 11 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal_KeyGen.c 12 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal_KeyGen_FUP.c 13 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal_NIST.c 14 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal_PointArithmetic.c 15 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClEcc/src/mcuxClEcc_Internal_PointCheck.c [all …]
|
D | component_css_pkc_math.cmake | 6 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_ExactDivideOdd.c 7 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_ExactDivideOdd_FUP.c 8 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_ModExp_SqrMultL2R.c 9 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_ModInv.c 10 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_NDash.c 11 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_QDash.c 12 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_ReduceModEven.c 13 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_SecModExp.c 14 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_SecModExp_FUP.c 15 ${CMAKE_CURRENT_LIST_DIR}/src/comps/mcuxClMath/src/mcuxClMath_Utils.c [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/asm-cm0p/src/ |
D | mmcau_md5_functions.s | 3 # Copyright (c) Freescale Semiconductor, Inc 2013. 35 # *md5_state pointer to 128-bit block of md5 state variables: a,b,c,d 86 # *md5_state pointer to 128-bit block of MD5 state variables: a,b,c,d 137 # r3 | c 147 ands r5, r3 @ b & c 149 orrs r5, r6 @ F(b,c,d) 150 add r1, r5 @ a += F(b,c,d) 162 ands r6, r3 @ ~a & c 163 orrs r5, r6 @ F(a,b,c) 164 add r4, r5 @ d += F(a,b,c) [all …]
|
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW41Z4/ |
D | CMakeLists.txt | 2 cfgs_kw4x_3x_2x/fsl_xcvr_ant_config.c 3 cfgs_kw4x_3x_2x/fsl_xcvr_ble_config.c 4 cfgs_kw4x_3x_2x/fsl_xcvr_common_config.c 5 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p3_h_0p5_config.c 6 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_0p32_config.c 7 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_0p5_config.c 8 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_0p7_config.c 9 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p5_h_1p0_config.c 10 cfgs_kw4x_3x_2x/fsl_xcvr_gfsk_bt_0p7_h_0p5_config.c 11 cfgs_kw4x_3x_2x/fsl_xcvr_mode_datarate_config.c [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/ |
D | middleware_issdk_algorithms_sensor_fusion_agmp03_common.cmake | 6 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/approximations.c 7 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/calibration_storage.c 8 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/control.c 9 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/debug.c 10 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/DecodeCommandBytes.c 11 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_FXAS21002.c 12 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_FXLS8962.c 13 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_MAG3110.c 14 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_MPL3115.c 15 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_KSDK_NVM.c [all …]
|
D | middleware_issdk_algorithms_sensor_fusion_agm01_common.cmake | 6 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/approximations.c 7 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/calibration_storage.c 8 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/control.c 9 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/debug.c 10 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/DecodeCommandBytes.c 11 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_FXAS21002.c 12 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_FXOS8700.c 13 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_MPL3115.c 14 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_KSDK_NVM.c 15 ${CMAKE_CURRENT_LIST_DIR}/algorithms/sensorfusion/sources/driver_pit.c [all …]
|
D | set_middleware_issdk.cmake | 19 ${CMAKE_CURRENT_LIST_DIR}/./drivers/systick/systick_utils.c 58 ${CMAKE_CURRENT_LIST_DIR}/./sensors/fxas21002_drv.c 82 ${CMAKE_CURRENT_LIST_DIR}/./sensors/fxos8700_drv.c 106 ${CMAKE_CURRENT_LIST_DIR}/./sensors/mpl3115_drv.c 130 ${CMAKE_CURRENT_LIST_DIR}/./sensors/fxlc95000_drv.c 154 ${CMAKE_CURRENT_LIST_DIR}/./sensors/mma8491q_drv.c 178 ${CMAKE_CURRENT_LIST_DIR}/./sensors/fxls8471q_drv.c 202 ${CMAKE_CURRENT_LIST_DIR}/./sensors/mag3110_drv.c 226 ${CMAKE_CURRENT_LIST_DIR}/./sensors/mma845x_drv.c 250 ${CMAKE_CURRENT_LIST_DIR}/./sensors/mma865x_drv.c [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/utilities/debug_console_lite/ |
D | fsl_debug_console.c | 279 char c, int32_t curlen, int32_t width, int32_t *count, PUTCHAR_FUNC func_ptr) in DbgConsole_PrintfPaddingCharacter() argument 285 (void)func_ptr(c); in DbgConsole_PrintfPaddingCharacter() 306 long long int c; in DbgConsole_ConvertRadixNumToString() local 315 int c; in DbgConsole_ConvertRadixNumToString() 337 c = 0; in DbgConsole_ConvertRadixNumToString() 345 c = 0; in DbgConsole_ConvertRadixNumToString() 354 (void)c; in DbgConsole_ConvertRadixNumToString() 382 c = (long long int)a - ((long long int)b * (long long int)radix); in DbgConsole_ConvertRadixNumToString() 383 if (c < 0) in DbgConsole_ConvertRadixNumToString() 385 uc = (unsigned long long int)c; in DbgConsole_ConvertRadixNumToString() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/ComplexMathFunctions/ |
D | CMakeLists.txt | 33 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_q31.c) 37 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_q15.c) 40 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_conj_f32.c) 41 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_conj_q15.c) 42 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_conj_q31.c) 43 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_dot_prod_f32.c) 44 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_dot_prod_q15.c) 45 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_dot_prod_q31.c) 46 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_f32.c) 47 target_sources(CMSISDSPComplexMath PRIVATE arm_cmplx_mag_squared_f32.c) [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/rtt/RTT/ |
D | SEGGER_RTT_printf.c | 112 static void _StoreChar(SEGGER_RTT_PRINTF_DESC * p, char c) { in _StoreChar() argument 117 *(p->pBuffer + Cnt) = c; in _StoreChar() 143 char c; in _PrintUnsigned() local 164 c = '0'; in _PrintUnsigned() 166 c = ' '; in _PrintUnsigned() 170 _StoreChar(pBufferDesc, c); in _PrintUnsigned() 323 char c; in SEGGER_RTT_vprintf() local 338 c = *sFormat; in SEGGER_RTT_vprintf() 340 if (c == 0u) { in SEGGER_RTT_vprintf() 343 if (c == '%') { in SEGGER_RTT_vprintf() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | CMakeLists.txt | 8 file(GLOB SRCF64 "./*_f64.c") 9 file(GLOB SRCF32 "./*_f32.c") 10 file(GLOB SRCF16 "./*_f16.c") 11 file(GLOB SRCQ31 "./*_q31.c") 12 file(GLOB SRCQ15 "./*_q15.c") 13 file(GLOB SRCQ7 "./*_q7.c") 15 file(GLOB SRCU32 "./*_u32.c") 16 file(GLOB SRCU16 "./*_u16.c") 17 file(GLOB SRCU8 "./*_u8.c") 42 target_sources(CMSISDSPMatrix PRIVATE arm_mat_add_f16.c) [all …]
|
/hal_nxp-3.5.0/s32/drivers/s32ze/Mcu/ |
D | CMakeLists.txt | 7 src/Clock_Ip.c 8 src/Clock_Ip_Data.c 9 src/Clock_Ip_Divider.c 10 src/Clock_Ip_DividerTrigger.c 11 src/Clock_Ip_ExtOsc.c 12 src/Clock_Ip_FracDiv.c 13 src/Clock_Ip_Frequency.c 14 src/Clock_Ip_Gate.c 15 src/Clock_Ip_IntOsc.c 16 src/Clock_Ip_Irq.c [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/SVMFunctions/ |
D | CMakeLists.txt | 11 target_sources(CMSISDSPSVM PRIVATE arm_svm_linear_init_f32.c) 12 target_sources(CMSISDSPSVM PRIVATE arm_svm_rbf_init_f32.c) 13 target_sources(CMSISDSPSVM PRIVATE arm_svm_linear_predict_f32.c) 14 target_sources(CMSISDSPSVM PRIVATE arm_svm_rbf_predict_f32.c) 15 target_sources(CMSISDSPSVM PRIVATE arm_svm_polynomial_init_f32.c) 16 target_sources(CMSISDSPSVM PRIVATE arm_svm_sigmoid_init_f32.c) 17 target_sources(CMSISDSPSVM PRIVATE arm_svm_polynomial_predict_f32.c) 18 target_sources(CMSISDSPSVM PRIVATE arm_svm_sigmoid_predict_f32.c) 29 target_sources(CMSISDSPSVM PRIVATE arm_svm_linear_init_f16.c) 30 target_sources(CMSISDSPSVM PRIVATE arm_svm_rbf_init_f16.c) [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FastMathFunctions/ |
D | CMakeLists.txt | 8 file(GLOB SRC "./*_*.c") 22 target_sources(CMSISDSPFastMath PRIVATE arm_cos_f32.c) 26 target_sources(CMSISDSPFastMath PRIVATE arm_cos_q15.c) 30 target_sources(CMSISDSPFastMath PRIVATE arm_cos_q31.c) 34 target_sources(CMSISDSPFastMath PRIVATE arm_sin_f32.c) 38 target_sources(CMSISDSPFastMath PRIVATE arm_sin_q15.c) 42 target_sources(CMSISDSPFastMath PRIVATE arm_sin_q31.c) 45 target_sources(CMSISDSPFastMath PRIVATE arm_sqrt_q15.c) 46 target_sources(CMSISDSPFastMath PRIVATE arm_sqrt_q31.c) 47 target_sources(CMSISDSPFastMath PRIVATE arm_vlog_f32.c) [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/ |
D | CMakeLists.txt | 11 target_sources(CMSISDSPInterpolation PRIVATE arm_bilinear_interp_f32.c) 12 target_sources(CMSISDSPInterpolation PRIVATE arm_bilinear_interp_q15.c) 13 target_sources(CMSISDSPInterpolation PRIVATE arm_bilinear_interp_q31.c) 14 target_sources(CMSISDSPInterpolation PRIVATE arm_bilinear_interp_q7.c) 15 target_sources(CMSISDSPInterpolation PRIVATE arm_linear_interp_f32.c) 16 target_sources(CMSISDSPInterpolation PRIVATE arm_linear_interp_q15.c) 17 target_sources(CMSISDSPInterpolation PRIVATE arm_linear_interp_q31.c) 18 target_sources(CMSISDSPInterpolation PRIVATE arm_linear_interp_q7.c) 19 target_sources(CMSISDSPInterpolation PRIVATE arm_spline_interp_f32.c) 20 target_sources(CMSISDSPInterpolation PRIVATE arm_spline_interp_init_f32.c) [all …]
|