Searched refs:second (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/dsppp/ |
D | allocator.cpp | 31 std::cout << "ALLOC_POOL(" << v.first << "," << v.second << "); \r\n"; in print_map() 32 total_static += v.first * v.second; in print_map() 60 std::cout << std::dec << -v.first << " : " << v.second << "\r\n"; in print_map() 61 total_dynamic += (-v.first) * v.second; in print_map() 78 v.second = 0; in reset_current_stats() 88 if (v.second > 0) in check_current_stats() 92 … std::cout << "Error memory pool " << v.first << " not empty = " << v.second << "\r\n"; in check_current_stats() 96 … std::cout << "Error dynamic alloc " << -v.first << " not empty = " << v.second << "\r\n"; in check_current_stats()
|
/cmsis-dsp-latest/Testing/ |
D | addToRegDB.py | 57 def diff(first, second): argument 58 second = set(second) 59 return [item for item in first if item not in second]
|
D | addToDB.py | 55 def diff(first, second): argument 56 second = set(second) 57 return [item for item in first if item not in second]
|
D | extractDb.py | 235 def diff(first, second): argument 236 second = set(second) 237 return [item for item in first if item not in second]
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | mfcc.rst | 19 The second argument is the position of the first coefficient of the filter in the list of coefficie…
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | matrix.md | 54 To set the second row to `0.0f`, you can do: 68 The second argument `1` is where is the row we start the view : element `1`.
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | extra_tabs.css | 2 /* in Doxygen 1.9.2 'tabs' is assigned to second navigation row (navrow1) with
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 174 …"The final feature is the zcr computed on a segment of 1 second and filtered. We are using a slidi… 188 " # The speech pattern is padded to ensure it has a duration of 1 second\n", 1645 "* A FIR node which is filtering all the features for one second of signal\n", 1650 …"* After each recognition attempt on a segment of 1 second, we want to slide the recognition windo… 1777 " FEATURE_LENGTH=98 # for one second\n", 1778 " FEATURE_OVERLAP = 49 # We slide feature by 0.5 second\n", 2022 …re printed `Yes` than `Yes` in the pattern because we are sliding by 0.5 second between each recog…
|