Searched refs:arm_mat_mult_q7 (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | BinaryQ7.cpp | 7 arm_mat_mult_q7(&this->in1,&this->in2,&this->out,this->pState); in test_mat_mult_q7()
|
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | Config.cmake | 61 set(SRCQ7 MatrixFunctions/arm_mat_mult_q7.c
|
D | arm_mat_mult_q7.c | 270 ARM_DSP_ATTRIBUTE arm_status arm_mat_mult_q7( in arm_mat_mult_q7() function 579 ARM_DSP_ATTRIBUTE arm_status arm_mat_mult_q7(const arm_matrix_instance_q7 *pSrcA, const arm_matrix_… in arm_mat_mult_q7() function
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BinaryTestsQ7.cpp | 91 status=arm_mat_mult_q7(&this->in1,&this->in2,&this->out,tmpPtr); in test_mat_mult_q7()
|
/cmsis-dsp-latest/Include/dsp/ |
D | matrix_functions.h | 379 arm_status arm_mat_mult_q7(
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp2.py | 201 c = dsp.arm_mat_mult_q7(af,bf,tmp)
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 855 arm_mat_mult_q7(a,b,c,pState); in cmsis_mat_mult()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_matrix.c | 1131 arm_status returnValue = arm_mat_mult_q7(&pSrcA_converted, in cmsis_arm_mat_mult_q7()
|