Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Testing/
DcreateDb.sql21 compilerid INTEGER PRIMARY KEY, field
64 compilerid INTEGER, field
68 FOREIGN KEY(compilerid) REFERENCES COMPILER(compilerid),
Ddiff.sql61 INNER JOIN COMPILER ON COMPILER.compilerid = otherCores.compilerid
DextractDb.py225 def getCompilerDesc(compilerid): argument
226 r=c.execute(compilerDesc,(compilerid,)).fetchone()
361 def getTestNamesForCoreCompiler(benchTable,compilerid,core): argument
362 vals=(core,compilerid) + runidval
481 def getColNamesAndDataForCoreCompiler(benchTable,compilerid,core): argument
487 vals=(core,compilerid) + runidval
558 def getCoresForHistory(benchTable,compilerid,typeid,testid,runid): argument
559 vals=(compilerid,typeid,testid,runid)
583 for compilerid,compilername,version in compilerids:
584 result=getColNamesAndHistory(benchName,compilerid,coreid,typeid,testid)
[all …]
Dexamples.sql15 INNER JOIN COMPILER USING(compilerid)
DaddToRegDB.py163 compilerid = 0
263 compilerid = compiler
285 return({'compilerid':compilerid,'platformid':platformid,'coreid':coreid})
DaddToDB.py157 compilerid = 0
256 compilerid = compiler
275 return({'compilerid':compilerid,'platformid':platformid,'coreid':coreid})