Skip to content

Commit

Permalink
Update documentation for branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 9, 2024
1 parent 6a6c461 commit f919bbc
Show file tree
Hide file tree
Showing 106 changed files with 4,143 additions and 6,106 deletions.
Binary file removed main/DCT4.gif
Binary file not shown.
195 changes: 96 additions & 99 deletions main/annotated.html

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions main/annotated_dup.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main/arm_convolution_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
<div class="line"> </div>
<div class="line">int32_t main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status; <span class="comment">/* Status of the example */</span></div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status; <span class="comment">/* Status of the example */</span></div>
<div class="line"> <a id="_a0" name="_a0"></a><a class="code hl_struct" href="structarm__cfft__radix4__instance__f32.html" title="Instance structure for the floating-point CFFT/CIFFT function.">arm_cfft_radix4_instance_f32</a> cfft_instance; <span class="comment">/* CFFT Structure instance */</span></div>
<div class="line"> </div>
<div class="line"><span class="preprocessor">#if defined(SEMIHOSTING)</span></div>
Expand Down
2 changes: 1 addition & 1 deletion main/arm_dotproduct_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<div class="line"><a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> multOutput[MAX_BLOCKSIZE]; <span class="comment">/* Intermediate output */</span></div>
<div class="line"><a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> testOutput; <span class="comment">/* Final ouput */</span></div>
<div class="line"> </div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status; <span class="comment">/* Status of the example */</span></div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status; <span class="comment">/* Status of the example */</span></div>
<div class="line"> </div>
<div class="line">int32_t main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
Expand Down
2 changes: 1 addition & 1 deletion main/arm_fft_bin_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
<div class="line">int32_t main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> </div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status;</div>
<div class="line"> <a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> maxValue;</div>
<div class="line"> </div>
<div class="line"> status = <a id="a1" name="a1"></a><a class="code hl_enumvalue" href="group__genericTypes.html#gga5e459c6409dfcd2927bb8a57491d7cf6a9f8b2a10bd827fb4600e77d455902eb0">ARM_MATH_SUCCESS</a>;</div>
Expand Down
2 changes: 1 addition & 1 deletion main/arm_fir_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
<div class="line">{</div>
<div class="line"> uint32_t i;</div>
<div class="line"> <a id="_a0" name="_a0"></a><a class="code hl_struct" href="structarm__fir__instance__f32.html" title="Instance structure for the floating-point FIR filter.">arm_fir_instance_f32</a> S;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status;</div>
<div class="line"> <a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> *inputF32, *outputF32;</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Initialize input and output buffer pointers */</span></div>
Expand Down
2 changes: 1 addition & 1 deletion main/arm_linear_interp_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<div class="line">int32_t main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> uint32_t i;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status;</div>
<div class="line"> </div>
<div class="line"> <a id="_a0" name="_a0"></a><a class="code hl_struct" href="structarm__linear__interp__instance__f32.html" title="Instance structure for the floating-point Linear Interpolate function.">arm_linear_interp_instance_f32</a> S = {1884, -3.141592653589793238, XSPACING, (<span class="keywordtype">float</span>*)&amp;arm_linear_interep_table[0]};</div>
<div class="line"> </div>
Expand Down
2 changes: 1 addition & 1 deletion main/arm_matrix_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<div class="line"> <a class="code hl_struct" href="structarm__matrix__instance__f32.html" title="Instance structure for the floating-point matrix structure.">arm_matrix_instance_f32</a> X; <span class="comment">/* Matrix X(Unknown Matrix) instance */</span></div>
<div class="line"> </div>
<div class="line"> uint32_t srcRows, srcColumns; <span class="comment">/* Temporary variables */</span></div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status;</div>
<div class="line"> </div>
<div class="line"> <span class="comment">/* Initialise A Matrix Instance with numRows, numCols and data array(A_f32) */</span></div>
<div class="line"> srcRows = 4;</div>
Expand Down
6 changes: 3 additions & 3 deletions main/arm_signal_converge_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -217,13 +217,13 @@
<div class="line"><span class="comment">* Function Declarations for Signal Convergence Example</span></div>
<div class="line"><span class="comment">* ------------------------------------------------------------------- */</span></div>
<div class="line"> </div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> test_signal_converge_example( <span class="keywordtype">void</span> );</div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> test_signal_converge_example( <span class="keywordtype">void</span> );</div>
<div class="line"> </div>
<div class="line"> </div>
<div class="line"><span class="comment">/* ----------------------------------------------------------------------</span></div>
<div class="line"><span class="comment">* Internal functions</span></div>
<div class="line"><span class="comment">* ------------------------------------------------------------------- */</span></div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> test_signal_converge(<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a>* err_signal,</div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> test_signal_converge(<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a>* err_signal,</div>
<div class="line"> uint32_t blockSize);</div>
<div class="line"> </div>
<div class="line"><span class="keywordtype">void</span> getinput(<a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a>* input,</div>
Expand Down Expand Up @@ -254,7 +254,7 @@
<div class="line">int32_t main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> uint32_t i;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status;</div>
<div class="line"> uint32_t index;</div>
<div class="line"> <a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> minValue;</div>
<div class="line"> </div>
Expand Down
2 changes: 1 addition & 1 deletion main/arm_sin_cos_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
<div class="line"><span class="comment">* Max magnitude FFT Bin test</span></div>
<div class="line"><span class="comment">* ------------------------------------------------------------------- */</span></div>
<div class="line"> </div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status;</div>
<div class="line"><a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status;</div>
<div class="line"> </div>
<div class="line">int32_t main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
Expand Down
2 changes: 1 addition & 1 deletion main/arm_variance_example_f32_8c-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<div class="line"> </div>
<div class="line">int32_t main(<span class="keywordtype">void</span>)</div>
<div class="line">{</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="Error status returned by some functions in the library.">arm_status</a> status;</div>
<div class="line"> <a class="code hl_enumeration" href="group__genericTypes.html#ga5e459c6409dfcd2927bb8a57491d7cf6" title="vector types">arm_status</a> status;</div>
<div class="line"> <a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> mean, oneByBlockSize;</div>
<div class="line"> <a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> variance;</div>
<div class="line"> <a class="code hl_typedef" href="group__genericTypes.html#ga4611b605e45ab401f02cab15c5e38715" title="32-bit floating-point type definition.">float32_t</a> diff;</div>
Expand Down
Loading

0 comments on commit f919bbc

Please sign in to comment.