Home
last modified time | relevance | path

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

12

/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_sqrt_q15.c56 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 …]
Darm_sqrt_q31.c56 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/
DARMCA5neon_config.txt9 …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 : …
DARMCA9neon_config.txt9 …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 : …
DARMCA7neon_config.txt9 …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 : …
DARM_VHT_Corstone_310_config.txt11 … # (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 : […
DARM_VHT_MPS2_M55_config.txt8 … # (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 : […
DARM_VHT_MPS2_M33_DSP_FP_config.txt8 … # (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 : […
DARM_VHT_MPS2_M35P_DSP_FP_config.txt8 … # (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 : […
DARM_VHT_MPS2_M3_config.txt6 …SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
DARM_VHT_MPS2_M4FP_config.txt7 …SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
DARM_VHT_MPS2_M0plus_config.txt6 …umb_SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
DARM_VHT_MPS2_M7DP_config.txt7 …SVC=0xAB # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
DARM_VHT_MPS2_M23_config.txt6 … # (int , init-time) default = '0xAB' : T32 SVC number for semihosting : …
/cmsis-dsp-latest/
Dsetup.py74 def notf16(number): argument
75 if re.search(r'f16',number):
77 if re.search(r'F16',number):
DPythonWrapper_README.md83 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/
Dkws.ino33 // default number of output channels
92 // Query the number of available bytes
/cmsis-dsp-latest/Documentation/Doxygen/src/
Dintroduction.md30 4. Each loop contains a small number of instructions. For instance, for the `arm_add_f32`, two load…
Dmainpage.md7 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…
Dmatrix.md66 The first argument `2` is the row number (starting from `0`).
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in46 # 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/
DREADME.md292 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…
Dbench.txt347 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
Dbench_f16.txt120 Vector scaling by real number:vec_mult_real_f16
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/
Dkws.ipynb283 "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…

12