Searched refs:Source (Results 1 – 19 of 19) sorted by relevance
/cmsis-dsp-latest/Source/ |
D | Makefile | 35 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/ |
D | CMakeLists.txt | 7 # existing projects that assume CMSIS-DSP's entry point to be Source/, we only 9 add_subdirectory(Source)
|
D | LICENSE | 26 "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
|
D | MANIFEST.in | 5 include Source/DistanceFunctions/arm_boolean_distance_template.h
|
D | README.md | 144 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/ |
D | AppNodes.h | 82 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
|
D | scheduler.cpp | 113 Source<q15_t,160> src(fifo0); in scheduler()
|
D | test.dot | 56 <TD ALIGN="CENTER" PORT="i">src<BR/>(Source)</TD>
|
/cmsis-dsp-latest/PythonWrapper/ |
D | CMakeLists.txt | 12 add_subdirectory(${CMSISDSP}/Source bin_dsp)
|
/cmsis-dsp-latest/Source/CommonTables/ |
D | Config.cmake | 15 target_sources(CMSISDSP PRIVATE "${DSP}/ComputeLibrary/Source/arm_cl_tables.c")
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM0P/ |
D | system_ARMCM0plus.c.base@2.0.0 | 3 * @brief CMSIS Device System Source File for
|
/cmsis-dsp-latest/dsppp/RTE/Device/ARMCM4/ |
D | system_ARMCM4.c.base@2.0.0 | 3 * @brief CMSIS Device System Source File for
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | appnodes.py | 53 class Source(GenericSource): class
|
D | test.dot | 56 <TD ALIGN="CENTER" PORT="i">src<BR/>(Source)</TD>
|
D | sched.py | 67 src = Source(160,fifo0,input_array)
|
D | kws.ipynb | 1660 "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/ |
D | mainpage.md | 82 Source | Source files
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 587 You should create another include Include/MyClass.h and another cpp file Source/MyClass.cpp in TEst…
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 938 ../../Source/ \ 1040 ../../Source/DistanceFunctions/arm_boolean_distance_template.h \ 1041 ../../Source/DistanceFunctions/arm_boolean_distance.c
|