Home
last modified time | relevance | path

Searched refs:ll (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/
DREADME.md68 If you want to build only the CMSIS-DSP library and don't link with any boot code then you'll need …
109 When the build has finished, you'll have a bin_dsp folder inside your build folder.
110 Inside bin_dsp, you'll have a folder per CMSIS-DSP Folder : BasicMathFunctions ...
112 Inside each of those folders, you'll have a library : libCMSISDSPBasicMath.a ...
131 For instance, if you want to use the arm_rfft_fast_f32, in fft.cmake you'll see an option RFFT_FAST…
/hal_nxp-latest/mcux/middleware/wifi_nxp/wls/
Dwls_subspace_processing.c78 int ii, jj, kk, ll, rowIdx, colIdx, qq; in calcCorMatrix() local
127 for (ll = 1;ll < fft_input_size;ll++) { in calcCorMatrix()
128 fftTempBuffer[2 * ll] = fftTempBuffer[2 * FD_downsample * ll]; in calcCorMatrix()
129 fftTempBuffer[2 * ll + 1] = fftTempBuffer[2 * FD_downsample * ll + 1]; in calcCorMatrix()