Home
last modified time | relevance | path

Searched defs:path (Results 1 – 11 of 11) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/
DDebugTools.py78 def readQ31Output(path): argument
83 def readQ15Output(path): argument
89 def readF32Output(path): argument
94 def readF16Output(path): argument
DTools.py187 def canOverwrite(self,path): argument
/cmsis-dsp-3.7.0-3.6.0/Testing/
DsummaryBench.py17 def findItem(root,path): argument
64 def summaryBenchmark(resultPath,elem,path): argument
DconvertToOld.py20 def findItem(root,path): argument
DprocessResult.py48 def findItem(root,path): argument
311 def correctPath(path): argument
/cmsis-dsp-3.7.0-3.6.0/Testing/FrameworkInclude/
DSemihosting.h135 std::vector<std::string> *path; variable
DFPGA.h146 std::vector<std::string> *path; variable
/cmsis-dsp-3.7.0-3.6.0/Testing/TestScripts/
DCodeGen.py561 def addPattern(self,includeFile,path): argument
634 def addParameter(self,includeFile,path): argument
DParser.py109 def path(self): member in TreeElem
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/
Dexample_1_11.py106 path=dsp.arm_dtw_path_f32(np.copy(dtwMatrix)) variable
/cmsis-dsp-3.7.0-3.6.0/Testing/FrameworkSource/
DSemihosting.cpp49 std::string path; member
56 …Semihosting::Semihosting(std::string path,std::string patternRootPath,std::string outputRootPath,s… in Semihosting()