Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 6 of 6) sorted by relevance

/cmsis-dsp-latest/Testing/
DprocessResult.py96 def printTest(self,elem, theId, theError,errorDetail,theLine,passed,cycles,params): argument
103 if passed == 1:
111 if passed != 1:
161 def printTest(self,elem, theId, theError,errorDetail,theLine,passed,cycles,params): argument
167 if passed == 1:
172 if passed != 1 or not self.append:
187 if passed != 1:
228 def printTest(self,elem, theId, theError, errorDetail,theLine,passed,cycles,params): argument
234 print("%s,%s,%d,%d,%d,\"%s\"" % (category,name,theId,passed,cycles,params))
275 def printTest(self,elem, theId, theError,errorDetail,theLine,passed,cycles,params): argument
[all …]
DREADME.md362 In dump only mode, tests using pattern will fail but the tests will be considered as passed (becaus…
480 Some cycles are displayed with the test status (passed or failed). **Don't trust** those cycles for…
563 …mode, reference patterns are not loaded and the test assertions are "failing" but reporting passed.
/cmsis-dsp-latest/PythonWrapper/docs/source/
Dapi.rst202 In a real C code, a pointer to a data structure for the result v would have to be passed as argumen…
/cmsis-dsp-latest/
DPythonWrapper_README.md203 In a real C code, a pointer to a data structure for the result `v` would have to be passed as argum…
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in192 # specify the list of include paths that are normally passed to the compiler
1316 # will then be passed to the parser. Any options specified with CLANG_OPTIONS
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb1765 " # For Python code, the input is a numpy array which is passed\n",