Home
last modified time | relevance | path

Searched refs:arm_fill_q7 (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_fill_q7.c47 ARM_DSP_ATTRIBUTE void arm_fill_q7( in arm_fill_q7() function
80 ARM_DSP_ATTRIBUTE void arm_fill_q7( in arm_fill_q7() function
DConfig.cmake20 SupportFunctions/arm_fill_q7.c
/cmsis-dsp-latest/Include/dsp/
Dsupport_functions.h466 void arm_fill_q7(
/cmsis-dsp-latest/Testing/Source/Tests/
DSupportTestsQ7.cpp37 arm_fill_q7(val, outp,this->nbSamples); in test_fill_q7()
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp2.py245 a=f.Q7toF32(dsp.arm_fill_q7(f.toQ7(v),nb))
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_support.c294 arm_fill_q7((q7_t)value,pDst,blockSize); in cmsis_arm_fill_q7()