Searched refs:arm_mult_f32 (Results 1 – 15 of 15) sorted by relevance
| /cmsis-dsp-latest/Examples/ARM/arm_sin_cos_example/ |
| D | arm_sin_cos_example_f32.c | 138 arm_mult_f32(&cosOutput, &cosOutput, &cosSquareOutput, 1); in main() 139 arm_mult_f32(&sinOutput, &sinOutput, &sinSquareOutput, 1); in main()
|
| /cmsis-dsp-latest/Examples/ARM/arm_variance_example/ |
| D | arm_variance_example_f32.c | 169 arm_mult_f32(&mean, &oneByBlockSize, &mean, 1); in main() 192 arm_mult_f32(&variance, &oneByBlockSize, &variance, 1); in main()
|
| /cmsis-dsp-latest/Source/BasicMathFunctions/ |
| D | arm_mult_f32.c | 64 ARM_DSP_ATTRIBUTE void arm_mult_f32( in arm_mult_f32() function 111 ARM_DSP_ATTRIBUTE void arm_mult_f32( in arm_mult_f32() function
|
| D | Config.cmake | 18 BasicMathFunctions/arm_mult_f32.c
|
| /cmsis-dsp-latest/Examples/ARM/arm_dotproduct_example/ |
| D | arm_dotproduct_example_f32.c | 153 arm_mult_f32(srcA_buf_f32, srcB_buf_f32, multOutput, MAX_BLOCKSIZE); in main()
|
| /cmsis-dsp-latest/Source/TransformFunctions/ |
| D | arm_mfcc_f32.c | 91 arm_mult_f32(pSrc,S->windowCoefs,pSrc,S->fftLen); in arm_mfcc_f32()
|
| D | arm_dct4_f32.c | 165 arm_mult_f32(pInlineBuffer, cosFact, pInlineBuffer, S->N); in arm_dct4_f32()
|
| /cmsis-dsp-latest/Testing/Source/Benchmarks/ |
| D | BasicMathsBenchmarksF32.cpp | 7 arm_mult_f32(this->inp1,this->inp2,this->outp,this->nb); in vec_mult_f32()
|
| /cmsis-dsp-latest/Documentation/Doxygen/src/ |
| D | introduction.md | 18 arm_mult_f32(c,d,tmp3,NB);
|
| /cmsis-dsp-latest/Include/dsp/ |
| D | basic_math_functions.h | 95 void arm_mult_f32(
|
| /cmsis-dsp-latest/Testing/Source/Tests/ |
| D | BasicTestsF32.cpp | 67 arm_mult_f32(inp1,inp2,outp,input1.nbSamples()); in test_mult_f32()
|
| /cmsis-dsp-latest/dsppp/tests/ |
| D | cmsisdsp.cpp | 176 arm_mult_f32(c,d,tmp2,l); in cmsisdsp_dot_expr()
|
| /cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
| D | cmsisdsp_basic.c | 235 arm_mult_f32(pSrcA_converted,pSrcB_converted,pDst,blockSize); in cmsis_arm_mult_f32()
|
| /cmsis-dsp-latest/Testing/ |
| D | desc.txt | 1106 Test nb=3 arm_mult_f32:test_mult_f32 1107 Test nb=4n arm_mult_f32:test_mult_f32 1108 Test nb=4n+1 arm_mult_f32:test_mult_f32 1132 Test long arm_mult_f32:test_mult_f32
|
| /cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
| D | kws.ipynb | 978 …" reta=[dsp_zcr(dsp.arm_mult_f32(x,window)) for x in sliding_window_view(signal,winLength)[::au…
|