Home
last modified time | relevance | path

Searched refs:arm_mat_mult_opt_q31 (Results 1 – 7 of 7) sorted by relevance

/cmsis-dsp-latest/Testing/Source/Benchmarks/
DBinaryQ31.cpp22 arm_mat_mult_opt_q31(&this->in1,&this->in2,&this->out,this->tmpPtr); in test_mat_mult_opt_q31()
/cmsis-dsp-latest/Source/MatrixFunctions/
DConfig.cmake41 MatrixFunctions/arm_mat_mult_opt_q31.c
Darm_mat_mult_opt_q31.c340 ARM_DSP_ATTRIBUTE arm_status arm_mat_mult_opt_q31( in arm_mat_mult_opt_q31() function
648 ARM_DSP_ATTRIBUTE arm_status arm_mat_mult_opt_q31( in arm_mat_mult_opt_q31() function
/cmsis-dsp-latest/Testing/Source/Tests/
DBinaryTestsQ31.cpp132 status=arm_mat_mult_opt_q31(&this->in1,&this->in2,&this->out,tmpPtr); in test_mat_mult_opt_q31()
/cmsis-dsp-latest/Include/dsp/
Dmatrix_functions.h459 arm_status arm_mat_mult_opt_q31(
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp2.py178 c2 = dsp.arm_mat_mult_opt_q31(af,bf,tmp)
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_matrix.c1324 arm_status returnValue = arm_mat_mult_opt_q31(&pSrcA_converted, in cmsis_arm_mat_mult_opt_q31()