/cmsis-dsp-latest/dsppp/tests/ |
D | matrix_test.cpp | 1694 title<T>("Householder"); in matrix_all_test() 1699 title<T>("QR"); in matrix_all_test() 1704 title<T>("Cholesky"); in matrix_all_test() 1712 title<T>("Matrix inverse"); in matrix_all_test() 1722 title<T>("Matrix outer product"); in matrix_all_test() 1730 title<T>("Matrix outer product"); in matrix_all_test() 1737 title<T>("Matrix times vector"); in matrix_all_test() 1747 title<T>("Matrix times vector"); in matrix_all_test() 1752 title<T>("Matrix times vector expression"); in matrix_all_test() 1762 title<T>("Matrix times vector expression"); in matrix_all_test() [all …]
|
D | vector_test.cpp | 141 title<T>("Vector"); in all_vector_test() 165 title<T>("Vector View"); in all_vector_test() 182 title<T>("Vector fill"); in all_vector_test()
|
D | fusion_test.cpp | 197 title<T>("Vector Fusion"); in all_fusion_test() 206 title<T>("Dot Product Fusion"); in all_fusion_test() 218 title<T>("Unroll Fusion"); in all_fusion_test()
|
D | debug_test.cpp | 36 title<Q15>("Debug test"); in debug_test()
|
D | row_test.cpp | 123 title<T>("Row test"); in all_row_test() 157 title<T>("Swap test"); in all_row_test()
|
D | dot_test.cpp | 135 title<T>("Dot product"); in all_dot_test() 161 title<T>("Dot product with expressions"); in all_dot_test()
|
D | col_test.cpp | 75 title<T>("Col test"); in all_col_test()
|
D | common_tests.h | 275 void title(const std::string &s) in title() function
|
D | filter_test.cpp | 623 title<T>("FIR test"); in all_filter_test()
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | darkmode_toggle.js | 33 static title = "Toggle Light/Dark Mode" field in DarkModeToggle 66 toggleButton.title = DarkModeToggle.title
|
D | extra_stylesheet.css | 60 --title-background-color: white; 61 --title-separator-color: #5373B4; 83 --memdef-title-background-color: var(--arm_light_gray2); 84 --memdef-title-gradient-image: none; 203 --font-family-title: Lato, Calibri, sans-serif; 238 --title-background-color: #090D16; 239 --title-separator-color: #354C79; 260 --memdef-title-background-color: var(--arm_black); 261 --memdef-title-gradient-image: none; 263 --memdef-proto-background-color: var(--memdef-title-background-color); [all …]
|
/cmsis-dsp-latest/dsppp/ |
D | process.py | 90 title = workbook.add_format({'bold': True,'font_size':24}) variable 99 worksheet.write(line_nb,0, s,title)
|
/cmsis-dsp-latest/Testing/DebugScripts/ |
D | debugbiquad.py | 2 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,semilogx, …
|
D | debug.py | 2 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,semilogx, …
|
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/ |
D | train.py | 6 from pylab import scatter,figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,se…
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example.py | 4 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,semilogx, …
|
D | testdsp.py | 331 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show
|
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/ |
D | train.py | 6 from pylab import scatter,figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,se…
|
/cmsis-dsp-latest/Testing/ |
D | extractDb.py | 677 title=[("%s=%s" % x) for x in list(zip(theCycles['cols'],params))] 678 title="".join(joinit(title," ")) 679 sec=Section(title)
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 41 # title of most generated pages and in a few other places. 624 # append additional text to a page's title, such as Class Reference. If set to 1763 # project logo, title, and description. If either GENERATE_TREEVIEW or
|
/cmsis-dsp-latest/PythonWrapper/examples/kws_example/ |
D | kws.ipynb | 489 " plt.title('STFT Magnitude')\n",
|