Searched refs:current (Results 1 – 9 of 9) sorted by relevance
/cmsis-dsp-latest/Testing/TestScripts/ |
D | Parser.py | 198 def reident(self,current,d=2): argument 201 self.ident=current 203 c.reident(current+d) 277 current = None 299 if identLevel > current.ident: 300 current.addPattern(patternID,patternPath) 308 if identLevel > current.ident: 309 current.addOutput(outputID,outputPath) 323 current = root 329 if identLevel > current.ident: [all …]
|
D | Deprecate.py | 7 current = node.data["deprecated"] 10 current = False 11 node.data["deprecated"] = current 12 return(current) 15 current = node.data["deprecated"] or deprecated 16 node.data["deprecated"] = current 19 inheritDeprecation(c,current)
|
/cmsis-dsp-latest/Source/DistanceFunctions/ |
D | arm_dtw_path_f32.c | 79 float32_t current=F32_MAX; in arm_dtw_path_f32() local 84 if (temp<current) in arm_dtw_path_f32() 86 current=temp; in arm_dtw_path_f32() 94 if (temp<current) in arm_dtw_path_f32() 96 current=temp; in arm_dtw_path_f32() 104 if (temp<current) in arm_dtw_path_f32() 106 current=temp; in arm_dtw_path_f32()
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | extra_tabs.css | 68 .tablist li.current a { 73 .tabs1 .tablist li.current a { 81 .tabs .tablist li.current a { 90 .tabs li.current a:hover {
|
/cmsis-dsp-latest/Testing/FrameworkSource/ |
D | IORunner.cpp | 56 volatile Testing::cycles_t current; in IORunner() local 166 current = getCycles(); in IORunner() 168 calibration += current; in IORunner()
|
D | FPGA.cpp | 354 Testing::param_t *p,*current; in ReadParameterList() local 364 current=p; in ReadParameterList() 369 *current++ = (Testing::param_t)sample; in ReadParameterList()
|
D | Semihosting.cpp | 183 Testing::param_t *p,*current; in ReadParameterList() local 196 current=p; in ReadParameterList() 201 *current++ = (Testing::param_t)sample; in ReadParameterList()
|
/cmsis-dsp-latest/Testing/ |
D | README.md | 353 … return NULL when a pattern is still referencing a generation of memory older than the current one. 761 In current example, we assume all float16_t code and tests are not supported by AC5 just to
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 68 # left blank the current directory will be used. 779 # doxygen should invoke to get the current version for each file (typically from 919 # Note: If this tag is empty the current directory is searched. 2487 # in the modules index. If set to NO, only the current project's groups will be 2494 # the related pages index. If set to NO, only the current project's pages will
|