Searched full:html (Results 1 – 25 of 52) sorted by relevance
123
/cmsis-dsp-latest/Testing/cmsis_build/ |
D | check.bat | 3 python ..\processResult.py -f ..\Output.pickle -e -r results_m0p.txt -html > m0p.html 6 python ..\processResult.py -f ..\Output.pickle -e -r results_m23.txt -html > m23.html 9 python ..\processResult.py -f ..\Output.pickle -e -r results_m3.txt -html > m3.html 12 python ..\processResult.py -f ..\Output.pickle -e -r results_m4.txt -html > m4.html 15 python ..\processResult.py -f ..\Output.pickle -e -r results_m7.txt -html > m7.html 18 …hon ..\processResult.py -f ..\Output.pickle -e -r results_m7_unrolled.txt -html > m7_unrolled.html 21 python ..\processResult.py -f ..\Output.pickle -e -r results_m33.txt -html > m33.html 24 python ..\processResult.py -f ..\Output.pickle -e -r results_cs300.txt -html > cs300.html 27 python ..\processResult.py -f ..\Output.pickle -e -r results_cs300_u55.txt -html > cs300_u55.html 30 python ..\processResult.py -f ..\Output.pickle -e -r results_cs310.txt -html > cs310.html
|
D | runall.py | 265 HTMLHEADER="""<html> 273 </body></html> 283 # in a summary.html file 286 results_file = "summary.html" 288 results_file = f"summary_{compilers[0]}.html"
|
D | .gitignore | 3 *.html
|
/cmsis-dsp-latest/Documentation/ |
D | index.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht… 2 <html xmlns="http://www.w3.org/1999/xhtml"> 5 <meta http-equiv="refresh" content="0; URL=./html/index.html"> 11 If the automatic redirection is failing, click <a href="./html/index.html">open Documentation</a>. 14 </html>
|
D | README.md | 3 CMSIS-DSP Documentation in HTML format is published online at [https://arm-software.github.io/CMSIS… 9 Generating the HTML-formatted documentation from the source is done with `gen_doc.sh` script: 15 …cessful execution the resulting documentation package is then available in `./Documentation/html/`.
|
/cmsis-dsp-latest/Documentation/Doxygen/ |
D | dsp.dxy.in | 352 # mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in 435 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 448 # to NO, structs, classes, and unions are shown on a separate page (for HTML and 1183 # (index.html). This can be useful if you have a project on for instance GitHub 1246 # will make the HTML file larger and loading of large files a bit slower, you 1254 # point to the HTML generated by the htags(1) tool instead of doxygen built-in 1256 # (see https://www.gnu.org/software/global/global.html). You will need version 1313 # http://clang.llvm.org/docs/HowToSetupToolingForLLVM.html) containing the 1344 # Configuration options related to the HTML output 1347 # If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output [all …]
|
D | gen_doc.sh | 19 GENDIR=../html 81 git_changelog -f html -p "v" > src/history.txt 100 [[ ${RUN_LINKCHECKER} != 0 ]] && check_links "${DIRNAME}/../html/index.html" "${DIRNAME}"
|
/cmsis-dsp-latest/Documentation/Doxygen/style_template/ |
D | tabs.js | 5 this.id = id; // elementID as needed in html; 8 … + this.id + '" class="current"> <a href="../' + this.folderName + '/html/index.html"><span>' + th… 9 …this.listItem = '<li id="' + this.id + '"> <a href="../' + this.folderName + '/html/index.html"><s…
|
D | header.html | 1 <!-- HTML header for doxygen 1.9.6--> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xh… 3 <html xmlns="http://www.w3.org/1999/xhtml" lang="$langISO">
|
D | navtree.js | 447 if ((root=="index.html") && (!navTreeSubIndices[i]["index.html"].length)) { 448 navTreeSubIndices[i]["index.html"]=[0]; 459 n.html('<img src="'+relpath+'sync_off.png" title="'+SYNCOFFMSG+'"/>'); 464 n.html('<img src="'+relpath+'sync_on.png" title="'+SYNCONMSG+'"/>');
|
D | footer.html | 19 </html>
|
/cmsis-dsp-latest/PythonWrapper/docs/source/ |
D | conf.py | 5 # https://www.sphinx-doc.org/en/master/usage/configuration.html 49 # -- Options for HTML output ------------------------------------------------- 51 # The theme to use for HTML and HTML Help pages. See the documentation for
|
/cmsis-dsp-latest/Testing/TestScripts/doc/ |
D | Format.py | 15 # To format, in HTML, the cores in the right order. 107 html { 111 html, body { 505 class HTML: class 638 self._output.write("""<!doctype html> 639 <html> 662 self._output.write("</body></html>\n")
|
/cmsis-dsp-latest/Examples/ARM/arm_fir_example/ |
D | arm_fir_example_f32.c | 53 * \image html FIRLPF_signalflow.gif 79 * \image html FIRLPF_coeffs.gif 84 * \image html FIRLPF_response.gif 90 * \image html FIRLPF_input.gif 94 * \image html FIRLPF_output.gif
|
/cmsis-dsp-latest/.github/workflows/ |
D | runtest.yaml | 94 path: Testing/cmsis_build/summary_${{ matrix.compiler }}.html 102 test "$(grep "Error" summary_${{ matrix.compiler }}.html | wc -l)" -eq 0
|
D | pack.yml | 32 doc-path: ./Documentation/html
|
/cmsis-dsp-latest/Examples/ARM/arm_fft_bin_example/ |
D | arm_fft_bin_example_f32.c | 61 * \image html FFTBin.gif "Block Diagram" 67 * \image html FFTBinInput.gif "Input signal in Time domain" 68 * \image html FFTBinOutput.gif "Input signal in Frequency domain"
|
/cmsis-dsp-latest/Testing/ |
D | processResult.py | 131 print("<html><head><title>Test Results</title></head><body>") 201 print("</body></html>") 551 elif args.html: 571 parser.add_argument('-html', action='store_true', help="HTML output") 572 parser.add_argument('-ahtml', action='store_true', help="Partial HTML output")
|
/cmsis-dsp-latest/Include/dsp/ |
D | controller_functions.h | 137 * \image html PID.gif "Proportional Integral Derivative Controller" 422 …* \image html park.gif "Stator current space vector and its component in (a,b) and in the d,q rota… 427 * \image html parkFormula.gif 527 * \image html parkInvFormula.gif 622 * \image html clarke.gif Stator current space vector and its components in (a,b). 629 * \image html clarkeFormula.gif 709 * \image html clarkeInvFormula.gif
|
/cmsis-dsp-latest/ |
D | README.md | 122 …entation about [CMSIS Build](https://open-cmsis-pack.github.io/devtools/buildmgr/latest/index.html) 123 …ion about [CMSIS Pack](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html)
|
D | .gitignore | 2 Documentation/html/
|
D | ARM.CMSIS-DSP.pdsc | 48 <file category="doc" name="Documentation/html/index.html"/>
|
/cmsis-dsp-latest/Examples/ARM/arm_graphic_equalizer_example/ |
D | arm_graphic_equalizer_example_q31.c | 58 * \image html GEQ_signalflow.gif 66 * \image html GEQ_bandresponse.gif 74 * \image html GEQ_allbandresponse.gif 82 * \image html GEQ_inputchirp.gif 87 * \image html GEQ_outputchirp.gif
|
/cmsis-dsp-latest/Documentation/Doxygen/src/ |
D | mainpage.md | 71 …e [CMSIS-Pack format](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html).
|
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/ |
D | arm_linear_interp_example_f32.c | 59 * \image html linearInterpExampleMethod1.gif "Method 1: Sine caluclation using fast math" 61 …* \image html linearInterpExampleMethod2.gif "Method 2: Sine caluclation using interpolation funct…
|
123