/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/mmcau/ |
D | fsl_mmcau.c | 61 static void *mmcau_align(void *out, void *outAlign, bool *copyOut) in mmcau_align() 81 …_AesCrypt(const uint8_t *in, const uint8_t *keySch, uint32_t aesRounds, uint8_t *out, bool encrypt) in mmcau_AesCrypt() 142 static status_t mmcau_DesCrypt(const uint8_t *in, const uint8_t *key, uint8_t *out, bool encrypt) in mmcau_DesCrypt() 306 …_t MMCAU_AES_EncryptEcb(const uint8_t *in, const uint8_t *keySch, uint32_t aesRounds, uint8_t *out) in MMCAU_AES_EncryptEcb() 311 …_t MMCAU_AES_DecryptEcb(const uint8_t *in, const uint8_t *keySch, uint32_t aesRounds, uint8_t *out) in MMCAU_AES_DecryptEcb() 346 status_t MMCAU_DES_EncryptEcb(const uint8_t *in, const uint8_t *key, uint8_t *out) in MMCAU_DES_EncryptEcb() 351 status_t MMCAU_DES_DecryptEcb(const uint8_t *in, const uint8_t *key, uint8_t *out) in MMCAU_DES_DecryptEcb()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 182 …q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxB_S32(in1, coefA),MVE_CMPLX_MULT_FX_AxConjB_S… in arm_split_rfft_q31() local 184 …q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxB(in1, coefA),MVE_CMPLX_MULT_FX_AxConjB(coefB… in arm_split_rfft_q31() local 340 q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxConjB_S32(in1, coefA), in arm_split_rifft_q31() local 343 q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxConjB(in1, coefA), in arm_split_rifft_q31() local
|
D | arm_rfft_q15.c | 188 q15x8_t out = vhaddq_s16(MVE_CMPLX_MULT_FX_AxB_S16(in1, coefA), in arm_split_rfft_q15() local 191 q15x8_t out = vhaddq_s16(MVE_CMPLX_MULT_FX_AxB(in1, coefA), in arm_split_rfft_q15() local 416 q15x8_t out = vhaddq_s16(MVE_CMPLX_MULT_FX_AxConjB(in1, coefA), in arm_split_rifft_q15() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/ |
D | arm_barycenter_f32.c | 55 float32_t *out, in arm_barycenter_f32() 199 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32() 352 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32()
|
D | arm_barycenter_f16.c | 69 float16_t *out, in arm_barycenter_f16() 210 void arm_barycenter_f16(const float16_t *in, const float16_t *weights, float16_t *out, uint32_t nbV… in arm_barycenter_f16()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | controller_functions.h | 273 float32_t out; in arm_pid_f32() local 307 q31_t out; in arm_pid_q31() local 353 q15_t out; in arm_pid_q15() local
|
D | utils.h | 56 q31_t out; in arm_recip_q31() local 107 q15_t out = 0; in arm_recip_q15() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_absmax_f16.c | 147 …float16_t cur_absmax, out; /* Temporary variables to store the output value. *… in arm_absmax_f16() local 234 …float16_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_f16() local
|
D | arm_absmin_f32.c | 154 …float32_t cur_absmin, out; /* Temporary variables to store the output value. *… in arm_absmin_f32() local 241 …float32_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_f32() local
|
D | arm_absmax_q15.c | 111 … q15_t cur_absmax, out; /* Temporary variables to store the output value. */\ in arm_absmax_q15() local 198 …q15_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q15() local
|
D | arm_absmax_q31.c | 110 … q31_t cur_absmax, out; /* Temporary variables to store the output value. */\ in arm_absmax_q31() local 197 …q31_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q31() local
|
D | arm_absmin_f16.c | 149 …float16_t cur_absmin, out; /* Temporary variables to store the output value. *… in arm_absmin_f16() local 236 …float16_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_f16() local
|
D | arm_absmin_q31.c | 144 … q31_t cur_absmin, out; /* Temporary variables to store the output value. */\ in arm_absmin_q31() local 231 …q31_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_q31() local
|
D | arm_absmax_f32.c | 133 …float32_t cur_absmax, out; /* Temporary variables to store the output value. *… in arm_absmax_f32() local 220 …float32_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_f32() local
|
D | arm_absmin_q15.c | 143 … q15_t cur_absmin, out; /* Temporary variables to store the output value. */\ in arm_absmin_q15() local 230 …q15_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_q15() local
|
D | arm_max_f32.c | 152 float32_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_max_f32() local 269 …float32_t maxVal, out; /* Temporary variables to store the output value. */ in arm_max_f32() local
|
D | arm_min_f32.c | 154 float32_t maxVal1, out; /* Temporary variables to store the output value. */ in arm_min_f32() local 267 …float32_t minVal, out; /* Temporary variables to store the output value. */ in arm_min_f32() local
|
D | arm_absmax_q7.c | 168 … q7_t cur_absmax, out; /* Temporary variables to store the output value. */\ in arm_absmax_q7() local 255 …q7_t maxVal, out; /* Temporary variables to store the output value. */ in arm_absmax_q7() local
|
D | arm_absmin_q7.c | 197 … q7_t cur_absmin, out; /* Temporary variables to store the output value. */\ in arm_absmin_q7() local 284 …q7_t minVal, out; /* Temporary variables to store the output value. */ in arm_absmin_q7() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_biquad_cascade_df1_q15.c | 77 q31_t out, out1; in arm_biquad_cascade_df1_q15() local 326 q31_t out; /* Temporary variable to hold output value */ in arm_biquad_cascade_df1_q15() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Include/ |
D | arm_math.h | 726 q31_t out; in arm_recip_q31() local 777 q15_t out = 0; in arm_recip_q15() local 4948 float32_t out; in arm_pid_f32() local 4982 q31_t out; in arm_pid_q31() local 5028 q15_t out; in arm_pid_q15() local 6941 float32_t out; in arm_bilinear_interp_f32() local 7006 q31_t out; /* Temporary output */ in arm_bilinear_interp_q31() local 7081 q31_t out; /* Temporary output */ in arm_bilinear_interp_q15() local 7159 q31_t out; /* Temporary output */ in arm_bilinear_interp_q7() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/NN/Source/ActivationFunctions/ |
D | arm_nn_activations_q7.c | 65 q7_t out; in arm_nn_activations_direct_q7() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/ |
D | arm_bilinear_interp_q31.c | 53 q31_t out; /* Temporary output */ in arm_bilinear_interp_q31() local
|
D | arm_bilinear_interp_q7.c | 54 q31_t out; /* Temporary output */ in arm_bilinear_interp_q7() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/BasicMathFunctions/ |
D | arm_mult_q31.c | 108 q31_t out; /* Temporary output variable */ in arm_mult_q31() local
|