/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/ |
D | arm_minkowski_distance_f32.c | 76 float32_t arm_minkowski_distance_f32(const float32_t *pA,const float32_t *pB, int32_t order, uint32… in arm_minkowski_distance_f32() argument 89 tmpV = vpowq_f32(tmpV, vdupq_n_f32(order)); in arm_minkowski_distance_f32() 109 tmpV = vpowq_f32(tmpV, vdupq_n_f32(order)); in arm_minkowski_distance_f32() 113 return (powf(vecAddAcrossF32Mve(sumV), (1.0f / (float32_t) order))); in arm_minkowski_distance_f32() 121 float32_t arm_minkowski_distance_f32(const float32_t *pA,const float32_t *pB, int32_t order, uint32… in arm_minkowski_distance_f32() argument 130 n = vdupq_n_f32(order); in arm_minkowski_distance_f32() 154 sum += powf(fabsf(*pA++ - *pB++),order); in arm_minkowski_distance_f32() 160 return(powf(sum,(1.0f/order))); in arm_minkowski_distance_f32() 167 float32_t arm_minkowski_distance_f32(const float32_t *pA,const float32_t *pB, int32_t order, uint32… in arm_minkowski_distance_f32() argument 175 sum += powf(fabsf(pA[i] - pB[i]),order); in arm_minkowski_distance_f32() [all …]
|
D | arm_minkowski_distance_f16.c | 69 float16_t arm_minkowski_distance_f16(const float16_t *pA,const float16_t *pB, int32_t order, uint32… in arm_minkowski_distance_f16() argument 82 tmpV = vpowq_f16(tmpV, vdupq_n_f16(order)); in arm_minkowski_distance_f16() 102 tmpV = vpowq_f16(tmpV, vdupq_n_f16(order)); in arm_minkowski_distance_f16() 106 return (powf(vecAddAcrossF16Mve(sumV), (1.0f / (float16_t) order))); in arm_minkowski_distance_f16() 113 float16_t arm_minkowski_distance_f16(const float16_t *pA,const float16_t *pB, int32_t order, uint32… in arm_minkowski_distance_f16() argument 121 sum += (_Float16)powf(fabsf(pA[i] - pB[i]),order); in arm_minkowski_distance_f16() 125 return(powf(sum,(1.0f/order))); in arm_minkowski_distance_f16()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/ssarc/ |
D | fsl_ssarc.c | 23 …SSARC_SetGroupRestoreOrder(SSARC_LP_Type *base, uint8_t groupID, ssarc_save_restore_order_t order); 24 …id SSARC_SetGroupSaveOrder(SSARC_LP_Type *base, uint8_t groupID, ssarc_save_restore_order_t order); 59 … SSARC_SetGroupRestoreOrder(SSARC_LP_Type *base, uint8_t groupID, ssarc_save_restore_order_t order) in SSARC_SetGroupRestoreOrder() argument 63 if (order == kSSARC_ProcessFromStartToEnd) in SSARC_SetGroupRestoreOrder() 80 …oid SSARC_SetGroupSaveOrder(SSARC_LP_Type *base, uint8_t groupID, ssarc_save_restore_order_t order) in SSARC_SetGroupSaveOrder() argument 84 if (order == kSSARC_ProcessFromStartToEnd) in SSARC_SetGroupSaveOrder()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tsi/ |
D | fsl_tsi_v5.c | 98 …temp | (TSI_SINC_CUTOFF(config->commonConfig.cutoff) | TSI_SINC_ORDER(config->commonConfig.order) | in TSI_InitSelfCapMode() 166 …temp | (TSI_SINC_CUTOFF(config->commonConfig.cutoff) | TSI_SINC_ORDER(config->commonConfig.order) | in TSI_InitMutualCapMode() 256 userConfig->commonConfig.order = kTSI_SincFilterOrder_1; in TSI_GetSelfCapModeDefaultConfig() 310 userConfig->commonConfig.order = kTSI_SincFilterOrder_1; in TSI_GetMutualCapModeDefaultConfig()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/tsi/tsi_v5/ |
D | fsl_tsi_v5.c | 98 …temp | (TSI_SINC_CUTOFF(config->commonConfig.cutoff) | TSI_SINC_ORDER(config->commonConfig.order) | in TSI_InitSelfCapMode() 166 …temp | (TSI_SINC_CUTOFF(config->commonConfig.cutoff) | TSI_SINC_ORDER(config->commonConfig.order) | in TSI_InitMutualCapMode() 256 userConfig->commonConfig.order = kTSI_SincFilterOrder_1; in TSI_GetSelfCapModeDefaultConfig() 310 userConfig->commonConfig.order = kTSI_SincFilterOrder_1; in TSI_GetMutualCapModeDefaultConfig()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | distance_functions_f16.h | 172 float16_t arm_minkowski_distance_f16(const float16_t *pA,const float16_t *pB, int32_t order, uint32…
|
D | distance_functions.h | 179 float32_t arm_minkowski_distance_f32(const float32_t *pA,const float32_t *pB, int32_t order, uint32…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/rtt/ |
D | License.txt | 8 to or modify the source code of this software in order to stay
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/ |
D | fsl_sai.h | 984 void SAI_TxSetDataOrder(I2S_Type *base, sai_data_order_t order); 992 void SAI_RxSetDataOrder(I2S_Type *base, sai_data_order_t order);
|
/hal_nxp-3.5.0/s32/ |
D | CMakeLists.txt | 19 # This is an adaptation from hal_nxp/mcux/CMakeLists.txt entry CMake in order
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5512/gcc/ |
D | LPC5512_ram.ld | 162 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504CPXXXX/gcc/ |
D | LPC5504CPXXXX_ram.ld | 160 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S04/gcc/ |
D | LPC55S04_ram.ld | 162 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC51U68/gcc/ |
D | LPC51U68_ram.ld | 162 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5502CPXXXX/gcc/ |
D | LPC5502CPXXXX_ram.ld | 160 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504/gcc/ |
D | LPC5504_ram.ld | 162 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/gcc/ |
D | LPC54113J128_ram.ld | 161 /* This is used by the startup in order to initialize the .bss section */
|
D | LPC54113J256_ram.ld | 162 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/gcc/ |
D | LPC54114J256_cm4_ram.ld | 161 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC804/gcc/ |
D | LPC804_ram.ld | 165 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC811/gcc/ |
D | LPC811_ram.ld | 160 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5502/gcc/ |
D | LPC5502_ram.ld | 162 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC802/gcc/ |
D | LPC802_ram.ld | 165 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC812/gcc/ |
D | LPC812_ram.ld | 164 /* This is used by the startup in order to initialize the .bss section */
|
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC845/gcc/ |
D | LPC845_ram.ld | 164 /* This is used by the startup in order to initialize the .bss section */
|