Searched refs:arm_scale_q7 (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/Source/BasicMathFunctions/ |
D | arm_scale_q7.c | 57 ARM_DSP_ATTRIBUTE void arm_scale_q7( in arm_scale_q7() function 122 ARM_DSP_ATTRIBUTE void arm_scale_q7( in arm_scale_q7() function
|
D | Config.cmake | 67 BasicMathFunctions/arm_scale_q7.c
|
/cmsis-dsp-latest/Testing/Source/Benchmarks/ |
D | BasicMathsBenchmarksQ7.cpp | 37 arm_scale_q7(this->inp1,0x45,1,this->outp,this->nb); in vec_scale_q7()
|
/cmsis-dsp-latest/Include/dsp/ |
D | basic_math_functions.h | 300 void arm_scale_q7(
|
/cmsis-dsp-latest/dsppp/tests/ |
D | cmsisdsp.cpp | 247 arm_scale_q7(reinterpret_cast<q7_t*>(tmp1),scale.v,0, in cmsisdsp_dot_expr() 1137 arm_scale_q7(reinterpret_cast<const q7_t*>(b), in cmsis_complex_mat_vec()
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | testdsp.py | 28 r = dsp.arm_scale_q7([0x7F,0x3F,0x1F],1 << 5,2)
|
/cmsis-dsp-latest/Testing/Source/Tests/ |
D | BasicTestsQ7.cpp | 135 arm_scale_q7(inp1,this->scalar,0,outp,input1.nbSamples()); in test_scale_q7()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_basic.c | 818 arm_scale_q7(pSrc_converted,(q7_t)scaleFract,(int8_t)shift,pDst,blockSize); in cmsis_arm_scale_q7()
|
/cmsis-dsp-latest/Testing/ |
D | desc.txt | 1495 Test nb=15 arm_scale_q7:test_scale_q7 1496 Test nb=16n arm_scale_q7:test_scale_q7 1497 Test nb=16n+1 arm_scale_q7:test_scale_q7 1547 Test long arm_scale_q7:test_scale_q7
|