/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_interpolate_f32.c | 272 uint32_t strides[4] = { 0, 1 * S->L, 2 * S->L, 3 * S->L }; in arm_fir_interpolate_f32() 279 if ( S->L == 2 ) { in arm_fir_interpolate_f32() 307 i = S->L; in arm_fir_interpolate_f32() 335 pCoef += S->L; in arm_fir_interpolate_f32() 339 pCoef += S->L; in arm_fir_interpolate_f32() 343 pCoef += S->L; in arm_fir_interpolate_f32() 347 pCoef += S->L; in arm_fir_interpolate_f32() 350 ptr2 = ptr2 + 4 * S->L; in arm_fir_interpolate_f32() 370 pCoef += S->L; in arm_fir_interpolate_f32() 374 pCoef += S->L; in arm_fir_interpolate_f32() [all …]
|
D | arm_fir_interpolate_q15.c | 74 0, 1 * S->L, 2 * S->L, 3 * S->L, in arm_fir_interpolate_q15() 75 4 * S->L, 5 * S->L, 6 * S->L, 7 * S->L in arm_fir_interpolate_q15() 104 i = S->L; in arm_fir_interpolate_q15() 141 ptr2 = ptr2 + S->L * 8; in arm_fir_interpolate_q15() 201 ptr2 = ptr2 + S->L * 8; in arm_fir_interpolate_q15() 252 ptr2 = ptr2 + S->L * 8; in arm_fir_interpolate_q15() 294 ptr2 = ptr2 + S->L * 8; in arm_fir_interpolate_q15() 398 i = (S->L); in arm_fir_interpolate_q15() 412 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_q15() 437 c1 = *(ptr2 + S->L); in arm_fir_interpolate_q15() [all …]
|
D | arm_fir_interpolate_q31.c | 73 uint32_t strides[4] = { 0, 1 * S->L, 2 * S->L, 3 * S->L }; in arm_fir_interpolate_q31() 101 i = S->L; in arm_fir_interpolate_q31() 138 ptr2 = ptr2 + S->L * 4; in arm_fir_interpolate_q31() 198 ptr2 = ptr2 + S->L * 4; in arm_fir_interpolate_q31() 249 ptr2 = ptr2 + S->L * 4; in arm_fir_interpolate_q31() 291 ptr2 = ptr2 + S->L * 4; in arm_fir_interpolate_q31() 395 i = (S->L); in arm_fir_interpolate_q31() 409 ptr2 = pCoeffs + (S->L - j); in arm_fir_interpolate_q31() 434 c1 = *(ptr2 + S->L); in arm_fir_interpolate_q31() 446 c2 = *(ptr2 + S->L * 2); in arm_fir_interpolate_q31() [all …]
|
D | arm_fir_interpolate_init_f32.c | 67 uint8_t L, in arm_fir_interpolate_init_f32() argument 76 if ((numTaps % L) != 0U) in arm_fir_interpolate_init_f32() 87 S->L = L; in arm_fir_interpolate_init_f32() 90 S->phaseLength = numTaps / L; in arm_fir_interpolate_init_f32()
|
D | arm_fir_interpolate_init_q15.c | 67 uint8_t L, in arm_fir_interpolate_init_q15() argument 76 if ((numTaps % L) != 0U) in arm_fir_interpolate_init_q15() 87 S->L = L; in arm_fir_interpolate_init_q15() 90 S->phaseLength = numTaps / L; in arm_fir_interpolate_init_q15()
|
D | arm_fir_interpolate_init_q31.c | 66 uint8_t L, in arm_fir_interpolate_init_q31() argument 75 if ((numTaps % L) != 0U) in arm_fir_interpolate_init_q31() 86 S->L = L; in arm_fir_interpolate_init_q31() 89 S->phaseLength = numTaps / L; in arm_fir_interpolate_init_q31()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_cfft_f32.c | 758 uint32_t L = S->fftLen; in arm_cfft_radix8by2_f32() local 760 float32_t * p2 = p1 + L; in arm_cfft_radix8by2_f32() 770 L >>= 1; in arm_cfft_radix8by2_f32() 773 pMid1 = p1 + L; in arm_cfft_radix8by2_f32() 774 pMid2 = p2 + L; in arm_cfft_radix8by2_f32() 777 for (l = L >> 2; l > 0; l-- ) in arm_cfft_radix8by2_f32() 864 arm_radix8_butterfly_f32 (pCol1, L, (float32_t *) S->pTwiddle, 2U); in arm_cfft_radix8by2_f32() 867 arm_radix8_butterfly_f32 (pCol2, L, (float32_t *) S->pTwiddle, 2U); in arm_cfft_radix8by2_f32() 872 uint32_t L = S->fftLen >> 1; in arm_cfft_radix8by4_f32() local 875 float32_t * p2 = p1 + L; in arm_cfft_radix8by4_f32() [all …]
|
D | arm_cfft_f64.c | 266 uint32_t L = S->fftLen, l; in arm_cfft_f64() local 273 for(l=0; l<L; l++) in arm_cfft_f64() 280 switch (L) in arm_cfft_f64() 287 arm_radix4_butterfly_f64 (p1, L, (float64_t*)S->pTwiddle, 1U); in arm_cfft_f64() 294 arm_cfft_radix4by2_f64 ( p1, L, (float64_t*)S->pTwiddle); in arm_cfft_f64() 304 invL = 1.0 / (float64_t)L; in arm_cfft_f64() 307 for(l=0; l<L; l++) in arm_cfft_f64()
|
D | arm_cfft_f16.c | 787 uint32_t L = S->fftLen, l; in arm_cfft_f16() local 794 for(l=0; l<L; l++) in arm_cfft_f16() 801 switch (L) in arm_cfft_f16() 809 arm_radix4_butterfly_f16 (p1, L, (float16_t*)S->pTwiddle, 1U); in arm_cfft_f16() 816 arm_cfft_radix4by2_f16 ( p1, L, (float16_t*)S->pTwiddle); in arm_cfft_f16() 826 invL = 1.0f/(float16_t)L; in arm_cfft_f16() 829 for(l=0; l<L; l++) in arm_cfft_f16()
|
D | arm_cfft_q31.c | 675 uint32_t L = S->fftLen; in arm_cfft_q31() local 679 switch (L) in arm_cfft_q31() 686 arm_radix4_butterfly_inverse_q31 ( p1, L, (q31_t*)S->pTwiddle, 1 ); in arm_cfft_q31() 693 arm_cfft_radix4by2_inverse_q31 ( p1, L, S->pTwiddle ); in arm_cfft_q31() 699 switch (L) in arm_cfft_q31() 706 arm_radix4_butterfly_q31 ( p1, L, (q31_t*)S->pTwiddle, 1 ); in arm_cfft_q31() 713 arm_cfft_radix4by2_q31 ( p1, L, S->pTwiddle ); in arm_cfft_q31()
|
D | arm_cfft_q15.c | 642 uint32_t L = S->fftLen; in arm_cfft_q15() local 646 switch (L) in arm_cfft_q15() 653 arm_radix4_butterfly_inverse_q15 ( p1, L, (q15_t*)S->pTwiddle, 1 ); in arm_cfft_q15() 660 arm_cfft_radix4by2_inverse_q15 ( p1, L, S->pTwiddle ); in arm_cfft_q15() 666 switch (L) in arm_cfft_q15() 673 arm_radix4_butterfly_q15 ( p1, L, (q15_t*)S->pTwiddle, 1 ); in arm_cfft_q15() 680 arm_cfft_radix4by2_q15 ( p1, L, S->pTwiddle ); in arm_cfft_q15()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | filtering_functions.h | 931 uint8_t L; /**< upsample factor. */ member 942 uint8_t L; /**< upsample factor. */ member 953 uint8_t L; /**< upsample factor. */ member 987 uint8_t L, 1021 uint8_t L, 1055 uint8_t L, 2139 int32_t L, in arm_circularWrite_f32() argument 2166 if (wOffset >= L) in arm_circularWrite_f32() 2167 wOffset -= L; in arm_circularWrite_f32() 2184 int32_t L, in arm_circularRead_f32() argument [all …]
|
/hal_nxp-3.5.0/mcux/middleware/wireless/framework_5.3.3/XCVR/MKW40Z4/ |
D | tsm_ll_timing.h | 54 #define COMPILE_TIME_ASSERT3(X,L) STATIC_ASSERT(X,static_assertion_at_line_##L) argument 55 #define COMPILE_TIME_ASSERT2(X,L) COMPILE_TIME_ASSERT3(X,L) argument
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/SensorFusion/SensorFusion API Reference Manual/ |
D | jquery.js | 16 …L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){retu… 23 …L){if(!b4){bY=b5}b1=b1.replace(bE.match[bZ],"");if(!e){return[]}break}}}if(b1===bS){if(e==null){by… 68 …L(){k.powerTip.hide(this)},"focus.powertip":function K(){k.powerTip.show(this)},"blur.powertip":fu… function
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/css_pkc/doc/html/ |
D | jquery.js | 16 …L){var av=bd.document,bu=bd.navigator,bm=bd.location;var b=(function(){var bF=function(b0,b1){retu… 23 …L){if(!b4){bY=b5}b1=b1.replace(bE.match[bZ],"");if(!e){return[]}break}}}if(b1===bS){if(e==null){by… 68 …L(){k.powerTip.hide(this)},"focus.powertip":function K(){k.powerTip.show(this)},"blur.powertip":fu… function 87 …L=this.getViewportHeight(),w=E.parent().is("[data-sm-horizontal-sub]")||l==2&&!E.hasClass("sm-vert…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/docs/issdk/ISSDK API Reference Manual/ |
D | jquery.js | 16 …L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){retu… 23 …L){if(!b4){bY=b5}b1=b1.replace(bE.match[bZ],"");if(!e){return[]}break}}}if(b1===bS){if(e==null){by… 68 …L(){k.powerTip.hide(this)},"focus.powertip":function K(){k.powerTip.show(this)},"blur.powertip":fu… function 87 …L=this.getViewportHeight(),w=E.parent().is("[data-sm-horizontal-sub]")||l==2&&!E.hasClass("sm-vert…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/sim/ |
D | fsl_sim.c | 73 uid->L = SIM->UID3; in SIM_GetUniqueId() 75 uid->L = SIM->UIDL; in SIM_GetUniqueId()
|
D | fsl_sim.h | 52 uint32_t L; /*!< UIDL. */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/MatrixFunctions/ |
D | arm_mat_vec_mult_q7.c | 89 acc0 = 0L; in arm_mat_vec_mult_q7() 90 acc1 = 0L; in arm_mat_vec_mult_q7() 91 acc2 = 0L; in arm_mat_vec_mult_q7() 92 acc3 = 0L; in arm_mat_vec_mult_q7()
|
D | arm_mat_mult_q7.c | 377 acc0 = 0L; in arm_mat_mult_q7() 378 acc1 = 0L; in arm_mat_mult_q7() 379 acc2 = 0L; in arm_mat_mult_q7() 380 acc3 = 0L; in arm_mat_mult_q7()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Include/ |
D | arm_math.h | 3577 uint8_t L; /**< upsample factor. */ member 3588 uint8_t L; /**< upsample factor. */ member 3599 uint8_t L; /**< upsample factor. */ member 3633 uint8_t L, 3667 uint8_t L, 3701 uint8_t L, 5941 int32_t L, in arm_circularWrite_f32() argument 5968 if (wOffset >= L) in arm_circularWrite_f32() 5969 wOffset -= L; in arm_circularWrite_f32() 5986 int32_t L, in arm_circularRead_f32() argument [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/ |
D | arm_mean_q7.c | 65 q31_t sum = 0L; in arm_mean_q7()
|
D | arm_mean_q15.c | 64 q31_t sum = 0L; in arm_mean_q15()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Core_AArch64/Include/ |
D | cmsis_gcc.h | 255 return __builtin_expect(expr, 0L); in unlikely()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/ |
D | SW-Content-Register.txt | 434 middleware/eiq/tensorflow-lite/third_party/fft2d/L 506 middleware/eiq/tensorflow-lite/third_party/cmsis/L
|