Home
last modified time | relevance | path

Searched refs:Source (Results 1 – 19 of 19) sorted by relevance

/cmsis-dsp-latest/Source/
DMakefile35 SRCS := $(CMSIS_DSP)/Source/BasicMathFunctions/BasicMathFunctions.c \
36 $(CMSIS_DSP)/Source/CommonTables/CommonTables.c \
37 $(CMSIS_DSP)/Source/InterpolationFunctions/InterpolationFunctions.c \
38 $(CMSIS_DSP)/Source/BayesFunctions/BayesFunctions.c \
39 $(CMSIS_DSP)/Source/MatrixFunctions/MatrixFunctions.c \
40 $(CMSIS_DSP)/Source/ComplexMathFunctions/ComplexMathFunctions.c \
41 $(CMSIS_DSP)/Source/QuaternionMathFunctions/QuaternionMathFunctions.c \
42 $(CMSIS_DSP)/Source/ControllerFunctions/ControllerFunctions.c \
43 $(CMSIS_DSP)/Source/SVMFunctions/SVMFunctions.c \
44 $(CMSIS_DSP)/Source/DistanceFunctions/DistanceFunctions.c \
[all …]
/cmsis-dsp-latest/
DCMakeLists.txt7 # existing projects that assume CMSIS-DSP's entry point to be Source/, we only
9 add_subdirectory(Source)
DLICENSE26 "Source" form shall mean the preferred form for making modifications,
31 transformation or translation of a Source form, including but
35 "Work" shall mean the work of authorship, whether in Source or
40 "Derivative Works" shall mean any work, whether in Source or Object
71 Work and such Derivative Works in Source or Object form.
91 modifications, and in Source or Object form, provided that You
100 (c) You must retain, in the Source form of any Derivative Works
102 attribution notices from the Source form of the Work,
112 as part of the Derivative Works; within the Source form or
DMANIFEST.in5 include Source/DistanceFunctions/arm_boolean_distance_template.h
DREADME.md144 There is an example `Makefile` in `Source`.
152 …ou'll also need to include `ComputeLibrary/Include` and the source file in `ComputeLibrary/Source`.
166 add_subdirectory(${CMSISDSP}/Source bin_dsp)
187 * Source
192 In `Source` subfolders, you may either build all of the source file with a datatype suffix (like `_…
239 * Source
266 * Source:
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/
DAppNodes.h82 template<typename OUT, int outputSize> class Source; variable
85 class Source<q15_t,outputSize>: public GenericSource<q15_t,outputSize>
88 Source(FIFOBase<q15_t> &dst):GenericSource<q15_t,outputSize>(dst) in Source() function
Dscheduler.cpp113 Source<q15_t,160> src(fifo0); in scheduler()
Dtest.dot56 <TD ALIGN="CENTER" PORT="i">src<BR/>(Source)</TD>
/cmsis-dsp-latest/PythonWrapper/
DCMakeLists.txt12 add_subdirectory(${CMSISDSP}/Source bin_dsp)
/cmsis-dsp-latest/Source/CommonTables/
DConfig.cmake15 target_sources(CMSISDSP PRIVATE "${DSP}/ComputeLibrary/Source/arm_cl_tables.c")
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/
Dsystem_ARMCM0plus.c.base@2.0.03 * @brief CMSIS Device System Source File for
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM4/
Dsystem_ARMCM4.c.base@2.0.03 * @brief CMSIS Device System Source File for
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dappnodes.py53 class Source(GenericSource): class
Dtest.dot56 <TD ALIGN="CENTER" PORT="i">src<BR/>(Source)</TD>
Dsched.py67 src = Source(160,fifo0,input_array)
Dkws.ipynb1660 "class Source(GenericSource):\n",
1668 " return \"Source\"\n",
1723 …generated by th PDM driver on Arduino. The Arduino implementation of the Source is doing the adapt…
1764 " src=Source(\"src\",AUDIO_INTERRUPT_LENGTH)\n",
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dmainpage.md82 �� Source | Source files
/cmsis-dsp-latest/Testing/
DREADME.md587 You should create another include Include/MyClass.h and another cpp file Source/MyClass.cpp in TEst…
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in938 ../../Source/ \
1040 ../../Source/DistanceFunctions/arm_boolean_distance_template.h \
1041 ../../Source/DistanceFunctions/arm_boolean_distance.c