Home
last modified time | relevance | path

Searched refs:arm_dot_prod_f32 (Results 1 – 15 of 15) sorted by relevance

/cmsis-dsp-latest/Examples/ARM/arm_variance_example/
Darm_variance_example_f32.c163 arm_dot_prod_f32(testInput_f32, wire1, blockSize, &mean); in main()
186 arm_dot_prod_f32(wire2, wire3, blockSize, &variance); in main()
/cmsis-dsp-latest/Source/BasicMathFunctions/
Darm_dot_prod_f32.c66 ARM_DSP_ATTRIBUTE void arm_dot_prod_f32( in arm_dot_prod_f32() function
121 ARM_DSP_ATTRIBUTE void arm_dot_prod_f32( in arm_dot_prod_f32() function
DConfig.cmake17 BasicMathFunctions/arm_dot_prod_f32.c
/cmsis-dsp-latest/Source/DistanceFunctions/
Darm_cosine_distance_f32.c61 arm_dot_prod_f32(pA,pB,blockSize,&dot); in arm_cosine_distance_f32()
Darm_correlation_distance_f32.c67 arm_dot_prod_f32(pA,pB,blockSize,&dot); in arm_correlation_distance_f32()
/cmsis-dsp-latest/Source/MatrixFunctions/
Darm_householder_f32.c159 arm_dot_prod_f32(pSrc+1,pSrc+1,blockSize-1,&x1norm2); in arm_householder_f32()
/cmsis-dsp-latest/Source/TransformFunctions/
Darm_mfcc_f32.c127 arm_dot_prod_f32(pSrc+S->filterPos[i], in arm_mfcc_f32()
/cmsis-dsp-latest/Testing/Source/Benchmarks/
DBasicMathsBenchmarksF32.cpp44 arm_dot_prod_f32(inp1,inp2,this->nb,&result); in vec_dot_f32()
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dintroduction.md19 arm_dot_prod_f32(tmp2,tmp3,NB,&r);
/cmsis-dsp-latest/Include/dsp/
Dbasic_math_functions.h409 void arm_dot_prod_f32(
/cmsis-dsp-latest/Testing/Source/Tests/
DBasicTestsF32.cpp131 arm_dot_prod_f32(inp1,inp2,input1.nbSamples(),&r); in test_dot_prod_f32()
/cmsis-dsp-latest/dsppp/tests/
Dcmsisdsp.cpp110 arm_dot_prod_f32(a,b,l,&c); in cmsisdsp_dot()
177 arm_dot_prod_f32(tmp1,tmp2,l,&r); in cmsisdsp_dot_expr()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_basic.c1082 arm_dot_prod_f32(pSrcA_converted,pSrcB_converted,blockSize,&result); in cmsis_arm_dot_prod_f32()
/cmsis-dsp-latest/Testing/
Ddesc.txt1122 Test nb=3 arm_dot_prod_f32:test_dot_prod_f32
1123 Test nb=4n arm_dot_prod_f32:test_dot_prod_f32
1124 Test nb=4n+1 arm_dot_prod_f32:test_dot_prod_f32
1136 Test long arm_dot_prod_f32:test_dot_prod_f32
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb1041 " res=dsp.arm_dot_prod_f32(coef_f32,feat)\n",