/cmsis-dsp-latest/Testing/PatternGeneration/ |
D | Tools.py | 190 def inputP(self,i,name=None): argument 200 if name: 201 return(os.path.join(self._patternDir,"%s%d_%s.txt" % (name,i,self._ext))) 205 def inputS64P(self,i,name=None): argument 215 if name: 216 return(os.path.join(self._patternDir,"%s%d_%s.txt" % (name,i,"s64"))) 221 def inputS32P(self,i,name=None): argument 231 if name: 232 return(os.path.join(self._patternDir,"%s%d_%s.txt" % (name,i,"s32"))) 236 def inputS16P(self,i,name=None): argument [all …]
|
D | Stats.py | 382 def generateFuncTests(config,nb,format,data,func,name): argument 402 config.writeReference(nb, funcvals,name) 405 def generateOperatorTests(config,nb,format,data1,data2,func,name): argument 425 config.writeReference(nb, funcvals,name)
|
/cmsis-dsp-latest/Scripts/ |
D | genMVETwiddleCoefs.py | 38 def printCUInt32Array(f,name,arr): argument 40 print("const uint32_t %s[%d]={" % (name,len(arr)),file=f) 52 def printCFloat32Array(f,name,arr): argument 54 print("const float32_t %s[%d]={" % (name,len(arr)),file=f) 66 def printCFloat16Array(f,name,arr): argument 68 print("const float16_t %s[%d]={" % (name,len(arr)),file=f) 80 def printCQ31Array(f,name,arr): argument 82 print("const q31_t %s[%d]={" % (name,len(arr)),file=f) 94 def printCQ15Array(f,name,arr): argument 96 print("const q15_t %s[%d]={" % (name,len(arr)),file=f) [all …]
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_module.h | 80 #define DSPType(name,thenewfunc,deallocfunc,initfunc,methods)\ argument 81 static PyTypeObject dsp_##name##Type = { \ 83 .tp_name=MODNAME"." #name, \ 84 .tp_basicsize = sizeof(dsp_##name##Object), \ 88 .tp_doc = #name, \ 173 #define ADDTYPE(name) \ argument 174 if (PyType_Ready(&dsp_##name##Type) < 0) \ 177 Py_INCREF(&dsp_##name##Type); \ 178 PyModule_AddObject(module, #name, (PyObject *)&dsp_##name##Type); 180 #define ADDTYPE(name) \ argument [all …]
|
/cmsis-dsp-latest/Testing/TestScripts/doc/ |
D | Structure.py | 4 def __init__(self,name,subsections=None): argument 6 self._name=name 28 def name(self): member in Hierarchy 60 def __init__(self,name): argument 61 super(Section, self).__init__(name)
|
D | Format.py | 81 self._output.write("%s %s\n" % (header,section.name)) 465 …<li><span class=\"caret\"><a href=\"#section%d\">%s</a></span>\n" % (self._sectionID,section.name)) 468 …._output.write("<li><span><a href=\"#section%d\">%s</a></span>\n" % (self._sectionID,section.name)) 629 name = section.name 631 name = "<span class=\"testname\">" + name + "</span>" 632 … self._output.write("<h%d id=\"section%d\">%s</h%d>\n" % (self._id,self._sectionID,name,self._id))
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | darkmode_toggle.js | 127 static createCookie(name, value, days) { argument 135 document.cookie = name + "=" + value + expires + "; path=/"; 138 static readCookie(name) { argument 139 var nameEQ = name + "="; 149 static eraseCookie(name) { argument 150 DarkModeToggle.createCookie(name, "", -1);
|
/cmsis-dsp-latest/Testing/ |
D | extractDb.py | 516 def regressionTableFor(byname,name,section,ref,toSort,indexCols,field): argument 532 dataForFunc=data.loc[name] 620 fileName=re.sub(r'[() :]','',section.name) 661 for name in testNames: 663 testSection = Section(name) 670 theCycles=regressionTableFor(byname,name,maxCyclesSection,ref,toSort,indexCols,'MAX') 696 regressionTableFor(byname,name,regressionSection,ref,toSort,indexCols,'Regression') 701 regressionTableFor(byname,name,maxRegCoefSection,ref,toSort,indexCols,'MAXREGCOEF') 711 testSection = Section(name) 716 dataForFunc=data.loc[name] [all …]
|
D | processResult.py | 207 self.name=[] 218 self.name.append(elem.data["class"]) 232 name=elem.data["class"] 233 category= "".join(list(joinit(self.name,":"))) 234 print("%s,%s,%d,%d,%d,\"%s\"" % (category,name,theId,passed,cycles,params)) 237 if self.name: 238 self.name.pop() 347 name=elem.data["message"] 353 …benchFile.write("\"%s\",\"%s\",\"%s\",%d,\"%s\",%s,%d,%s\n" % (category,testname,name,theId,old,pa…
|
D | createDb.sql | 52 name text); field 54 CREATE INDEX testname_index ON TESTNAME(name);
|
D | addToRegDB.py | 189 name = row[field]
|
D | addToDB.py | 183 name = row[field]
|
/cmsis-dsp-latest/ |
D | setup.py | 82 name=os.path.splitext(os.path.basename(src))[0] 83 return(not (name in missing)) 110 def mkModule(name,srcs,funcDir): argument 126 return(Extension(name, 165 setup (name = 'cmsisdsp',
|
D | LICENSE | 45 separable from, or merely link (or bind by name) to the interfaces of, 185 file or class name and description of purpose be included on the 189 Copyright {yyyy} {name of copyright owner}
|
/cmsis-dsp-latest/Testing/TestScripts/ |
D | desc.py | 5 name = 'Example Lexer for test desc' variable in CustomLexer
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 40 # project for which the documentation is generated. This name is used in the 138 # following values are used ($name is automatically replaced with the name of 139 # the entity):The $name class, The $name widget, The $name file, is, provides, 142 ABBREVIATE_BRIEF = "The $name class" \ 143 "The $name widget" \ 144 "The $name file" \ 170 # before files name in the file list and in the header files. If set to NO the 171 # shortest path that makes the file name unique will be used 190 # header file to include in order to use a class. If left blank only the name of 272 # name=value [all …]
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | template.md | 14 …heck the templates and typecheck them. In addition to that, both functions can share the same name. 26 Note that in C++, you can also use overloading of functions. They'll use the same name (but differe…
|
D | memory_static_dynamic.md | 14 Note that the library also have "static" / "dynamic" matrixes. So, we are going to use the name "ob…
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | cmsisdsp_tests.ipynb | 36 "name": "stdout", 196 "name": "stdout", 291 "name": "stdout", 348 "name": "python3" 352 "name": "ipython", 357 "name": "python",
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 131 "def get_label(name):\n", 132 " return(pathlib.PurePath(name).parts[-2])\n", 133 "def get_label_id(name):\n", 134 " label=get_label(name)\n", 376 "name": "stdout", 1661 " def __init__(self,name,inLength):\n", 1662 " GenericSource.__init__(self,name)\n", 1671 " def __init__(self,name,outLength):\n", 1672 " GenericSink.__init__(self,name)\n", 1681 " def __init__(self,name,inLength):\n", [all …]
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/ |
D | clang_linker_script.ld | 18 * 3. Neither the name of the copyright holder nor the names of its
|
/cmsis-dsp-latest/dsppp/RTE/Device/SSE_300_MPS3/ |
D | clang_linker_script.ld | 18 * 3. Neither the name of the copyright holder nor the names of its
|
/cmsis-dsp-latest/dsppp/linker_scripts/ |
D | clang_sse300_mps3.sct | 18 * 3. Neither the name of the copyright holder nor the names of its
|
D | clang_sse310_mps3.sct | 18 * 3. Neither the name of the copyright holder nor the names of its
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM4/ |
D | clang_linker_script.ld | 18 * 3. Neither the name of the copyright holder nor the names of its
|