Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 25) sorted by relevance

/cmsis-dsp-3.7.0-3.6.0/Testing/
DcreateDb.sql23 version text, field
29 CREATE INDEX compiler_index ON COMPILER(compilerkindid,version);
31 CREATE INDEX compiler_all_index ON COMPILER(compilerkindid,version,testdateid);
DaddToDB.py134 def findInCompilerTable(conn,kind,version): argument
136 …n.execute("select compilerid from COMPILER where compilerkindid=? AND version=?" , (kind,version))
143 …ute("INSERT INTO COMPILER(compilerkindid,version,testdateid) VALUES(?,?,?)" ,(kind,version,dateid))
145 …erid from COMPILER where compilerkindid=? AND version=? AND testdateid=?" , (kind,version,dateid))
DaddToRegDB.py140 def findInCompilerTable(conn,kind,version): argument
142 …n.execute("select compilerid from COMPILER where compilerkindid=? AND version=?" , (kind,version))
149 …ute("INSERT INTO COMPILER(compilerkindid,version,testdateid) VALUES(?,?,?)" ,(kind,version,dateid))
151 …erid from COMPILER where compilerkindid=? AND version=? AND testdateid=?" , (kind,version,dateid))
DextractDb.py583 for compilerid,compilername,version in compilerids:
990 compilerName,version=getCompilerDesc(compiler)
991 compilerSection = Section("%s (%s)" % (compilerName,version))
1000 compilerName,version=getCompilerDesc(compiler)
1001 compilerSection = Section("%s (%s)" % (compilerName,version))
1041 compilerName,version=getCompilerDesc(compiler)
1042 compilerSection = Section("%s (%s)" % (compilerName,version))
1054 compilerName,version=getCompilerDesc(compiler)
1055 compilerSection = Section("%s (%s)" % (compilerName,version))
Dexamples.sql10 …y,NAME,CYCLES,PLATFORM.platform,CORE.core,COMPILERKIND.compiler,COMPILER.version,BasicMathsBenchma…
Ddiff.sql53 COMPILER.version as COMPILERVERSION,
DREADME.md20 Once you have cloned the right version and installed the Python packages, you need to generate some…
731 … the fields which are common to lot of rows like core, compiler, compiler version, datatype etc ...
/cmsis-dsp-3.7.0-3.6.0/cmsisdsp/
D__init__.py1 import cmsisdsp.version
20 __version__ = cmsisdsp.version.__version__
/cmsis-dsp-3.7.0-3.6.0/Documentation/
DREADME.md5 The version drop-down menu there allows to switch between the documentation provided with offical r…
15 The script expects specific version of [doxygen](https://www.doxygen.nl/) to be installed locally. …
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/src/
Dhistory.md3 CMSIS-DSP version is offically updated upon releases of the [CMSIS-DSP pack](https://www.keil.arm.c…
Dmainpage.md27 When using a vectorized version, provide a little bit of padding after the end of a buffer (3 words…
29 …oping and testing an algorithm with NumPy and SciPy before writing the C version. Is is available …
/cmsis-dsp-3.7.0-3.6.0/
Dsetup.py162 version = main_ns['__version__'],
DREADME.md12 …e according to the core and most of the functions are using a vectorized version when the Helium o…
59 The header files are part of the CMSIS-DSP pack (version 1.10.2 and above).
DLICENSE49 the original version of the Work and any modifications or additions
/cmsis-dsp-3.7.0-3.6.0/Documentation/Doxygen/
Ddsp.dxy.in47 # could be handy for archiving the generated documentation or if some version
282 # with the commands \{ and \} for these it is advised to use the version @{ and
779 # doxygen should invoke to get the current version for each file (typically from
780 # the version control system). Doxygen will invoke the program by executing (via
784 # version. For an example see the documentation.
884 # and the warning text. Optionally the format may contain $version, which will
885 # be replaced by the version of the file (if it could be obtained via
1243 # (see https://www.gnu.org/software/global/global.html). You will need version
1247 # - Install the latest version of global
1368 # default header when upgrading to a newer version of doxygen. For a description
[all …]
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/ARMCM0P/
Dgcc_arm.ld4 * @version V2.1.0
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/ARMCM3/
Dgcc_arm.ld4 * @version V2.1.0
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/ARMCM4_FP/
Dgcc_arm.ld4 * @version V2.1.0
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/ARMCM7_DP/
Dgcc_arm.ld4 * @version V2.1.0
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/ARMCM23/
Dgcc_arm.ld4 * @version V2.2.0
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/ARMCM33_DSP_FP/
Dgcc_arm.ld4 * @version V2.2.0
/cmsis-dsp-3.7.0-3.6.0/Testing/cmsis_build/RTE/Device/ARMCM55/
Dgcc_arm.ld4 * @version V2.2.0
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/
Dcmsisdsp_tests.ipynb353 "version": 3
360 "version": "3.10.0"
DNoise suppression.ipynb790 " # In a better version this could be computed from the signal length by taking the\n",
1234 " # Q31 version of the Hann window\n",
1434 " # Q15 version of the Hann window\n",
1851 "version": 3
1858 "version": "3.10.0"
/cmsis-dsp-3.7.0-3.6.0/PythonWrapper/examples/kws_example/
Dkws.ipynb1248 "Let's check the feature on the data to compare with the F32 version and check it is working:"
1607 …"Q15 version is as good as other versions so we are selecting this implementation to run on the Ar…
2446 "version": 3
2453 "version": "3.10.0"