Home
last modified time | relevance | path

Searched refs:arm_mat_mult_fast_q15 (Results 1 – 5 of 5) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Benchmarks/
DBinaryQ15.cpp17 arm_mat_mult_fast_q15(&this->in1,&this->in2,&this->out,this->pState); in test_mat_mult_fast_q15()
/cmsis-dsp-latest/Source/MatrixFunctions/
DConfig.cmake53 MatrixFunctions/arm_mat_mult_fast_q15.c
Darm_mat_mult_fast_q15.c67 ARM_DSP_ATTRIBUTE arm_status arm_mat_mult_fast_q15( in arm_mat_mult_fast_q15() function
/cmsis-dsp-latest/Include/dsp/
Dmatrix_functions.h431 arm_status arm_mat_mult_fast_q15(
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_matrix.c1214 arm_status returnValue = arm_mat_mult_fast_q15(&pSrcA_converted, in cmsis_arm_mat_mult_fast_q15()