/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | arm_sqrt_q15.c | 56 q15_t number, var1, signBits1,temp; in arm_sqrt_q15() local 58 number = in; in arm_sqrt_q15() 61 if (number > 0) in arm_sqrt_q15() 63 signBits1 = __CLZ(number) - 17; in arm_sqrt_q15() 68 number = number << signBits1; in arm_sqrt_q15() 72 number = number << (signBits1 - 1); in arm_sqrt_q15() 75 var1 = sqrt_initial_lut_q15[(number>> 11) - (Q12QUARTER >> 11)]; in arm_sqrt_q15() 81 temp = ((q31_t) number * temp) >> 15; in arm_sqrt_q15() 86 temp = ((q31_t) number * temp) >> 15; in arm_sqrt_q15() 91 temp = ((q31_t) number * temp) >> 15; in arm_sqrt_q15() [all …]
|
D | arm_sqrt_q31.c | 56 q31_t number, var1, signBits1 ,temp; in arm_sqrt_q31() local 58 number = in; in arm_sqrt_q31() 61 if (number > 0) in arm_sqrt_q31() 63 signBits1 = __CLZ(number) - 1; in arm_sqrt_q31() 68 number = number << signBits1; in arm_sqrt_q31() 72 number = number << (signBits1 - 1); in arm_sqrt_q31() 76 var1 = sqrt_initial_lut_q31[(number>> 26) - (Q28QUARTER >> 26)]; in arm_sqrt_q31() 83 temp = ((q63_t) number * temp) >> 31; in arm_sqrt_q31() 90 temp = ((q63_t) number * temp) >> 31; in arm_sqrt_q31() 96 temp = ((q63_t) number * temp) >> 31; in arm_sqrt_q31() [all …]
|
/cmsis-dsp-latest/Testing/cmsis_build/configs/ |
D | ARMCA5neon_config.txt | 9 …x123456 # (int , init-time) default = '0x123456' : ARM SVC number for semihosting : … 10 …=0xAB # (int , init-time) default = '0xAB' : Thumb SVC number for semihosting : … 11 …=0xF000 # (int , init-time) default = '0xF000' : ARM HLT number for semihosting : … 12 …=0x3C # (int , init-time) default = '0x3C' : Thumb HLT number for semihosting : …
|
D | ARMCA9neon_config.txt | 9 …x123456 # (int , init-time) default = '0x123456' : ARM SVC number for semihosting : … 10 …=0xAB # (int , init-time) default = '0xAB' : Thumb SVC number for semihosting : … 11 …=0xF000 # (int , init-time) default = '0xF000' : ARM HLT number for semihosting : … 12 …=0x3C # (int , init-time) default = '0x3C' : Thumb HLT number for semihosting : …
|
D | ARMCA7neon_config.txt | 9 …x123456 # (int , init-time) default = '0x123456' : ARM SVC number for semihosting : … 10 …=0xAB # (int , init-time) default = '0xAB' : Thumb SVC number for semihosting : … 11 …=0xF000 # (int , init-time) default = '0xF000' : ARM HLT number for semihosting : … 12 …=0x3C # (int , init-time) default = '0x3C' : Thumb HLT number for semihosting : …
|
D | ARM_VHT_Corstone_310_config.txt | 11 … # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : … 19 …the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : […
|
D | ARM_VHT_MPS2_M55_config.txt | 8 … # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : … 16 …the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : […
|
D | ARM_VHT_MPS2_M33_DSP_FP_config.txt | 8 … # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : … 16 …the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : […
|
D | ARM_VHT_MPS2_M35P_DSP_FP_config.txt | 8 … # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : … 16 …the Non-Secure MPU. If Security Extentions are absent, this is the total number of MPU regions : […
|
D | ARM_VHT_MPS2_M3_config.txt | 6 …SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
|
D | ARM_VHT_MPS2_M4FP_config.txt | 7 …SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
|
D | ARM_VHT_MPS2_M0plus_config.txt | 6 …umb_SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
|
D | ARM_VHT_MPS2_M7DP_config.txt | 7 …SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
|
D | ARM_VHT_MPS2_M23_config.txt | 6 … # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
|
/cmsis-dsp-latest/ |
D | setup.py | 74 def notf16(number): argument 75 if re.search(r'f16',number): 77 if re.search(r'F16',number):
|
D | PythonWrapper_README.md | 83 Note that due to the great number of possible configurations (OS, Compiler, Python), we can't give … 286 * Improve `addLiteralArg` and `addVariableArg` in compute graph to use variable number of arguments
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/kws/ |
D | kws.ino | 33 // default number of output channels 92 // Query the number of available bytes
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | introduction.md | 30 4. Each loop contains a small number of instructions. For instance, for the `arm_add_f32`, two load…
|
D | mainpage.md | 7 The library is divided into a number of functions each covering a specific category: 63 The library ships with a number of examples which demonstrate how to use the library functions. Ple…
|
D | matrix.md | 66 The first argument `2` is the row number (starting from `0`).
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 46 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This 78 # control the number of sub-directories. 83 # Controls the number of sub-directories that will be created when 85 # level increment doubles the number of directories, resulting in 4096 88 # number of 16 directories. 264 # The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen 270 # This tag can be used to specify a number of aliases that act as commands in 478 # The NUM_PROC_THREADS specifies the number of threads doxygen is allowed to use 479 # during processing. When set to 0 doxygen will based this on the number of 746 # The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the [all …]
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 292 Second line is the number of samples 312 First line is the number of samples. Then the samples. 314 First line must be a multiple of the number of parameters. In our above example we have 3 parameter… 315 So, the number of possible run must be a multiple of 3 since we need to specify values for all para… 330 …new buffer, free all the already allocated buffers and give a generation number which is increment…
|
D | bench.txt | 347 Vector scaling by real number:vec_mult_real_f32 376 Vector scaling by real number:vec_mult_real_q31 405 Vector scaling by real number:vec_mult_real_q15
|
D | bench_f16.txt | 120 Vector scaling by real number:vec_mult_real_f16
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 283 "Following code is giving the number of speech samples for each keyword.\n", 284 "It is assuming that all keywords contain the same number of samples." 317 …"It is also generating some random noise patterns.For the unknown class, the number of patterns wi… 1639 … by its inputs and outputs. For each IO, we define the data type and the number of samples read or…
|