Welcome to mirror list, hosted at ThFree Co, Russian Federation.

globals_func_c.html « html « DSP « docs « CMSIS « Drivers - github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 606d3ec3d7552b1179afa4967b22d637e07bca4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>Globals</title>
<title>CMSIS-DSP: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="cmsis.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<script type="text/javascript" src="printComponentTabs.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
  $(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
  $(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 46px;">
  <td id="projectlogo"><img alt="Logo" src="CMSIS_Logo_Final.png"/></td>
  <td style="padding-left: 0.5em;">
   <div id="projectname">CMSIS-DSP
   &#160;<span id="projectnumber">Version 1.7.0</span>
   </div>
   <div id="projectbrief">CMSIS DSP Software Library</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<div id="CMSISnav" class="tabs1">
    <ul class="tablist">
      <script type="text/javascript">
		<!--
		writeComponentTabs.call(this);
		//-->
      </script>
	  </ul>
</div>
<!-- Generated by Doxygen 1.8.6 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Usage&#160;and&#160;Description</span></a></li>
      <li><a href="modules.html"><span>Reference</span></a></li>
      <li>
        <div id="MSearchBox" class="MSearchBoxInactive">
        <span class="left">
          <img id="MSearchSelect" src="search/mag_sel.png"
               onmouseover="return searchBox.OnSearchSelectShow()"
               onmouseout="return searchBox.OnSearchSelectHide()"
               alt=""/>
          <input type="text" id="MSearchField" value="Search" accesskey="S"
               onfocus="searchBox.OnSearchFieldFocus(true)" 
               onblur="searchBox.OnSearchFieldFocus(false)" 
               onkeyup="searchBox.OnSearchFieldChange(event)"/>
          </span><span class="right">
            <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
          </span>
        </div>
      </li>
    </ul>
  </div>
  <div id="navrow3" class="tabs2">
    <ul class="tablist">
      <li><a href="globals.html"><span>All</span></a></li>
      <li class="current"><a href="globals_func.html"><span>Functions</span></a></li>
      <li><a href="globals_vars.html"><span>Variables</span></a></li>
      <li><a href="globals_type.html"><span>Typedefs</span></a></li>
      <li><a href="globals_enum.html"><span>Enumerations</span></a></li>
      <li><a href="globals_eval.html"><span>Enumerator</span></a></li>
      <li><a href="globals_defs.html"><span>Macros</span></a></li>
    </ul>
  </div>
  <div id="navrow4" class="tabs3">
    <ul class="tablist">
      <li><a href="globals_func.html#index__"><span>_</span></a></li>
      <li><a href="globals_func_a.html#index_a"><span>a</span></a></li>
      <li><a href="globals_func_b.html#index_b"><span>b</span></a></li>
      <li class="current"><a href="globals_func_c.html#index_c"><span>c</span></a></li>
      <li><a href="globals_func_d.html#index_d"><span>d</span></a></li>
      <li><a href="globals_func_f.html#index_f"><span>f</span></a></li>
      <li><a href="globals_func_g.html#index_g"><span>g</span></a></li>
      <li><a href="globals_func_i.html#index_i"><span>i</span></a></li>
      <li><a href="globals_func_l.html#index_l"><span>l</span></a></li>
      <li><a href="globals_func_m.html#index_m"><span>m</span></a></li>
      <li><a href="globals_func_n.html#index_n"><span>n</span></a></li>
      <li><a href="globals_func_o.html#index_o"><span>o</span></a></li>
      <li><a href="globals_func_p.html#index_p"><span>p</span></a></li>
      <li><a href="globals_func_q.html#index_q"><span>q</span></a></li>
      <li><a href="globals_func_r.html#index_r"><span>r</span></a></li>
      <li><a href="globals_func_s.html#index_s"><span>s</span></a></li>
      <li><a href="globals_func_t.html#index_t"><span>t</span></a></li>
      <li><a href="globals_func_v.html#index_v"><span>v</span></a></li>
      <li><a href="globals_func_w.html#index_w"><span>w</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_c.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Data Structures</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark">&#160;</span>Enumerations</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(7)"><span class="SelectionMark">&#160;</span>Enumerator</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(8)"><span class="SelectionMark">&#160;</span>Macros</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(9)"><span class="SelectionMark">&#160;</span>Groups</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(10)"><span class="SelectionMark">&#160;</span>Pages</a></div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="contents">
&#160;

<h3><a class="anchor" id="index_c"></a>- c -</h3><ul>
<li>arm_calc_2pow()
: <a class="el" href="arm__convolution__example_2math__helper_8c.html#ace1e1f7b72573d1934782ec999a04f99">arm_convolution_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#a7c94faac575a175e824d5f9879c97c68">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#a7c94faac575a175e824d5f9879c97c68">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a7c94faac575a175e824d5f9879c97c68">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#ace1e1f7b72573d1934782ec999a04f99">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#ace1e1f7b72573d1934782ec999a04f99">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#a7c94faac575a175e824d5f9879c97c68">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#ace1e1f7b72573d1934782ec999a04f99">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#ace1e1f7b72573d1934782ec999a04f99">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a7c94faac575a175e824d5f9879c97c68">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a7c94faac575a175e824d5f9879c97c68">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#ace1e1f7b72573d1934782ec999a04f99">arm_linear_interp_example/math_helper.c</a>
</li>
<li>arm_calc_guard_bits()
: <a class="el" href="arm__fir__example_2math__helper_8h.html#a60ff6e0b31a5e9105c7280797e457742">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#a60ff6e0b31a5e9105c7280797e457742">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a60ff6e0b31a5e9105c7280797e457742">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#a60ff6e0b31a5e9105c7280797e457742">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a60ff6e0b31a5e9105c7280797e457742">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#a60ff6e0b31a5e9105c7280797e457742">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#a60ff6e0b31a5e9105c7280797e457742">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#a60ff6e0b31a5e9105c7280797e457742">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a60ff6e0b31a5e9105c7280797e457742">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#a60ff6e0b31a5e9105c7280797e457742">arm_convolution_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#a60ff6e0b31a5e9105c7280797e457742">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#a60ff6e0b31a5e9105c7280797e457742">arm_fir_example/math_helper.c</a>
</li>
<li>arm_cfft_f32()
: <a class="el" href="group__ComplexFFT.html#gade0f9c4ff157b6b9c72a1eafd86ebf80">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#gade0f9c4ff157b6b9c72a1eafd86ebf80">arm_cfft_f32.c</a>
</li>
<li>arm_cfft_q15()
: <a class="el" href="group__ComplexFFT.html#ga68cdacd2267a2967955e40e6b7ec1229">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga68cdacd2267a2967955e40e6b7ec1229">arm_cfft_q15.c</a>
</li>
<li>arm_cfft_q31()
: <a class="el" href="group__ComplexFFT.html#ga5a0008bd997ab6e2e299ef2fb272fb4b">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga5a0008bd997ab6e2e299ef2fb272fb4b">arm_cfft_q31.c</a>
</li>
<li>arm_cfft_radix2_f32()
: <a class="el" href="group__ComplexFFT.html#ga9fadd650b802f612ae558ddaab789a6d">arm_cfft_radix2_f32.c</a>
, <a class="el" href="group__ComplexFFT.html#ga9fadd650b802f612ae558ddaab789a6d">arm_math.h</a>
</li>
<li>arm_cfft_radix2_init_f32()
: <a class="el" href="group__ComplexFFT.html#gac9565e6bc7229577ecf5e090313cafd7">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#gac9565e6bc7229577ecf5e090313cafd7">arm_cfft_radix2_init_f32.c</a>
</li>
<li>arm_cfft_radix2_init_q15()
: <a class="el" href="group__ComplexFFT.html#ga5c5b2127b3c4ea2d03692127f8543858">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga5c5b2127b3c4ea2d03692127f8543858">arm_cfft_radix2_init_q15.c</a>
</li>
<li>arm_cfft_radix2_init_q31()
: <a class="el" href="group__ComplexFFT.html#gabec9611e77382f31e152668bf6b4b638">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#gabec9611e77382f31e152668bf6b4b638">arm_cfft_radix2_init_q31.c</a>
</li>
<li>arm_cfft_radix2_q15()
: <a class="el" href="group__ComplexFFT.html#ga55b424341dc3efd3fa0bcaaff4bdbf40">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga55b424341dc3efd3fa0bcaaff4bdbf40">arm_cfft_radix2_q15.c</a>
</li>
<li>arm_cfft_radix2_q31()
: <a class="el" href="group__ComplexFFT.html#ga6321f703ec87a274aedaab33d3e766b4">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga6321f703ec87a274aedaab33d3e766b4">arm_cfft_radix2_q31.c</a>
</li>
<li>arm_cfft_radix4_f32()
: <a class="el" href="group__ComplexFFT.html#ga521f670cd9c571bc61aff9bec89f4c26">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga521f670cd9c571bc61aff9bec89f4c26">arm_cfft_radix4_f32.c</a>
</li>
<li>arm_cfft_radix4_init_f32()
: <a class="el" href="group__ComplexFFT.html#gaf336459f684f0b17bfae539ef1b1b78a">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#gaf336459f684f0b17bfae539ef1b1b78a">arm_cfft_radix4_init_f32.c</a>
</li>
<li>arm_cfft_radix4_init_q15()
: <a class="el" href="group__ComplexFFT.html#ga0c2acfda3126c452e75b81669e8ad9ef">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga0c2acfda3126c452e75b81669e8ad9ef">arm_cfft_radix4_init_q15.c</a>
</li>
<li>arm_cfft_radix4_init_q31()
: <a class="el" href="group__ComplexFFT.html#gad5caaafeec900c8ff72321c01bbd462c">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#gad5caaafeec900c8ff72321c01bbd462c">arm_cfft_radix4_init_q31.c</a>
</li>
<li>arm_cfft_radix4_q15()
: <a class="el" href="group__ComplexFFT.html#ga8d66cdac41b8bf6cefdb895456eee84a">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#ga8d66cdac41b8bf6cefdb895456eee84a">arm_cfft_radix4_q15.c</a>
</li>
<li>arm_cfft_radix4_q31()
: <a class="el" href="group__ComplexFFT.html#gafde3ee1f58cf393b45a9073174fff548">arm_math.h</a>
, <a class="el" href="group__ComplexFFT.html#gafde3ee1f58cf393b45a9073174fff548">arm_cfft_radix4_q31.c</a>
</li>
<li>arm_cfft_radix4by2_inverse_q15()
: <a class="el" href="arm__cfft__q15_8c.html#abe669acc8db57d1fb9b1e2bba30f2224">arm_cfft_q15.c</a>
</li>
<li>arm_cfft_radix4by2_inverse_q31()
: <a class="el" href="arm__cfft__q31_8c.html#a3f3ae10bc2057cc1360abfa25f224c8c">arm_cfft_q31.c</a>
</li>
<li>arm_cfft_radix4by2_q15()
: <a class="el" href="arm__cfft__q15_8c.html#af1d4a751153857c173511e0c77ab4fa9">arm_cfft_q15.c</a>
</li>
<li>arm_cfft_radix4by2_q31()
: <a class="el" href="arm__cfft__q31_8c.html#af6df8bf714c30d44e6b871ea87d22b30">arm_cfft_q31.c</a>
</li>
<li>arm_cfft_radix8by2_f32()
: <a class="el" href="arm__cfft__f32_8c.html#ae99e2b173033e9910058869bdf0619d9">arm_cfft_f32.c</a>
</li>
<li>arm_cfft_radix8by4_f32()
: <a class="el" href="arm__cfft__f32_8c.html#a4bb346f59bca06cebe0defc8e15b69a6">arm_cfft_f32.c</a>
</li>
<li>arm_circularRead_f32()
: <a class="el" href="arm__math_8h.html#aa0e8f158699a65e023960d555274ad39">arm_math.h</a>
</li>
<li>arm_circularRead_q15()
: <a class="el" href="arm__math_8h.html#a4d8edf2fbaa68badce77740563de353f">arm_math.h</a>
</li>
<li>arm_circularRead_q7()
: <a class="el" href="arm__math_8h.html#a734e6ec2b2d568236816464967326748">arm_math.h</a>
</li>
<li>arm_circularWrite_f32()
: <a class="el" href="arm__math_8h.html#a189501700cbecf81c08a005bb16939d9">arm_math.h</a>
</li>
<li>arm_circularWrite_q15()
: <a class="el" href="arm__math_8h.html#a6799f043f7ab70c0d0e06fb9abbecb6e">arm_math.h</a>
</li>
<li>arm_circularWrite_q7()
: <a class="el" href="arm__math_8h.html#a28179a962e4bb51c73c195dcb2f969aa">arm_math.h</a>
</li>
<li>arm_clarke_f32()
: <a class="el" href="group__clarke.html#ga82d40c62bb48ef4d613f1f2f685b4084">arm_math.h</a>
</li>
<li>arm_clarke_q31()
: <a class="el" href="group__clarke.html#ga8d68db2a6e26e1caab677f5ab293c068">arm_math.h</a>
</li>
<li>arm_clip_f32()
: <a class="el" href="arm__convolution__example_2math__helper_8c.html#ab9768d92bb94894d8294047bdf76a16a">arm_convolution_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#ab9768d92bb94894d8294047bdf76a16a">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#ab9768d92bb94894d8294047bdf76a16a">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#ab9768d92bb94894d8294047bdf76a16a">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#ab9768d92bb94894d8294047bdf76a16a">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#ab9768d92bb94894d8294047bdf76a16a">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#ab9768d92bb94894d8294047bdf76a16a">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#ab9768d92bb94894d8294047bdf76a16a">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#ab9768d92bb94894d8294047bdf76a16a">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#ab9768d92bb94894d8294047bdf76a16a">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#ab9768d92bb94894d8294047bdf76a16a">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#ab9768d92bb94894d8294047bdf76a16a">arm_signal_converge_example/math_helper.h</a>
</li>
<li>arm_cmplx_conj_f32()
: <a class="el" href="group__cmplx__conj.html#ga1b5571244b051bb72db30886896da2da">arm_math.h</a>
, <a class="el" href="group__cmplx__conj.html#ga1b5571244b051bb72db30886896da2da">arm_cmplx_conj_f32.c</a>
</li>
<li>arm_cmplx_conj_q15()
: <a class="el" href="group__cmplx__conj.html#ga2eef7dba99852d5f7ec3e025b2e5653b">arm_math.h</a>
, <a class="el" href="group__cmplx__conj.html#ga2eef7dba99852d5f7ec3e025b2e5653b">arm_cmplx_conj_q15.c</a>
</li>
<li>arm_cmplx_conj_q31()
: <a class="el" href="group__cmplx__conj.html#ga652edf2688aae9b2f53c5da73f6cc2bc">arm_math.h</a>
, <a class="el" href="group__cmplx__conj.html#ga652edf2688aae9b2f53c5da73f6cc2bc">arm_cmplx_conj_q31.c</a>
</li>
<li>arm_cmplx_dot_prod_f32()
: <a class="el" href="group__cmplx__dot__prod.html#ga93796e73f02771cf6fe13de016e296ed">arm_math.h</a>
, <a class="el" href="group__cmplx__dot__prod.html#ga93796e73f02771cf6fe13de016e296ed">arm_cmplx_dot_prod_f32.c</a>
</li>
<li>arm_cmplx_dot_prod_q15()
: <a class="el" href="group__cmplx__dot__prod.html#gae712971379c461cfb8bef7e423bf8417">arm_math.h</a>
, <a class="el" href="group__cmplx__dot__prod.html#gae712971379c461cfb8bef7e423bf8417">arm_cmplx_dot_prod_q15.c</a>
</li>
<li>arm_cmplx_dot_prod_q31()
: <a class="el" href="group__cmplx__dot__prod.html#gaa90661b5eee3b6d83a149043ada0eb37">arm_math.h</a>
, <a class="el" href="group__cmplx__dot__prod.html#gaa90661b5eee3b6d83a149043ada0eb37">arm_cmplx_dot_prod_q31.c</a>
</li>
<li>arm_cmplx_mag_f32()
: <a class="el" href="group__cmplx__mag.html#gaba4e0eff7816fe80d01121fb4cf6c6bc">arm_math.h</a>
, <a class="el" href="group__cmplx__mag.html#gaba4e0eff7816fe80d01121fb4cf6c6bc">arm_cmplx_mag_f32.c</a>
</li>
<li>arm_cmplx_mag_q15()
: <a class="el" href="group__cmplx__mag.html#ga0488e185f4631ac029b02f1759b287cf">arm_math.h</a>
, <a class="el" href="group__cmplx__mag.html#ga0488e185f4631ac029b02f1759b287cf">arm_cmplx_mag_q15.c</a>
</li>
<li>arm_cmplx_mag_q31()
: <a class="el" href="group__cmplx__mag.html#gab69ad9237469565958cce6b4555bbb6e">arm_math.h</a>
, <a class="el" href="group__cmplx__mag.html#gab69ad9237469565958cce6b4555bbb6e">arm_cmplx_mag_q31.c</a>
</li>
<li>arm_cmplx_mag_squared_f32()
: <a class="el" href="group__cmplx__mag__squared.html#ga925ef5458a384f63d06f1c6997d1fb7d">arm_math.h</a>
, <a class="el" href="group__cmplx__mag__squared.html#ga925ef5458a384f63d06f1c6997d1fb7d">arm_cmplx_mag_squared_f32.c</a>
</li>
<li>arm_cmplx_mag_squared_q15()
: <a class="el" href="group__cmplx__mag__squared.html#gafdd1e838db0aef7ec201611883bd444c">arm_math.h</a>
, <a class="el" href="group__cmplx__mag__squared.html#gafdd1e838db0aef7ec201611883bd444c">arm_cmplx_mag_squared_q15.c</a>
</li>
<li>arm_cmplx_mag_squared_q31()
: <a class="el" href="group__cmplx__mag__squared.html#ga9d74dbc0a777cfcc75c1cae33ef4d44a">arm_math.h</a>
, <a class="el" href="group__cmplx__mag__squared.html#ga9d74dbc0a777cfcc75c1cae33ef4d44a">arm_cmplx_mag_squared_q31.c</a>
</li>
<li>arm_cmplx_mult_cmplx_f32()
: <a class="el" href="group__CmplxByCmplxMult.html#gae221504b01e4abfe5f335eafd801b4ed">arm_math.h</a>
, <a class="el" href="group__CmplxByCmplxMult.html#gae221504b01e4abfe5f335eafd801b4ed">arm_cmplx_mult_cmplx_f32.c</a>
</li>
<li>arm_cmplx_mult_cmplx_q15()
: <a class="el" href="group__CmplxByCmplxMult.html#ga683b32a91cffbf021f58ace5a62904e8">arm_math.h</a>
, <a class="el" href="group__CmplxByCmplxMult.html#ga683b32a91cffbf021f58ace5a62904e8">arm_cmplx_mult_cmplx_q15.c</a>
</li>
<li>arm_cmplx_mult_cmplx_q31()
: <a class="el" href="group__CmplxByCmplxMult.html#ga7748c92e0922cf14e3d7bb257d77593f">arm_math.h</a>
, <a class="el" href="group__CmplxByCmplxMult.html#ga7748c92e0922cf14e3d7bb257d77593f">arm_cmplx_mult_cmplx_q31.c</a>
</li>
<li>arm_cmplx_mult_real_f32()
: <a class="el" href="group__CmplxByRealMult.html#ga903eb30a02343574e46cb123b52232f4">arm_math.h</a>
, <a class="el" href="group__CmplxByRealMult.html#ga903eb30a02343574e46cb123b52232f4">arm_cmplx_mult_real_f32.c</a>
</li>
<li>arm_cmplx_mult_real_q15()
: <a class="el" href="group__CmplxByRealMult.html#gaa41d60a567652bf6a783b916931bf20b">arm_math.h</a>
, <a class="el" href="group__CmplxByRealMult.html#gaa41d60a567652bf6a783b916931bf20b">arm_cmplx_mult_real_q15.c</a>
</li>
<li>arm_cmplx_mult_real_q31()
: <a class="el" href="group__CmplxByRealMult.html#ga0fe1cd71d35b4481f8ab69d502c96ace">arm_math.h</a>
, <a class="el" href="group__CmplxByRealMult.html#ga0fe1cd71d35b4481f8ab69d502c96ace">arm_cmplx_mult_real_q31.c</a>
</li>
<li>arm_compare_fixed_q15()
: <a class="el" href="arm__matrix__example_2math__helper_8c.html#a64d5207c035db13cddde479317dd131e">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8h.html#a64d5207c035db13cddde479317dd131e">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#a64d5207c035db13cddde479317dd131e">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#a64d5207c035db13cddde479317dd131e">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#a64d5207c035db13cddde479317dd131e">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a64d5207c035db13cddde479317dd131e">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#a64d5207c035db13cddde479317dd131e">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a64d5207c035db13cddde479317dd131e">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#a64d5207c035db13cddde479317dd131e">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#a64d5207c035db13cddde479317dd131e">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a64d5207c035db13cddde479317dd131e">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#a64d5207c035db13cddde479317dd131e">arm_convolution_example/math_helper.c</a>
</li>
<li>arm_compare_fixed_q31()
: <a class="el" href="arm__convolution__example_2math__helper_8h.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_convolution_example/math_helper.h</a>
, <a class="el" href="arm__fir__example_2math__helper_8c.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_fir_example/math_helper.c</a>
, <a class="el" href="arm__fir__example_2math__helper_8h.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_fir_example/math_helper.h</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8c.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_graphic_equalizer_example/math_helper.c</a>
, <a class="el" href="arm__graphic__equalizer__example_2math__helper_8h.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_graphic_equalizer_example/math_helper.h</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8c.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_linear_interp_example/math_helper.c</a>
, <a class="el" href="arm__linear__interp__example_2math__helper_8h.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_linear_interp_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8c.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_signal_converge_example/math_helper.c</a>
, <a class="el" href="arm__matrix__example_2math__helper_8h.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_matrix_example/math_helper.h</a>
, <a class="el" href="arm__signal__converge__example_2math__helper_8h.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_signal_converge_example/math_helper.h</a>
, <a class="el" href="arm__matrix__example_2math__helper_8c.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_matrix_example/math_helper.c</a>
, <a class="el" href="arm__convolution__example_2math__helper_8c.html#a32f9f3d19e53161382c5bd39e3df50fb">arm_convolution_example/math_helper.c</a>
</li>
<li>arm_conv_f32()
: <a class="el" href="group__Conv.html#ga2e977f76e873bd47c6c41c7d940fdf7e">arm_math.h</a>
, <a class="el" href="group__Conv.html#ga2e977f76e873bd47c6c41c7d940fdf7e">arm_conv_f32.c</a>
</li>
<li>arm_conv_fast_opt_q15()
: <a class="el" href="group__Conv.html#ga8ecd292b8e74c8f05b208e7948d05a90">arm_conv_fast_opt_q15.c</a>
, <a class="el" href="group__Conv.html#ga8ecd292b8e74c8f05b208e7948d05a90">arm_math.h</a>
</li>
<li>arm_conv_fast_q15()
: <a class="el" href="group__Conv.html#gaf6bc2c8d655ef8c9b66affdae489f366">arm_math.h</a>
, <a class="el" href="group__Conv.html#gaf6bc2c8d655ef8c9b66affdae489f366">arm_conv_fast_q15.c</a>
</li>
<li>arm_conv_fast_q31()
: <a class="el" href="group__Conv.html#ga2d2b29b1f7f00a8651f1bc7f0560464b">arm_math.h</a>
, <a class="el" href="group__Conv.html#ga2d2b29b1f7f00a8651f1bc7f0560464b">arm_conv_fast_q31.c</a>
</li>
<li>arm_conv_opt_q15()
: <a class="el" href="group__Conv.html#ga0d60c7a8349c6235d88bf87b04172252">arm_conv_opt_q15.c</a>
, <a class="el" href="group__Conv.html#ga0d60c7a8349c6235d88bf87b04172252">arm_math.h</a>
</li>
<li>arm_conv_opt_q7()
: <a class="el" href="group__Conv.html#gaf23966af04840f17c26c93849986baeb">arm_math.h</a>
, <a class="el" href="group__Conv.html#gaf23966af04840f17c26c93849986baeb">arm_conv_opt_q7.c</a>
</li>
<li>arm_conv_partial_f32()
: <a class="el" href="group__PartialConv.html#ga4e65902884d148ebcbecc260e0dffdd9">arm_conv_partial_f32.c</a>
, <a class="el" href="group__PartialConv.html#ga4e65902884d148ebcbecc260e0dffdd9">arm_math.h</a>
</li>
<li>arm_conv_partial_fast_opt_q15()
: <a class="el" href="group__PartialConv.html#ga0cdb871f952b8c1305342ae499affa41">arm_math.h</a>
, <a class="el" href="group__PartialConv.html#ga0cdb871f952b8c1305342ae499affa41">arm_conv_partial_fast_opt_q15.c</a>
</li>
<li>arm_conv_partial_fast_q15()
: <a class="el" href="group__PartialConv.html#ga30eb5ce84581f2d0532a17cdf8a20fc5">arm_conv_partial_fast_q15.c</a>
, <a class="el" href="group__PartialConv.html#ga30eb5ce84581f2d0532a17cdf8a20fc5">arm_math.h</a>
</li>
<li>arm_conv_partial_fast_q31()
: <a class="el" href="group__PartialConv.html#gaaf207e31aa081cea624713aec65d0e77">arm_conv_partial_fast_q31.c</a>
, <a class="el" href="group__PartialConv.html#gaaf207e31aa081cea624713aec65d0e77">arm_math.h</a>
</li>
<li>arm_conv_partial_opt_q15()
: <a class="el" href="group__PartialConv.html#gaa82f8213533529e9b9252b37fd3b39e4">arm_conv_partial_opt_q15.c</a>
, <a class="el" href="group__PartialConv.html#gaa82f8213533529e9b9252b37fd3b39e4">arm_math.h</a>
</li>
<li>arm_conv_partial_opt_q7()
: <a class="el" href="group__PartialConv.html#gadfc0cd0290793c790ccaa1c73eda0694">arm_conv_partial_opt_q7.c</a>
, <a class="el" href="group__PartialConv.html#gadfc0cd0290793c790ccaa1c73eda0694">arm_math.h</a>
</li>
<li>arm_conv_partial_q15()
: <a class="el" href="group__PartialConv.html#ga09b1f207980df75c2dcf01b1d3c2006f">arm_math.h</a>
, <a class="el" href="group__PartialConv.html#ga09b1f207980df75c2dcf01b1d3c2006f">arm_conv_partial_q15.c</a>
</li>
<li>arm_conv_partial_q31()
: <a class="el" href="group__PartialConv.html#gadc48f14ae5ca8bf4b026916db0765afa">arm_conv_partial_q31.c</a>
, <a class="el" href="group__PartialConv.html#gadc48f14ae5ca8bf4b026916db0765afa">arm_math.h</a>
</li>
<li>arm_conv_partial_q7()
: <a class="el" href="group__PartialConv.html#gaa1bf3428dbe6beb5c9957bff0d00fa19">arm_math.h</a>
, <a class="el" href="group__PartialConv.html#gaa1bf3428dbe6beb5c9957bff0d00fa19">arm_conv_partial_q7.c</a>
</li>
<li>arm_conv_q15()
: <a class="el" href="group__Conv.html#ga372d3fd79b107dc6b12163a00c22da18">arm_conv_q15.c</a>
, <a class="el" href="group__Conv.html#ga372d3fd79b107dc6b12163a00c22da18">arm_math.h</a>
</li>
<li>arm_conv_q31()
: <a class="el" href="group__Conv.html#ga08ce299fb5c3329505cb8ce4bf4f6e06">arm_conv_q31.c</a>
, <a class="el" href="group__Conv.html#ga08ce299fb5c3329505cb8ce4bf4f6e06">arm_math.h</a>
</li>
<li>arm_conv_q7()
: <a class="el" href="group__Conv.html#ga625b30107443b6d145350bc242749764">arm_math.h</a>
, <a class="el" href="group__Conv.html#ga625b30107443b6d145350bc242749764">arm_conv_q7.c</a>
</li>
<li>arm_copy_f32()
: <a class="el" href="group__copy.html#gaa6dfe9554ca61eb3d1eee498396bce88">arm_math.h</a>
, <a class="el" href="group__copy.html#gaa6dfe9554ca61eb3d1eee498396bce88">arm_copy_f32.c</a>
</li>
<li>arm_copy_q15()
: <a class="el" href="group__copy.html#gaeb9e8c16ec7fe1235e5610142400f15f">arm_math.h</a>
, <a class="el" href="group__copy.html#gaeb9e8c16ec7fe1235e5610142400f15f">arm_copy_q15.c</a>
</li>
<li>arm_copy_q31()
: <a class="el" href="group__copy.html#ga94c51fe2e82560ade3803787309c1282">arm_copy_q31.c</a>
, <a class="el" href="group__copy.html#ga94c51fe2e82560ade3803787309c1282">arm_math.h</a>
</li>
<li>arm_copy_q7()
: <a class="el" href="group__copy.html#ga9b947e38172ae7e5de780bed13a404fe">arm_copy_q7.c</a>
, <a class="el" href="group__copy.html#ga9b947e38172ae7e5de780bed13a404fe">arm_math.h</a>
</li>
<li>arm_correlate_f32()
: <a class="el" href="group__Corr.html#ga371054f6e5fd78bec668908251f1b2f2">arm_correlate_f32.c</a>
, <a class="el" href="group__Corr.html#ga371054f6e5fd78bec668908251f1b2f2">arm_math.h</a>
</li>
<li>arm_correlate_fast_opt_q15()
: <a class="el" href="group__Corr.html#ga3fc8d680844a3d24af25e45df96c82f3">arm_correlate_fast_opt_q15.c</a>
, <a class="el" href="group__Corr.html#ga3fc8d680844a3d24af25e45df96c82f3">arm_math.h</a>
</li>
<li>arm_correlate_fast_q15()
: <a class="el" href="group__Corr.html#gab4dea2049c8a26118ee4de9b90f1b9bd">arm_correlate_fast_q15.c</a>
, <a class="el" href="group__Corr.html#gab4dea2049c8a26118ee4de9b90f1b9bd">arm_math.h</a>
</li>
<li>arm_correlate_fast_q31()
: <a class="el" href="group__Corr.html#ga1e85a8ceac5c0f27007e6ba2c8f20686">arm_correlate_fast_q31.c</a>
, <a class="el" href="group__Corr.html#ga1e85a8ceac5c0f27007e6ba2c8f20686">arm_math.h</a>
</li>
<li>arm_correlate_opt_q15()
: <a class="el" href="group__Corr.html#ga3cfae563b16fa3be577cab5acf63aeea">arm_math.h</a>
, <a class="el" href="group__Corr.html#ga3cfae563b16fa3be577cab5acf63aeea">arm_correlate_opt_q15.c</a>
</li>
<li>arm_correlate_opt_q7()
: <a class="el" href="group__Corr.html#ga3c672e8ef8360c652d351097535f080d">arm_math.h</a>
, <a class="el" href="group__Corr.html#ga3c672e8ef8360c652d351097535f080d">arm_correlate_opt_q7.c</a>
</li>
<li>arm_correlate_q15()
: <a class="el" href="group__Corr.html#ga8fc4e632ab08b28435ff62e7eb65f508">arm_correlate_q15.c</a>
, <a class="el" href="group__Corr.html#ga8fc4e632ab08b28435ff62e7eb65f508">arm_math.h</a>
</li>
<li>arm_correlate_q31()
: <a class="el" href="group__Corr.html#ga9e8ad8bae8400dac2afc995d38594744">arm_correlate_q31.c</a>
, <a class="el" href="group__Corr.html#ga9e8ad8bae8400dac2afc995d38594744">arm_math.h</a>
</li>
<li>arm_correlate_q7()
: <a class="el" href="group__Corr.html#gab5d8acc830313be970de59c2d5a26c72">arm_correlate_q7.c</a>
, <a class="el" href="group__Corr.html#gab5d8acc830313be970de59c2d5a26c72">arm_math.h</a>
</li>
<li>arm_cos_f32()
: <a class="el" href="group__cos.html#gace15287f9c64b9b4084d1c797d4c49d8">arm_cos_f32.c</a>
, <a class="el" href="group__cos.html#gace15287f9c64b9b4084d1c797d4c49d8">arm_math.h</a>
</li>
<li>arm_cos_q15()
: <a class="el" href="group__cos.html#gadfd60c24def501638c0d5db20f4c869b">arm_cos_q15.c</a>
, <a class="el" href="group__cos.html#gadfd60c24def501638c0d5db20f4c869b">arm_math.h</a>
</li>
<li>arm_cos_q31()
: <a class="el" href="group__cos.html#gad80f121949ef885a77d83ab36e002567">arm_math.h</a>
, <a class="el" href="group__cos.html#gad80f121949ef885a77d83ab36e002567">arm_cos_q31.c</a>
</li>
<li>clip_q31_to_q15()
: <a class="el" href="arm__math_8h.html#a8648908e55b9fd8893b36eb7050e69a8">arm_math.h</a>
</li>
<li>clip_q31_to_q7()
: <a class="el" href="arm__math_8h.html#afa69cfc57f04c36c2ba499525168fe0c">arm_math.h</a>
</li>
<li>clip_q63_to_q15()
: <a class="el" href="arm__math_8h.html#a027d446e8a72228f0a681779a7038a4e">arm_math.h</a>
</li>
<li>clip_q63_to_q31()
: <a class="el" href="arm__math_8h.html#ad3a8d07983196592f6edca8f84aec7c7">arm_math.h</a>
</li>
<li>cmake_minimum_required()
: <a class="el" href="Source_2CommonTables_2CMakeLists_8txt.html#ab2ff652a443e047ef6441f2eeaae8048">Source/CommonTables/CMakeLists.txt</a>
, <a class="el" href="Source_2FilteringFunctions_2CMakeLists_8txt.html#a459bd5973ca8abbfe2ffa2bd5ea5f0a8">Source/FilteringFunctions/CMakeLists.txt</a>
, <a class="el" href="Source_2ControllerFunctions_2CMakeLists_8txt.html#a450cbc64f30b7f1182d8b66245ccd208">Source/ControllerFunctions/CMakeLists.txt</a>
, <a class="el" href="Source_2CMakeLists_8txt.html#a881c069b0c3dd34941126127656e23a1">Source/CMakeLists.txt</a>
, <a class="el" href="Examples_2ARM_2arm__variance__example_2CMakeLists_8txt.html#aacae80504fd1beabc4cd793b87cbe4e2">Examples/ARM/arm_variance_example/CMakeLists.txt</a>
, <a class="el" href="Source_2TransformFunctions_2CMakeLists_8txt.html#ac12f00f4dcad3283ec1ce05fb627d05e">Source/TransformFunctions/CMakeLists.txt</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated on Wed Jul 10 2019 15:20:40 for CMSIS-DSP Version 1.7.0 by Arm Ltd. All rights reserved.
	<!--
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.6 
	-->
	</li>
  </ul>
</div>
</body>
</html>