Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 570) sorted by relevance

12345678910>>...23

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
Darm_minkowski_distance_f32.c76 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 …]
Darm_minkowski_distance_f16.c69 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/
Dfsl_ssarc.c23 …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/
Dfsl_tsi_v5.c98 …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/
Dfsl_tsi_v5.c98 …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/
Ddistance_functions_f16.h172 float16_t arm_minkowski_distance_f16(const float16_t *pA,const float16_t *pB, int32_t order, uint32…
Ddistance_functions.h179 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/
DLicense.txt8 to or modify the source code of this software in order to stay
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sai/
Dfsl_sai.h984 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/
DCMakeLists.txt19 # 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/
DLPC5512_ram.ld162 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504CPXXXX/gcc/
DLPC5504CPXXXX_ram.ld160 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC55S04/gcc/
DLPC55S04_ram.ld162 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC51U68/gcc/
DLPC51U68_ram.ld162 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5502CPXXXX/gcc/
DLPC5502CPXXXX_ram.ld160 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5504/gcc/
DLPC5504_ram.ld162 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54113/gcc/
DLPC54113J128_ram.ld161 /* This is used by the startup in order to initialize the .bss section */
DLPC54113J256_ram.ld162 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC54114/gcc/
DLPC54114J256_cm4_ram.ld161 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC804/gcc/
DLPC804_ram.ld165 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC811/gcc/
DLPC811_ram.ld160 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC5502/gcc/
DLPC5502_ram.ld162 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC802/gcc/
DLPC802_ram.ld165 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC812/gcc/
DLPC812_ram.ld164 /* This is used by the startup in order to initialize the .bss section */
/hal_nxp-3.5.0/mcux/mcux-sdk/devices/LPC845/gcc/
DLPC845_ram.ld164 /* This is used by the startup in order to initialize the .bss section */

12345678910>>...23