/cmsis-dsp-3.7.0-3.6.0/Testing/FrameworkSource/ |
D | Pattern.cpp | 39 float64_t *loadPattern(Testing::PatternID_t id, Client::PatternMgr *mgr,Testing::nbSamples_t &nb, T… in loadPattern() argument 41 return(mgr->load_f64(id,nb,maxSamples)); in loadPattern() 45 float32_t *loadPattern(Testing::PatternID_t id, Client::PatternMgr *mgr,Testing::nbSamples_t &nb, T… in loadPattern() argument 47 return(mgr->load_f32(id,nb,maxSamples)); in loadPattern() 52 float16_t *loadPattern(Testing::PatternID_t id, Client::PatternMgr *mgr,Testing::nbSamples_t &nb, T… in loadPattern() argument 54 return(mgr->load_f16(id,nb,maxSamples)); in loadPattern() 59 q63_t *loadPattern(Testing::PatternID_t id, Client::PatternMgr *mgr,Testing::nbSamples_t &nb, Testi… in loadPattern() argument 61 return(mgr->load_q63(id,nb,maxSamples)); in loadPattern() 65 q31_t *loadPattern(Testing::PatternID_t id, Client::PatternMgr *mgr,Testing::nbSamples_t &nb, Testi… in loadPattern() argument 67 return(mgr->load_q31(id,nb,maxSamples)); in loadPattern() [all …]
|
D | PatternMgr.cpp | 63 float64_t *PatternMgr::load_f64(Testing::PatternID_t id,Testing::nbSamples_t& nbSamples,Testing::nb… in LOCAL() 66 nbSamples=m_io->GetPatternSize(id); in LOCAL() 76 m_io->ImportPattern_f64(id,b,nbSamples); in LOCAL() 82 float32_t *PatternMgr::load_f32(Testing::PatternID_t id,Testing::nbSamples_t& nbSamples,Testing::nb… in load_f32() argument 84 nbSamples=m_io->GetPatternSize(id); in load_f32() 94 m_io->ImportPattern_f32(id,b,nbSamples); in load_f32() 101 float16_t *PatternMgr::load_f16(Testing::PatternID_t id,Testing::nbSamples_t& nbSamples,Testing::nb… in load_f16() argument 103 nbSamples=m_io->GetPatternSize(id); in load_f16() 113 m_io->ImportPattern_f16(id,b,nbSamples); in load_f16() 120 q63_t *PatternMgr::load_q63(Testing::PatternID_t id,Testing::nbSamples_t& nbSamples,Testing::nbSamp… in load_q63() argument [all …]
|
D | FPGA.cpp | 141 /** Get output path from output ID 144 std::string FPGA::getOutputPath(Testing::outputID_t id) in getOutputPath() argument 150 sprintf(fmt,"/%s_%ld.txt",(*this->outputNames)[id].c_str(),this->currentId); in getOutputPath() 402 unsigned long FPGA::getPatternOffset(Testing::PatternID_t id) in getPatternOffset() argument 404 return((*this->patternOffsets)[id]); in getPatternOffset() 407 Testing::nbSamples_t FPGA::GetPatternSize(Testing::PatternID_t id) in GetPatternSize() argument 409 return((Testing::nbSamples_t)((*this->patternSizes)[id])); in GetPatternSize() 412 unsigned long FPGA::getParameterOffset(Testing::PatternID_t id) in getParameterOffset() argument 414 return((*this->parameterOffsets)[id].offset); in getParameterOffset() 417 struct offsetOrGen FPGA::getParameterDesc(Testing::PatternID_t id) in getParameterDesc() argument [all …]
|
D | Semihosting.cpp | 400 std::string Semihosting::getPatternPath(Testing::PatternID_t id) in getPatternPath() argument 406 tmp += (*this->patternFilenames)[id]; in getPatternPath() 416 struct pathOrGen Semihosting::getParameterDesc(Testing::PatternID_t id) in getParameterDesc() argument 421 return((*this->parameterNames)[id]); in getParameterDesc() 428 The test ID (currentId) is used in the name 430 std::string Semihosting::getOutputPath(Testing::outputID_t id) in getOutputPath() argument 437 sprintf(fmt,"/%s_%ld.txt",(*this->outputNames)[id].c_str(),this->currentId); in getOutputPath() 444 Testing::nbSamples_t Semihosting::GetPatternSize(Testing::PatternID_t id) in GetPatternSize() argument 448 std::string fileName = this->getPatternPath(id); in GetPatternSize() 507 …Testing::param_t* Semihosting::ImportParams(Testing::PatternID_t id,Testing::nbParameterEntries_t … in ImportParams() argument [all …]
|
D | Test.cpp | 39 TestContainer::TestContainer(Testing::testID_t id):m_containerID(id) in TestContainer() argument 45 Suite::Suite(Testing::testID_t id): in Suite() argument 46 TestContainer(id), in Suite() 53 void Suite::addTest(Testing::testID_t id,test aTest) in addTest() argument 56 m_testIds.push_back(id); in addTest() 59 test Suite::getTest(Testing::testIndex_t id) in getTest() argument 61 return(m_tests[testIndex(id)]); in getTest() 81 Group::Group(Testing::testID_t id): in Group() argument 82 TestContainer(id), in Group() 93 TestContainer *Group::getContainer(Testing::testIndex_t id) in getContainer() argument [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Testing/FrameworkInclude/ |
D | Pattern.h | 39 T *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::nbSample… 41 (void)id; 49 float64_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::… 52 float32_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::… 56 float16_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::… 60 q63_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::nbSa… 63 q31_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::nbSa… 66 q15_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::nbSa… 69 q7_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::nbSam… 72 uint64_t *loadPattern(Testing::PatternID_t id, PatternMgr *mgr,Testing::nbSamples_t &nb, Testing::n… [all …]
|
D | Test.h | 81 // test ID are ID of nodes in the tree of tests. 82 // So a group ID, suite ID or test ID all have the same type 206 Update the node kind and node id and local folder. 215 Update the node kind and node id and local folder. 261 Pattern is identified with an ID. 262 Using the local path and ID, the IO implementatiom should 274 Parameter is identified with an ID. 275 Using the local path and ID, the IO implementatiom should 283 //virtual Testing::nbSamples_t GetParameterSize(Testing::PatternID_t id)=0; 289 /** Get ID of parameter generator [all …]
|
D | Semihosting.h | 106 // Get the path to a pattern from a pattern ID 107 std::string getPatternPath(Testing::PatternID_t id); 109 // (test ID will be used so same output ID 111 std::string getOutputPath(Testing::outputID_t id); 112 // Get description of parameters from parameter ID 113 struct pathOrGen getParameterDesc(Testing::PatternID_t id); 120 // Node ID 122 // Current param ID for the node 143 // Used to find a name from a pattern ID 146 // Used to find a name from an output ID [all …]
|
D | Error.h | 56 Error(Testing::errorID_t id,unsigned long nb) in Error() argument 58 this->errorID = id; in Error() 63 Error(Testing::errorID_t id,unsigned long nb, const char *details) in Error() argument 65 this->errorID = id; in Error() 199 char id[40]; in assert_equal_partial() local 212 sprintf(id," (nb=%lu)",i); in assert_equal_partial() 213 strcat(err.details,id); in assert_equal_partial() 231 char id[40]; in assert_equal() local 244 sprintf(id," (nb=%lu)",i); in assert_equal() 245 strcat(err.details,id); in assert_equal() [all …]
|
D | FPGA.h | 100 struct offsetOrGen getParameterDesc(Testing::PatternID_t id); 104 std::string getOutputPath(Testing::outputID_t id); 125 // Current param ID for the node 129 // Association pattern ID to pattern offset in C array m_patterns 132 // Association pattern ID to pattern size. 135 // Association parameter ID to parameter offset in C array m_parameters 138 // Association parameter ID to parameter size. 143 // Output will just use ID and post processing
|
/cmsis-dsp-3.7.0-3.6.0/Testing/PatternGeneration/ |
D | Tools.py | 191 """ Path to a reference pattern from the ID 194 i (int): ID to the reference pattern 206 """ Path to a reference pattern from the ID 209 i (int): ID to the reference pattern 222 """ Path to a reference pattern from the ID 225 i (int): ID to the reference pattern 237 """ Path to a reference pattern from the ID 240 i (int): ID to the reference pattern 252 """ Path to a reference pattern from the ID 255 i (int): ID to the reference pattern [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Testing/TestScripts/ |
D | Parser.py | 14 id (int) : Node id 16 Each pair is a pattern ID and pattern path 18 Each pair is an output ID and an output path 35 self.id = 1 53 a = str("%s -> %s%s(%d)\n" % (g,' ' * self.ident, str(self.data),self.id)) 76 # but it will be taken into account for ID generation 180 """ Compute the node ID and the node param ID 184 c.id = i 191 # PARAM ID is starting at 0 239 theId (int) : pattern ID [all …]
|
D | NewParser.py | 57 t.addPattern(c["ID"],c["path"]) 62 t.addParam(p.TreeElem.PARAMFILE,c["ID"],c["path"]) 65 t.addParam(p.TreeElem.PARAMGEN,c["ID"],c["numberList"]) 69 t.addOutput(c["ID"],c["path"]) 115 d["ID"] = toks["ID"] 121 d["ID"] = toks["ID"] 161 self.id = 0 174 … patterns = (Keyword("Pattern") + ident("ID") + ":" + path("path")).setParseAction(parseFile) 175 output = (Keyword("Output") + ident("ID") + ":" + path("path")).setParseAction(parseFile) 181 params = (Keyword("Params") + ident("ID") + fileOrGenerator).setParseAction(parseParamDesc) [all …]
|
D | CodeGen.py | 9 %s(Testing::testID_t id):Client::Group(id) 21 %s::%s(Testing::testID_t id):Client::Suite(id) 79 # Get the group ID 80 theId = root.id 92 theMemberId = c.id 119 theMemberId = c.id 150 theId = c.id 172 # Generate the pattern ID for patterns 181 # Generate output ID for the output categories 190 # Generate test ID for the test define din this suite [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Testing/ |
D | processResult.py | 21 def errorStr(id): argument 22 if id == 1: 24 if id == 2: 26 if id == 3: 28 if id == 4: 30 if id == 5: 32 if id == 6: 34 if id == 7: 36 if id == 8: 38 if id == 9: [all …]
|
D | diff.sql | 29 USING(ID,categoryid,NAME) : would have to be extended with any parameter defining the regression 45 select otherCores.ID as ID, 57 …INNER JOIN refCore ON refCore.ID = otherCores.ID AND refCore.categoryid = otherCores.categoryid AN…
|
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/style_template/ |
D | tabs.js | 4 function tabElement(id, folderName, tabTxt ) { argument 5 this.id = id; // elementID as needed in html; 8 …this.currentListItem = '<li id="' + this.id + '" class="current"> <a href="../' + this.folderName … 9 …this.listItem = '<li id="' + this.id + '"> <a href="../' + this.folderName + '/html/index.html"><s…
|
D | header.html | 31 <div id="side-nav" class="ui-resizable side-nav-resizable"><!-- do not remove this div, it is close… 34 <div id="top"><!-- do not remove this div, it is closed by doxygen! --> 36 <div id="titlearea"> 41 …<td id="projectlogo" style="padding: 1.5em;"><a href="https://www.keil.arm.com/cmsis" target="_bla… 45 <div id="projectname">$projectname 47 <!--BEGIN PROJECT_NUMBER--> <span id="projectnumber"><script type="text/javascript"> 55 <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF--> 77 <div id="CMSISnav" class="tabs1">
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/ |
D | cmsisdsp_tests.ipynb | 5 "id": "32645dea", 13 "id": "adbbe2cc", 21 "id": "22230ac8", 30 "id": "e684be27", 56 "id": "19c6b88c", 68 "id": "13c4c9c5", 79 "id": "a5e787dc", 87 "id": "b9135875", 95 "id": "0c645caa", 106 "id": "79d91f10", [all …]
|
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 5 "id": "241df33e", 13 "id": "3652bb1c", 31 "id": "23aa0adb", 48 "id": "d8ef4050", 78 "id": "5b7926c9", 92 "id": "352220f9", 104 "id": "3fb202b4", 117 "id": "3bc4b610", 120 …below code is generating a label ID for a command. The ID will be -1 for any command not in the `t… 126 "id": "9df05672", [all …]
|
/cmsis-dsp-3.7.0-3.6.0/Testing/Source/Benchmarks/ |
D | DistanceF32.cpp | 78 …void DistanceF32::setUp(Testing::testID_t id,std::vector<Testing::param_t>& paramsArgs,Client::Pat… in setUp() argument 83 …if ((id != DistanceF32::TEST_MINKOWSKI_DISTANCE_F32_9) && (id != DistanceF32::TEST_JENSENSHANNON_D… in setUp() 95 if (id == DistanceF32::TEST_CORRELATION_DISTANCE_F32_5) in setUp() 110 void DistanceF32::tearDown(Testing::testID_t id,Client::PatternMgr *mgr) in tearDown() argument 112 (void)id; in tearDown()
|
D | DistanceF16.cpp | 78 …void DistanceF16::setUp(Testing::testID_t id,std::vector<Testing::param_t>& paramsArgs,Client::Pat… in setUp() argument 83 …if ((id != DistanceF16::TEST_MINKOWSKI_DISTANCE_F16_9) && (id != DistanceF16::TEST_JENSENSHANNON_D… in setUp() 95 if (id == DistanceF16::TEST_CORRELATION_DISTANCE_F16_5) in setUp() 110 void DistanceF16::tearDown(Testing::testID_t id,Client::PatternMgr *mgr) in tearDown() argument 112 (void)id; in tearDown()
|
D | ControllerF32.cpp | 35 float32_t Id,Iq; in test_park_f32() local 39 arm_park_f32(0.1,0.2,&Id,&Iq,0.1,0.2); in test_park_f32() 63 …void ControllerF32::setUp(Testing::testID_t id,std::vector<Testing::param_t>& params,Client::Patte… in setUp() argument 73 switch(id) in setUp() 86 void ControllerF32::tearDown(Testing::testID_t id,Client::PatternMgr *mgr) in tearDown() argument
|
D | ControllerQ31.cpp | 35 q31_t Id,Iq; in test_park_q31() local 39 arm_park_q31(0xccccccd,0x1999999a,&Id,&Iq,0xccccccd,0x1999999a); in test_park_q31() 63 …void ControllerQ31::setUp(Testing::testID_t id,std::vector<Testing::param_t>& params,Client::Patte… in setUp() argument 73 switch(id) in setUp() 86 void ControllerQ31::tearDown(Testing::testID_t id,Client::PatternMgr *mgr) in tearDown() argument
|
D | StatsF64.cpp | 27 …void StatsF64::setUp(Testing::testID_t id,std::vector<Testing::param_t>& paramsArgs,Client::Patter… in setUp() argument 36 switch(id) in setUp() 50 void StatsF64::tearDown(Testing::testID_t id,Client::PatternMgr *mgr) in tearDown() argument 52 (void)id; in tearDown()
|