Searched refs:arm_mat_vec_mult_f32 (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/Source/MatrixFunctions/ |
D | arm_mat_vec_mult_f32.c | 59 ARM_DSP_ATTRIBUTE void arm_mat_vec_mult_f32( in arm_mat_vec_mult_f32() function 290 ARM_DSP_ATTRIBUTE void arm_mat_vec_mult_f32(const arm_matrix_instance_f32 *pSrcMat, const float32_t… in arm_mat_vec_mult_f32() function
|
D | Config.cmake | 31 MatrixFunctions/arm_mat_vec_mult_f32.c
|
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_mfcc_f32.c | 148 arm_mat_vec_mult_f32(&pDctMat, pTmp, pDst); in arm_mfcc_f32()
|
/cmsis-dsp-latest/Include/dsp/ |
D | matrix_functions.h | 365 void arm_mat_vec_mult_f32(
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | UnaryF32.cpp | 74 arm_mat_vec_mult_f32(&this->in1, vecp, outp); in test_mat_vec_mult_f32()
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 1019 arm_mat_vec_mult_f32(pSrcMat, pVec, pDst); in cmsis_mat_vec_mult() 1073 arm_mat_vec_mult_f32(src, tmp, dst); in cmsis_complex_mat_vec()
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp2.py | 135 c = dsp.arm_mat_vec_mult_f32(a,b)
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | UnaryTestsF32.cpp | 331 arm_mat_vec_mult_f32(&this->in1, bp, outp); in test_mat_vec_mult_f32()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_matrix.c | 956 arm_mat_vec_mult_f32(&pSrcA_converted,pSrcB_converted,pDst); in cmsis_arm_mat_vec_mult_f32()
|