Searched refs:arm_cmplx_mag_f32 (Results 1 – 10 of 10) sorted by relevance
/cmsis-dsp-latest/Source/ComplexMathFunctions/ |
D | arm_cmplx_mag_f32.c | 80 ARM_DSP_ATTRIBUTE void arm_cmplx_mag_f32( in arm_cmplx_mag_f32() function 155 ARM_DSP_ATTRIBUTE void arm_cmplx_mag_f32( in arm_cmplx_mag_f32() function
|
D | Config.cmake | 21 target_sources(CMSISDSP PRIVATE ComplexMathFunctions/arm_cmplx_mag_f32.c)
|
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/ |
D | arm_fft_bin_example_f32.c | 138 arm_cmplx_mag_f32(testInput_f32_10khz, testOutput, fftSize); in main()
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_mfcc_f32.c | 118 arm_cmplx_mag_f32(pTmp,pSrc,S->fftLen); in arm_mfcc_f32()
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | ComplexMathsBenchmarksF32.cpp | 18 arm_cmplx_mag_f32(this->inp1,this->outp,this->nb); in vec_mag_f32()
|
/cmsis-dsp-latest/Include/dsp/ |
D | complex_math_functions.h | 141 void arm_cmplx_mag_f32(
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | ComplexTestsF32.cpp | 52 arm_cmplx_mag_f32(inp1,outp,input1.nbSamples() >> 1 ); in test_cmplx_mag_f32()
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp5.py | 467 res=dsp.arm_cmplx_mag_f32(sa)
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_complexf.c | 307 arm_cmplx_mag_f32(pSrc_converted,pDst,numSamples); in cmsis_arm_cmplx_mag_f32()
|
/cmsis-dsp-latest/Testing/ |
D | desc.txt | 1648 Test nb=3 arm_cmplx_mag_f32:test_cmplx_mag_f32 1649 Test nb=4n arm_cmplx_mag_f32:test_cmplx_mag_f32 1650 Test nb=4n+1 arm_cmplx_mag_f32:test_cmplx_mag_f32 1666 Test long arm_cmplx_mag_f32:test_cmplx_mag_f32
|