Searched refs:arm_add_q31 (Results 1 – 11 of 11) sorted by relevance
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_add_q31.c | 56 ARM_DSP_ATTRIBUTE void arm_add_q31( in arm_add_q31() function 102 ARM_DSP_ATTRIBUTE void arm_add_q31( in arm_add_q31() function
|
D | Config.cmake | 37 BasicMathFunctions/arm_add_q31.c
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | ExampleCategoryQ31.cpp | 25 arm_add_q31(inp1,inp2,outp,input1.nbSamples()); in test_op_q31()
|
D | BasicTestsQ31.cpp | 33 arm_add_q31(inp1,inp2,outp,input1.nbSamples()); in test_add_q31()
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | BasicMathsBenchmarksQ31.cpp | 12 arm_add_q31(this->inp1,this->inp2,this->outp,this->nb); in vec_add_q31()
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 58 arm_add_q31(reinterpret_cast<const q31_t*>(a), in cmsisdsp_add() 292 arm_add_q31(reinterpret_cast<const q31_t*>(a), in cmsisdsp_dot_expr() 1102 arm_add_q31(reinterpret_cast<const q31_t*>(a), in cmsis_complex_mat_vec()
|
/cmsis-dsp-latest/Include/dsp/ |
D | basic_math_functions.h | 183 void arm_add_q31(
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp.py | 10 r = dsp.arm_add_q31([1,2,3],[4,5,7])
|
D | Noise suppression.ipynb | 1336 " res[n:n+winLength] = dsp.arm_add_q31(res[n:n+winLength],self._signal[i])\n",
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_basic.c | 539 arm_add_q31(pSrcA_converted,pSrcB_converted,pDst,blockSize); in cmsis_arm_add_q31()
|
/cmsis-dsp-latest/Testing/ |
D | desc.txt | 1200 Test nb=3 arm_add_q31:test_add_q31 1201 Test nb=4n arm_add_q31:test_add_q31 1202 Test nb=4n+1 arm_add_q31:test_add_q31 1267 Test long arm_add_q31:test_add_q31
|