/cmsis-dsp-latest/Testing/TestScripts/ |
D | CodeGen.py | 64 def _genGroup(self,root,fi): argument 78 theClass = root.data["class"] 80 theId = root.id 90 for c in root: 101 for c in root: 114 for c in root: 125 def _genSuite(self,root,thedir,sourceFile): argument 139 theClass = root.data["class"] 148 for c in root: 176 for p in root.patterns: [all …]
|
D | Deprecate.py | 22 def deprecateRec(root,others,deprecated): argument 26 if root.kind == TestScripts.Parser.TreeElem.TEST: 27 if others[0].isdigit() and int(root.id) == int(others[0]): 28 root.data["deprecated"]=False 29 for c in root.children: 32 root.data["deprecated"]=True 33 for c in root.children: 36 if root.data["class"] == others[0]: 37 root.data["deprecated"]=False 38 for c in root.children: [all …]
|
D | Parser.py | 276 root = None 320 if root is None: 321 root = TreeElem(identLevel) 322 root.setData(data) 323 current = root 353 root.classify() 355 root.computeId() 356 return(root)
|
D | NewParser.py | 6 root = None 8 root=pickle.load(inf) 9 return(root)
|
/cmsis-dsp-latest/Testing/ |
D | processResult.py | 48 def findItem(root,path): argument 64 c = root 86 elem = root 135 elem = root 215 elem = root 260 elem = root 361 def analyseResult(resultPath,root,results,embedded,benchmark,trace,formatter): argument 413 elem = findItem(root,path) 498 elem = findItem(root,newPath) 545 def analyze(root,results,args,trace): argument [all …]
|
D | convertToOld.py | 20 def findItem(root,path): argument 36 c = root 103 root=parse.loadRoot(args.f) variable 104 d.deprecate(root,args.others) 105 extractBenchmarks(args.b,root)
|
D | summaryBench.py | 17 def findItem(root,path): argument 33 c = root 132 root=parse.loadRoot(args.f) variable 133 d.deprecate(root,args.others) 135 extractBenchmarks(resultPath,args.b,root)
|
D | processTests.py | 34 root=parse.loadRoot(args.f) variable 35 d.deprecate(root,args.others) 38 c.genCodeForTree(args.gen,root,args.b)
|
D | preprocess.py | 16 root = p.parse(args.f) variable 18 pickle.dump(root, output)
|
D | addToRegDB.py | 339 root=parse.loadRoot(args.f) variable 340 d.deprecate(root,args.others) 345 addToDB(args.b,args.o,root,group,args.r)
|
D | addToDB.py | 329 root=parse.loadRoot(args.f) variable 330 d.deprecate(root,args.others) 335 addToDB(args.b,args.o,root,group,args.r)
|
D | bench.txt | 39 Vector root mean square:test_rms_f32 110 Vector root mean square:test_rms_q31 148 Vector root mean square:test_rms_q15
|
D | bench_f16.txt | 39 Vector root mean square:test_rms_f16
|
D | README.md | 216 The root folder for pattern files and output files is different. 578 * Instantiate the root object which is containing all tests 579 * Apply the runner to the root object
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | navtree.js | 408 function gotoNode(o,subIndex,root,hash,relpath) argument 410 var nti = navTreeSubIndices[subIndex][root+hash]; 411 o.breadcrumbs = $.extend(true, [], nti ? nti : navTreeSubIndices[subIndex][root]); 412 if (!o.breadcrumbs && root!=NAVTREE[0][1]) { // fallback: show index 423 function navTo(o,root,hash,relpath) argument 428 root = parts[0]; 437 var url=root+hash; 440 if (i==-1) { i=0; root=NAVTREE[0][1]; } // fallback: show index 442 gotoNode(o,i,root,hash,relpath) 447 if ((root=="index.html") && (!navTreeSubIndices[i]["index.html"].length)) { [all …]
|
D | version.css | 1 :root {
|
D | extra_navtree.css | 1 :root {
|
D | extra_stylesheet.css | 2 :root {
|
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | runall.py | 50 root = None 52 root=pickle.load(inf) 53 return(root) 194 root=loadRoot(t) variable 196 getSuites(root,filterList,suites)
|
/cmsis-dsp-latest/ |
D | CMakeLists.txt | 4 # This CMakeLists.txt in the root of the repository ensures that, when another 8 # add a redirection in the root CMakeLists.txt.
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA5/ |
D | ARMCA5.sct | 19 * (InRoot$$Sections) ; All (library) code that must be in a root region
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA7/ |
D | ARMCA7.sct | 19 * (InRoot$$Sections) ; All (library) code that must be in a root region
|
/cmsis-dsp-latest/Testing/cmsis_build/RTE/Device/ARMCA9/ |
D | ARMCA9.sct | 19 * (InRoot$$Sections) ; All (library) code that must be in a root region
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | index.rst | 4 contain the root `toctree` directive.
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 1034 # subdirectory from a directory tree whose root is specified with the INPUT tag. 1262 # - Make sure the INPUT points to the root of the source tree 1750 # shows how to put an image at the root of the tree instead of the PROJECT_NAME. 2790 # children of the root node in a graph is already larger than 2800 # root by following a path via at most 3 edges will be shown. Nodes that lay 2801 # further from the root node will be omitted. Note that setting this option to 1
|