Home
last modified time | relevance | path

Searched refs:check (Results 1 – 14 of 14) sorted by relevance

/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_conv_partial_f32.c103 uint32_t j, k, count, blkCnt, check; in arm_conv_partial_f32() local
147 check = firstIndex + numPoints; in arm_conv_partial_f32()
148 blockSize3 = ((int32_t)check > (int32_t)srcALen) ? (int32_t)check - (int32_t)srcALen : 0; in arm_conv_partial_f32()
151 … blockSize1 = (blockSize1 > 0) ? ((check > (srcBLen - 1U)) ? blockSize1 : (int32_t)numPoints) : 0; in arm_conv_partial_f32()
152 blockSize2 = ((int32_t) check - blockSize3) - (blockSize1 + (int32_t) firstIndex); in arm_conv_partial_f32()
Darm_conv_partial_q31.c76 uint32_t j, k, count, blkCnt, check; in arm_conv_partial_q31() local
120 check = firstIndex + numPoints; in arm_conv_partial_q31()
121 blockSize3 = ((int32_t)check > (int32_t)srcALen) ? (int32_t)check - (int32_t)srcALen : 0; in arm_conv_partial_q31()
124 … blockSize1 = (blockSize1 > 0) ? ((check > (srcBLen - 1U)) ? blockSize1 : (int32_t)numPoints) : 0; in arm_conv_partial_q31()
125 blockSize2 = (int32_t) check - ((blockSize3 + blockSize1) + (int32_t) firstIndex); in arm_conv_partial_q31()
Darm_conv_partial_fast_q31.c73 uint32_t j, k, count, check, blkCnt; in arm_conv_partial_fast_q31() local
117 check = firstIndex + numPoints; in arm_conv_partial_fast_q31()
118 blockSize3 = ((int32_t)check > (int32_t)srcALen) ? (int32_t)check - (int32_t)srcALen : 0; in arm_conv_partial_fast_q31()
121 … blockSize1 = (blockSize1 > 0) ? ((check > (srcBLen - 1U)) ? blockSize1 : (int32_t)numPoints) : 0; in arm_conv_partial_fast_q31()
122 blockSize2 = (int32_t) check - ((blockSize3 + blockSize1) + (int32_t) firstIndex); in arm_conv_partial_fast_q31()
Darm_conv_partial_fast_q15.c73 uint32_t j, k, count, blkCnt, check; in arm_conv_partial_fast_q15() local
112 check = firstIndex + numPoints; in arm_conv_partial_fast_q15()
113 blockSize3 = ((int32_t)check > (int32_t)srcALen) ? (int32_t)check - (int32_t)srcALen : 0; in arm_conv_partial_fast_q15()
116 … blockSize1 = (blockSize1 > 0) ? ((check > (srcBLen - 1U)) ? blockSize1 : (int32_t) numPoints) : 0; in arm_conv_partial_fast_q15()
117 blockSize2 = (int32_t) check - ((blockSize3 + blockSize1) + (int32_t) firstIndex); in arm_conv_partial_fast_q15()
Darm_conv_partial_q15.c80 uint32_t j, k, count, blkCnt, check; in arm_conv_partial_q15() local
118 check = firstIndex + numPoints; in arm_conv_partial_q15()
119 blockSize3 = ((int32_t)check > (int32_t)srcALen) ? (int32_t)check - (int32_t)srcALen : 0; in arm_conv_partial_q15()
122 … blockSize1 = (blockSize1 > 0) ? ((check > (srcBLen - 1U)) ? blockSize1 : (int32_t)numPoints) : 0; in arm_conv_partial_q15()
123 blockSize2 = (int32_t) check - ((blockSize3 + blockSize1) + (int32_t) firstIndex); in arm_conv_partial_q15()
Darm_conv_partial_q7.c76 uint32_t j, k, count, blkCnt, check; /* Loop counters */ in arm_conv_partial_q7() local
122 check = firstIndex + numPoints; in arm_conv_partial_q7()
123 blockSize3 = ((int32_t)check > (int32_t)srcALen) ? (int32_t)check - (int32_t)srcALen : 0; in arm_conv_partial_q7()
126 … blockSize1 = (blockSize1 > 0) ? ((check > (srcBLen - 1U)) ? blockSize1 : (int32_t)numPoints) : 0; in arm_conv_partial_q7()
127 blockSize2 = (int32_t) check - ((blockSize3 + blockSize1) + (int32_t) firstIndex); in arm_conv_partial_q7()
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmemory_static_dynamic.md32 …n the stride is too big for those instructions, they cannot be used. This check has to be done at …
Dtemplate.md14 …e can achieve the same result in a better way since the C++ compiler will check the templates and …
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dapi.rst99 Now, you can check that the instance was initialized correctly::
/cmsis-dsp-latest/
DPythonWrapper_README.md131 Now, you can check that the instance was initialized correctly.
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb677 …"The confusion matrix is generated from the test patterns to check the behavior of the classifier:"
892 …"At the end, we will check that Q15 is giving good enough results and thus can be implemented in C…
996 …"Let's check that the feature is giving the same result as the reference implemenattion using line…
1055 "And finally we can check the CMSIS-DSP behavior of the test patterns:"
1248 "Let's check the feature on the data to compare with the F32 version and check it is working:"
1318 "Now we can check the Q31 implementation on the test patterns:"
1936 "Let's plot the signal to check we have the right one:"
/cmsis-dsp-latest/Testing/
DREADME.md125 …the place where the function to test is executed. But the test itself (to check that the execution…
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in1315 # specifying the -p option to a clang tool, such as clang-check. These options
/cmsis-dsp-latest/PythonWrapper/examples/
DNoise suppression.ipynb193 "You can now listen to the sound to check it is available in this notebook."
905 "The audio to check the result:"
1629 …"Processing with no noise suppression and only a FFT/IFFT. It is useful to check if the Q15 FFT/IF…
1729 "The audio to check the result:"