/hal_nxp-latest/mcux/mcux-sdk/CMSIS/RTOS2/RTX/Source/ |
D | rtx_core_ca.h | 207 #define SVC0_0N(f,t) \ argument 208 __SVC_INDIRECT(0) t svc##f (t(*)()); \ 210 __STATIC_INLINE t __svc##f (void) { \ 214 #define SVC0_0(f,t) \ argument 215 __SVC_INDIRECT(0) t svc##f (t(*)()); \ 217 __STATIC_INLINE t __svc##f (void) { \ 221 #define SVC0_1N(f,t,t1) \ argument 222 __SVC_INDIRECT(0) t svc##f (t(*)(t1),t1); \ 224 __STATIC_INLINE t __svc##f (t1 a1) { \ 228 #define SVC0_1(f,t,t1) \ argument [all …]
|
D | rtx_core_cm.h | 216 #define SVC0_0N(f,t) \ argument 217 SVC_INDIRECT(0) t svc##f (t(*)()); \ 219 __STATIC_INLINE t __svc##f (void) { \ 223 #define SVC0_0(f,t) \ argument 224 SVC_INDIRECT(0) t svc##f (t(*)()); \ 226 __STATIC_INLINE t __svc##f (void) { \ 230 #define SVC0_1N(f,t,t1) \ argument 231 SVC_INDIRECT(0) t svc##f (t(*)(t1),t1); \ 233 __STATIC_INLINE t __svc##f (t1 a1) { \ 237 #define SVC0_1(f,t,t1) \ argument [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_biquad_cascade_df1_f32.c | 365 float32x2_t t; in arm_biquad_cascade_df1_f32() local 412 t = vmul_f32(vget_high_f32(b), vget_high_f32(tmp)); in arm_biquad_cascade_df1_f32() 413 t = vmla_f32(t, vget_low_f32(b), vget_low_f32(tmp)); in arm_biquad_cascade_df1_f32() 414 t = vmla_f32(t, a, Yn); in arm_biquad_cascade_df1_f32() 415 t = vpadd_f32(t, t); in arm_biquad_cascade_df1_f32() 416 Yn = vext_f32(Yn, t, 1); in arm_biquad_cascade_df1_f32() 419 t = vmul_f32(vget_high_f32(b), vget_high_f32(tmp)); in arm_biquad_cascade_df1_f32() 420 t = vmla_f32(t, vget_low_f32(b), vget_low_f32(tmp)); in arm_biquad_cascade_df1_f32() 421 t = vmla_f32(t, a, Yn); in arm_biquad_cascade_df1_f32() 422 t = vpadd_f32(t, t); in arm_biquad_cascade_df1_f32() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/ |
D | arm_jensenshannon_distance_f32.c | 58 f32x4_t a, b, t, tmpV, accumV; in arm_jensenshannon_distance_f32() local 67 t = vaddq(a, b); in arm_jensenshannon_distance_f32() 68 t = vmulq(t, 0.5f); in arm_jensenshannon_distance_f32() 70 tmpV = vmulq(a, vrecip_medprec_f32(t)); in arm_jensenshannon_distance_f32() 74 tmpV = vmulq_f32(b, vrecip_medprec_f32(t)); in arm_jensenshannon_distance_f32() 94 t = vaddq(a, b); in arm_jensenshannon_distance_f32() 95 t = vmulq(t, 0.5f); in arm_jensenshannon_distance_f32() 97 tmpV = vmulq_f32(a, vrecip_medprec_f32(t)); in arm_jensenshannon_distance_f32() 101 tmpV = vmulq_f32(b, vrecip_medprec_f32(t)); in arm_jensenshannon_distance_f32() 143 float32x4_t aV,bV,t, tmpV, accumV; in arm_jensenshannon_distance_f32() local [all …]
|
D | arm_jensenshannon_distance_f16.c | 71 f16x8_t a, b, t, tmpV, accumV; in arm_jensenshannon_distance_f16() local 80 t = vaddq(a, b); in arm_jensenshannon_distance_f16() 81 t = vmulq(t, 0.5f); in arm_jensenshannon_distance_f16() 83 tmpV = vmulq(a, vrecip_medprec_f16(t)); in arm_jensenshannon_distance_f16() 87 tmpV = vmulq_f16(b, vrecip_medprec_f16(t)); in arm_jensenshannon_distance_f16() 107 t = vaddq(a, b); in arm_jensenshannon_distance_f16() 108 t = vmulq(t, 0.5f); in arm_jensenshannon_distance_f16() 110 tmpV = vmulq_f16(a, vrecip_medprec_f16(t)); in arm_jensenshannon_distance_f16() 114 tmpV = vmulq_f16(b, vrecip_medprec_f16(t)); in arm_jensenshannon_distance_f16()
|
/hal_nxp-latest/mcux/mcux-sdk/boards/evkmimxrt1170/ |
D | evkmimxrt1170_connect_cm4_cm4side.jlinkscript | 65 unsigned int t; 71 t = MEM_ReadU32(0x40c04290); 72 t &= 0x1; 73 while (t) 75 t = MEM_ReadU32(0x40c04290); 76 t &= 0x1;
|
D | evkmimxrt1170_connect_cm4_cm4side_sdram.jlinkscript | 374 unsigned int t; 380 t = MEM_ReadU32(0x40c04290); 381 t &= 0x1; 382 while (t) 384 t = MEM_ReadU32(0x40c04290); 385 t &= 0x1;
|
/hal_nxp-latest/mcux/mcux-sdk/boards/evkbmimxrt1170/ |
D | evkbmimxrt1170_connect_cm4_cm4side.jlinkscript | 65 unsigned int t; 71 t = MEM_ReadU32(0x40c04290); 72 t &= 0x1; 73 while (t) 75 t = MEM_ReadU32(0x40c04290); 76 t &= 0x1;
|
D | evkbmimxrt1170_connect_cm4_cm4side_sdram.jlinkscript | 374 unsigned int t; 380 t = MEM_ReadU32(0x40c04290); 381 t &= 0x1; 382 while (t) 384 t = MEM_ReadU32(0x40c04290); 385 t &= 0x1;
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/dspi/ |
D | fsl_dspi_edma.c | 644 uint8_t t = 0; in DSPI_MasterTransferEDMA() local 648 t = channelPriorityLow; in DSPI_MasterTransferEDMA() 650 channelPriorityHigh = t; in DSPI_MasterTransferEDMA() 871 uint8_t t = 0; in DSPI_MasterTransferEDMA() local 874 t = channelPriorityLow; in DSPI_MasterTransferEDMA() 876 channelPriorityMid = t; in DSPI_MasterTransferEDMA() 881 t = channelPriorityLow; in DSPI_MasterTransferEDMA() 883 channelPriorityHigh = t; in DSPI_MasterTransferEDMA() 888 t = channelPriorityMid; in DSPI_MasterTransferEDMA() 890 channelPriorityHigh = t; in DSPI_MasterTransferEDMA() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_fast_f16.c | 208 float16_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f16() local 301 t = twI * t1a; in merge_rfft_f16() 307 *pOut++ = 0.5f * (xAI - xBI + t - u ); //xAI in merge_rfft_f16() 416 float16_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f16() local 449 t = twI * t1a; in merge_rfft_f16() 455 *pOut++ = 0.5f * (xAI - xBI + t - u ); //xAI in merge_rfft_f16()
|
D | arm_rfft_fast_f32.c | 202 float32_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f32() local 295 t = twI * t1a; in merge_rfft_f32() 301 *pOut++ = 0.5f * (xAI - xBI + t - u ); //xAI in merge_rfft_f32() 410 float32_t t1a, t1b, r, s, t, u; /* temporary variables */ in merge_rfft_f32() local 443 t = twI * t1a; in merge_rfft_f32() 449 *pOut++ = 0.5f * (xAI - xBI + t - u ); //xAI in merge_rfft_f32()
|
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | none.h | 249 q31_t r, s, t, u; in __QADD8() local 253 t = __SSAT(((((q31_t)x << 8) >> 24) + (((q31_t)y << 8) >> 24)), 8) & (int32_t)0x000000FF; in __QADD8() 256 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QADD8() 267 q31_t r, s, t, u; in __QSUB8() local 271 t = __SSAT(((((q31_t)x << 8) >> 24) - (((q31_t)y << 8) >> 24)), 8) & (int32_t)0x000000FF; in __QSUB8() 274 return ((uint32_t)((u << 24) | (t << 16) | (s << 8) | (r ))); in __QSUB8()
|
/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/ |
D | fsl_casper.c | 2189 int i, t; in recode() local 2192 t = (n + (w - 2)) / (w - 1); in recode() 2193 for (i = 0; i < t; i++) in recode() 2200 c[t] = (int8_t)K[0]; in recode() 2812 uint32_t *t, *t2, *s1, *s2, *s4, *s8, *tmp; in invert_mod_p256() local 2815 t = &CASPER_MEM[((2U * ((uint32_t)kCASPER_ECC_P256_wordlen + 4U)) + in invert_mod_p256() 2878 square_casper(t, tmp); in invert_mod_p256() 2879 square_casper(tmp, t); in invert_mod_p256() 2881 square_casper(t, tmp); in invert_mod_p256() 2882 multiply_casper(tmp, t, a); in invert_mod_p256() [all …]
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC845/gcc/ |
D | LPC845_ram.ld | 89 doesn't matter if the user does not 91 linker won't look for a file to match a 93 doesn't matter which directory crtbegin.o 97 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC824/gcc/ |
D | LPC824_ram.ld | 87 doesn't matter if the user does not 89 linker won't look for a file to match a 91 doesn't matter which directory crtbegin.o 95 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC812/gcc/ |
D | LPC812_ram.ld | 89 doesn't matter if the user does not 91 linker won't look for a file to match a 93 doesn't matter which directory crtbegin.o 97 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC804/gcc/ |
D | LPC804_ram.ld | 90 doesn't matter if the user does not 92 linker won't look for a file to match a 94 doesn't matter which directory crtbegin.o 98 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC5504CPXXXX/gcc/ |
D | LPC5504CPXXXX_ram.ld | 85 doesn't matter if the user does not 87 linker won't look for a file to match a 89 doesn't matter which directory crtbegin.o 93 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC864/gcc/ |
D | LPC864_ram.ld | 86 doesn't matter if the user does not 88 linker won't look for a file to match a 90 doesn't matter which directory crtbegin.o 94 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC822/gcc/ |
D | LPC822_ram.ld | 87 doesn't matter if the user does not 89 linker won't look for a file to match a 91 doesn't matter which directory crtbegin.o 95 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC811/gcc/ |
D | LPC811_ram.ld | 85 doesn't matter if the user does not 87 linker won't look for a file to match a 89 doesn't matter which directory crtbegin.o 93 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC54114/gcc/ |
D | LPC54114J256_cm4_ram.ld | 86 doesn't matter if the user does not 88 linker won't look for a file to match a 90 doesn't matter which directory crtbegin.o 94 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC865/gcc/ |
D | LPC865_ram.ld | 88 doesn't matter if the user does not 90 linker won't look for a file to match a 92 doesn't matter which directory crtbegin.o 96 /* We don't want to include the .ctor section from
|
/hal_nxp-latest/mcux/mcux-sdk/devices/LPC844/gcc/ |
D | LPC844_ram.ld | 89 doesn't matter if the user does not 91 linker won't look for a file to match a 93 doesn't matter which directory crtbegin.o 97 /* We don't want to include the .ctor section from
|