Home
last modified time | relevance | path

Searched refs:rfftFastInstance (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Benchmarks/
DTransformF16.cpp11 arm_rfft_fast_f16(&this->rfftFastInstance, this->pTmp, this->pDst, this->ifft); in test_rfft_f16()
61 arm_rfft_fast_init_f16(&this->rfftFastInstance, this->nbSamples); in setUp()
DTransformF32.cpp11 arm_rfft_fast_f32(&this->rfftFastInstance, this->pTmp, this->pDst, this->ifft); in test_rfft_f32()
68 arm_rfft_fast_init_f32(&this->rfftFastInstance, this->nbSamples); in setUp()
/cmsis-dsp-latest/Testing/Include/Benchmarks/
DTransformF16.h30 arm_rfft_fast_instance_f16 rfftFastInstance; variable
DTransformF32.h30 arm_rfft_fast_instance_f32 rfftFastInstance; variable