Home
last modified time | relevance | path

Searched refs:title (Results 1 – 21 of 21) sorted by relevance

/cmsis-dsp-latest/dsppp/tests/
Dmatrix_test.cpp1694 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 …]
Dvector_test.cpp141 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()
Dfusion_test.cpp197 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()
Ddebug_test.cpp36 title<Q15>("Debug test"); in debug_test()
Drow_test.cpp123 title<T>("Row test"); in all_row_test()
157 title<T>("Swap test"); in all_row_test()
Ddot_test.cpp135 title<T>("Dot product"); in all_dot_test()
161 title<T>("Dot product with expressions"); in all_dot_test()
Dcol_test.cpp75 title<T>("Col test"); in all_col_test()
Dcommon_tests.h275 void title(const std::string &s) in title() function
Dfilter_test.cpp623 title<T>("FIR test"); in all_filter_test()
/cmsis-dsp-latest/Documentation/Doxygen/style_template/
Ddarkmode_toggle.js33 static title = "Toggle Light/Dark Mode" field in DarkModeToggle
66 toggleButton.title = DarkModeToggle.title
Dextra_stylesheet.css60 --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/
Dprocess.py90 title = workbook.add_format({'bold': True,'font_size':24}) variable
99 worksheet.write(line_nb,0, s,title)
/cmsis-dsp-latest/Testing/DebugScripts/
Ddebugbiquad.py2 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,semilogx, …
Ddebug.py2 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,semilogx, …
/cmsis-dsp-latest/Examples/ARM/arm_bayes_example/
Dtrain.py6 from pylab import scatter,figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,se…
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample.py4 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,semilogx, …
Dtestdsp.py331 from pylab import figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show
/cmsis-dsp-latest/Examples/ARM/arm_svm_example/
Dtrain.py6 from pylab import scatter,figure, clf, plot, xlabel, ylabel, xlim, ylim, title, grid, axes, show,se…
/cmsis-dsp-latest/Testing/
DextractDb.py677 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/
Ddsp.dxy.in41 # 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/
Dkws.ipynb489 " plt.title('STFT Magnitude')\n",