Home
last modified time | relevance | path

Searched refs:arm_mat_vec_mult_f32 (Results 1 – 9 of 9) sorted by relevance

/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_mat_vec_mult_f32.c59 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
DConfig.cmake31 MatrixFunctions/arm_mat_vec_mult_f32.c
/cmsis-dsp-latest/Source/TransformFunctions/
Darm_mfcc_f32.c148 arm_mat_vec_mult_f32(&pDctMat, pTmp, pDst); in arm_mfcc_f32()
/cmsis-dsp-latest/Include/dsp/
Dmatrix_functions.h365 void arm_mat_vec_mult_f32(
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DUnaryF32.cpp74 arm_mat_vec_mult_f32(&this->in1, vecp, outp); in test_mat_vec_mult_f32()
/cmsis-dsp-latest/dsppp/tests/
Dcmsisdsp.cpp1019 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/
Dtestdsp2.py135 c = dsp.arm_mat_vec_mult_f32(a,b)
/cmsis-dsp-latest/Testing/Source/Tests/
DUnaryTestsF32.cpp331 arm_mat_vec_mult_f32(&this->in1, bp, outp); in test_mat_vec_mult_f32()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_matrix.c956 arm_mat_vec_mult_f32(&pSrcA_converted,pSrcB_converted,pDst); in cmsis_arm_mat_vec_mult_f32()