1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
---|
2 | <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> |
---|
3 | <title>mixpp: cfixed.h Source File</title> |
---|
4 | <link href="tabs.css" rel="stylesheet" type="text/css"> |
---|
5 | <link href="doxygen.css" rel="stylesheet" type="text/css"> |
---|
6 | </head><body> |
---|
7 | <!-- Generated by Doxygen 1.5.8 --> |
---|
8 | <script type="text/javascript"> |
---|
9 | <!-- |
---|
10 | function changeDisplayState (e){ |
---|
11 | var num=this.id.replace(/[^[0-9]/g,''); |
---|
12 | var button=this.firstChild; |
---|
13 | var sectionDiv=document.getElementById('dynsection'+num); |
---|
14 | if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){ |
---|
15 | sectionDiv.style.display='block'; |
---|
16 | button.src='open.gif'; |
---|
17 | }else{ |
---|
18 | sectionDiv.style.display='none'; |
---|
19 | button.src='closed.gif'; |
---|
20 | } |
---|
21 | } |
---|
22 | function initDynSections(){ |
---|
23 | var divs=document.getElementsByTagName('div'); |
---|
24 | var sectionCounter=1; |
---|
25 | for(var i=0;i<divs.length-1;i++){ |
---|
26 | if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){ |
---|
27 | var header=divs[i]; |
---|
28 | var section=divs[i+1]; |
---|
29 | var button=header.firstChild; |
---|
30 | if (button!='IMG'){ |
---|
31 | divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild); |
---|
32 | button=document.createElement('img'); |
---|
33 | divs[i].insertBefore(button,divs[i].firstChild); |
---|
34 | } |
---|
35 | header.style.cursor='pointer'; |
---|
36 | header.onclick=changeDisplayState; |
---|
37 | header.id='dynheader'+sectionCounter; |
---|
38 | button.src='closed.gif'; |
---|
39 | section.id='dynsection'+sectionCounter; |
---|
40 | section.style.display='none'; |
---|
41 | section.style.marginLeft='14px'; |
---|
42 | sectionCounter++; |
---|
43 | } |
---|
44 | } |
---|
45 | } |
---|
46 | window.onload = initDynSections; |
---|
47 | --> |
---|
48 | </script> |
---|
49 | <div class="navigation" id="top"> |
---|
50 | <div class="tabs"> |
---|
51 | <ul> |
---|
52 | <li><a href="main.html"><span>Main Page</span></a></li> |
---|
53 | <li><a href="pages.html"><span>Related Pages</span></a></li> |
---|
54 | <li><a href="modules.html"><span>Modules</span></a></li> |
---|
55 | <li><a href="annotated.html"><span>Classes</span></a></li> |
---|
56 | <li class="current"><a href="files.html"><span>Files</span></a></li> |
---|
57 | </ul> |
---|
58 | </div> |
---|
59 | <div class="tabs"> |
---|
60 | <ul> |
---|
61 | <li><a href="files.html"><span>File List</span></a></li> |
---|
62 | <li><a href="globals.html"><span>File Members</span></a></li> |
---|
63 | </ul> |
---|
64 | </div> |
---|
65 | <h1>cfixed.h</h1><a href="cfixed_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 |
---|
66 | <a name="l00029"></a>00029 <span class="preprocessor">#ifndef CFIXED_H</span> |
---|
67 | <a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define CFIXED_H</span> |
---|
68 | <a name="l00031"></a>00031 <span class="preprocessor"></span> |
---|
69 | <a name="l00032"></a>00032 <span class="preprocessor">#ifndef _MSC_VER</span> |
---|
70 | <a name="l00033"></a>00033 <span class="preprocessor"></span><span class="preprocessor"># include <itpp/config.h></span> |
---|
71 | <a name="l00034"></a>00034 <span class="preprocessor">#else</span> |
---|
72 | <a name="l00035"></a>00035 <span class="preprocessor"></span><span class="preprocessor"># include <itpp/config_msvc.h></span> |
---|
73 | <a name="l00036"></a>00036 <span class="preprocessor">#endif</span> |
---|
74 | <a name="l00037"></a>00037 <span class="preprocessor"></span> |
---|
75 | <a name="l00038"></a>00038 <span class="preprocessor">#include <<a class="code" href="cfix_8h.html" title="Definitions of a complex fixed-point data type CFix.">itpp/fixed/cfix.h</a>></span> |
---|
76 | <a name="l00039"></a>00039 |
---|
77 | <a name="l00040"></a>00040 |
---|
78 | <a name="l00041"></a>00041 <span class="keyword">namespace </span>itpp |
---|
79 | <a name="l00042"></a>00042 { |
---|
80 | <a name="l00043"></a>00043 |
---|
81 | <a name="l00054"></a>00054 <span class="keyword">template</span> < <span class="keywordtype">int</span> w, e_mode e = TC, o_mode o = WRAP, q_mode q = TRN > |
---|
82 | <a name="l00055"></a><a class="code" href="classitpp_1_1CFixed.html">00055</a> <span class="keyword">class </span><a class="code" href="classitpp_1_1CFixed.html" title="Templated complex fixed-point data type.">CFixed</a> : <span class="keyword">public</span> <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a> |
---|
83 | <a name="l00056"></a>00056 { |
---|
84 | <a name="l00057"></a>00057 <span class="keyword">public</span>: |
---|
85 | <a name="l00059"></a><a class="code" href="classitpp_1_1CFixed.html#bc78bd76238c190a33a7730f670ef923">00059</a> <a class="code" href="classitpp_1_1CFixed.html#bc78bd76238c190a33a7730f670ef923" title="Default constructor.">CFixed</a>(<span class="keywordtype">double</span> r = 0.0, <span class="keywordtype">double</span> i = 0.0, <span class="keywordtype">int</span> s = 0, <a class="code" href="classitpp_1_1Stat.html" title="A class for sampling a signal and calculating statistics.">Stat</a> *ptr = 0) |
---|
86 | <a name="l00060"></a>00060 : <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a>(r, i, s, w, e, o, q, ptr) {} |
---|
87 | <a name="l00062"></a><a class="code" href="classitpp_1_1CFixed.html#0391b6d9c818facc27d8da8884835e8b">00062</a> <a class="code" href="classitpp_1_1CFixed.html#bc78bd76238c190a33a7730f670ef923" title="Default constructor.">CFixed</a>(std::complex<double> x, <span class="keywordtype">double</span>, <span class="keywordtype">int</span> s = 0, <a class="code" href="classitpp_1_1Stat.html" title="A class for sampling a signal and calculating statistics.">Stat</a> *ptr = 0) |
---|
88 | <a name="l00063"></a>00063 : <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a>(x, 0.0, s, w, e, o, q, ptr) {} |
---|
89 | <a name="l00065"></a><a class="code" href="classitpp_1_1CFixed.html#7b8a6a96f5b187f702e9d572f170712e">00065</a> <span class="keyword">explicit</span> <a class="code" href="classitpp_1_1CFixed.html#bc78bd76238c190a33a7730f670ef923" title="Default constructor.">CFixed</a>(<a class="code" href="classitpp_1_1Stat.html" title="A class for sampling a signal and calculating statistics.">Stat</a> *ptr) |
---|
90 | <a name="l00066"></a>00066 : <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a>(0.0, 0.0, 0, w, e, o, q, ptr) {} |
---|
91 | <a name="l00068"></a><a class="code" href="classitpp_1_1CFixed.html#4bc4cc583e2e5f19b3a7d569731f9acb">00068</a> <a class="code" href="classitpp_1_1CFixed.html#bc78bd76238c190a33a7730f670ef923" title="Default constructor.">CFixed</a>(<span class="keyword">const</span> <a class="code" href="classitpp_1_1Fix.html" title="Fixed-point data type.">Fix</a> &r, <span class="keyword">const</span> <a class="code" href="classitpp_1_1Fix.html" title="Fixed-point data type.">Fix</a> &i = 0.0, <a class="code" href="classitpp_1_1Stat.html" title="A class for sampling a signal and calculating statistics.">Stat</a> *ptr = 0) |
---|
92 | <a name="l00069"></a>00069 : <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a>(r, i, w, e, o, q, ptr) {} |
---|
93 | <a name="l00071"></a><a class="code" href="classitpp_1_1CFixed.html#319758e59cc167dd772a9d47df8d1d05">00071</a> <a class="code" href="classitpp_1_1CFixed.html#bc78bd76238c190a33a7730f670ef923" title="Default constructor.">CFixed</a>(<span class="keyword">const</span> <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a> &x, <span class="keywordtype">double</span>, <a class="code" href="classitpp_1_1Stat.html" title="A class for sampling a signal and calculating statistics.">Stat</a> *ptr = 0) |
---|
94 | <a name="l00072"></a>00072 : <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a>(x, 0.0, w, e, o, q, ptr) {} |
---|
95 | <a name="l00074"></a><a class="code" href="classitpp_1_1CFixed.html#1f2f2336c73e223cec7f2f25145e28e0">00074</a> <span class="keyword">virtual</span> <a class="code" href="classitpp_1_1CFixed.html#1f2f2336c73e223cec7f2f25145e28e0" title="Destructor.">~CFixed</a>() {} |
---|
96 | <a name="l00075"></a>00075 |
---|
97 | <a name="l00077"></a><a class="code" href="classitpp_1_1CFixed.html#0e4770c4b2bc67b464dc18034a806563">00077</a> <a class="code" href="classitpp_1_1CFixed.html" title="Templated complex fixed-point data type.">CFixed</a>& <a class="code" href="classitpp_1_1CFixed.html#0e4770c4b2bc67b464dc18034a806563" title="Assignment from CFix.">operator=</a>(<span class="keyword">const</span> <a class="code" href="classitpp_1_1CFix.html" title="Complex fixed-point data type.">CFix</a> &x) { |
---|
98 | <a name="l00078"></a>00078 <a class="code" href="classitpp_1_1Fix__Base.html#c42e876a20028d8c7538d6f1d4754d6a" title="Accumulated bitshift (positive means left-shifted, negative means right-shifted)...">shift</a> = x.<a class="code" href="classitpp_1_1Fix__Base.html#c42e876a20028d8c7538d6f1d4754d6a" title="Accumulated bitshift (positive means left-shifted, negative means right-shifted)...">shift</a>; |
---|
99 | <a name="l00079"></a>00079 <a class="code" href="classitpp_1_1CFix.html#eceddf502d1f1ed429922c0e91843131" title="Real data part.">re</a> = <a class="code" href="classitpp_1_1Fix__Base.html#d5793faefe33b344b0d74a21ceca81a4" title="Handle overflows using overflow mode omode and make call to statistics object (if...">apply_o_mode</a>(x.<a class="code" href="classitpp_1_1CFix.html#eceddf502d1f1ed429922c0e91843131" title="Real data part.">re</a>); |
---|
100 | <a name="l00080"></a>00080 <a class="code" href="classitpp_1_1CFix.html#e18a88265bc5d74f27d9f5abbc98c6df" title="Imaginary data part.">im</a> = <a class="code" href="classitpp_1_1Fix__Base.html#d5793faefe33b344b0d74a21ceca81a4" title="Handle overflows using overflow mode omode and make call to statistics object (if...">apply_o_mode</a>(x.<a class="code" href="classitpp_1_1CFix.html#e18a88265bc5d74f27d9f5abbc98c6df" title="Imaginary data part.">im</a>); |
---|
101 | <a name="l00081"></a>00081 <span class="keywordflow">return</span> *<span class="keyword">this</span>; |
---|
102 | <a name="l00082"></a>00082 } |
---|
103 | <a name="l00084"></a><a class="code" href="classitpp_1_1CFixed.html#a29bae5030e5ba22af2ac2b79964a62e">00084</a> <a class="code" href="classitpp_1_1CFixed.html" title="Templated complex fixed-point data type.">CFixed</a>& <a class="code" href="classitpp_1_1CFixed.html#a29bae5030e5ba22af2ac2b79964a62e" title="Assignment from Fix.">operator=</a>(<span class="keyword">const</span> <a class="code" href="classitpp_1_1Fix.html" title="Fixed-point data type.">Fix</a> &x) { |
---|
104 | <a name="l00085"></a>00085 <a class="code" href="classitpp_1_1Fix__Base.html#c42e876a20028d8c7538d6f1d4754d6a" title="Accumulated bitshift (positive means left-shifted, negative means right-shifted)...">shift</a> = x.<a class="code" href="classitpp_1_1Fix__Base.html#c42e876a20028d8c7538d6f1d4754d6a" title="Accumulated bitshift (positive means left-shifted, negative means right-shifted)...">shift</a>; |
---|
105 | <a name="l00086"></a>00086 <a class="code" href="classitpp_1_1CFix.html#eceddf502d1f1ed429922c0e91843131" title="Real data part.">re</a> = <a class="code" href="classitpp_1_1Fix__Base.html#d5793faefe33b344b0d74a21ceca81a4" title="Handle overflows using overflow mode omode and make call to statistics object (if...">apply_o_mode</a>(x.<a class="code" href="classitpp_1_1Fix.html#2658e2053a4f62250f4d36c08deb959e" title="Data representation.">re</a>); |
---|
106 | <a name="l00087"></a>00087 <a class="code" href="classitpp_1_1CFix.html#e18a88265bc5d74f27d9f5abbc98c6df" title="Imaginary data part.">im</a> = 0; |
---|
107 | <a name="l00088"></a>00088 <span class="keywordflow">return</span> *<span class="keyword">this</span>; |
---|
108 | <a name="l00089"></a>00089 } |
---|
109 | <a name="l00091"></a><a class="code" href="classitpp_1_1CFixed.html#2abe35a5125c0c3474536856254a5cb2">00091</a> <a class="code" href="classitpp_1_1CFixed.html" title="Templated complex fixed-point data type.">CFixed</a>& <a class="code" href="classitpp_1_1CFixed.html#2abe35a5125c0c3474536856254a5cb2" title="Assignment from complex&lt;double&gt;. Fractional part is truncated.">operator=</a>(<span class="keyword">const</span> std::complex<double> &x) { |
---|
110 | <a name="l00092"></a>00092 <a class="code" href="classitpp_1_1Fix__Base.html#c42e876a20028d8c7538d6f1d4754d6a" title="Accumulated bitshift (positive means left-shifted, negative means right-shifted)...">shift</a> = 0; |
---|
111 | <a name="l00093"></a>00093 <a class="code" href="classitpp_1_1CFix.html#eceddf502d1f1ed429922c0e91843131" title="Real data part.">re</a> = <a class="code" href="classitpp_1_1Fix__Base.html#d5793faefe33b344b0d74a21ceca81a4" title="Handle overflows using overflow mode omode and make call to statistics object (if...">apply_o_mode</a>(<a class="code" href="group__fixed.html#gf3f12ba9f1a5ce9d50ef18fa3b65b5c3" title="Representation for fixed-point data types.">fixrep</a>(<a class="code" href="group__fixed.html#g58e25b8186a28f9dfd4062c7ed22e358" title="Real part of complex value.">real</a>(x))); |
---|
112 | <a name="l00094"></a>00094 <a class="code" href="classitpp_1_1CFix.html#e18a88265bc5d74f27d9f5abbc98c6df" title="Imaginary data part.">im</a> = <a class="code" href="classitpp_1_1Fix__Base.html#d5793faefe33b344b0d74a21ceca81a4" title="Handle overflows using overflow mode omode and make call to statistics object (if...">apply_o_mode</a>(<a class="code" href="group__fixed.html#gf3f12ba9f1a5ce9d50ef18fa3b65b5c3" title="Representation for fixed-point data types.">fixrep</a>(<a class="code" href="group__fixed.html#gfaa4104621089388e7bfb218b02aaa77" title="Imaginary part of complex value.">imag</a>(x))); |
---|
113 | <a name="l00095"></a>00095 <span class="keywordflow">return</span> *<span class="keyword">this</span>; |
---|
114 | <a name="l00096"></a>00096 } |
---|
115 | <a name="l00098"></a><a class="code" href="classitpp_1_1CFixed.html#9810b6d782bb7da43f834dbd9ab7ac1d">00098</a> <a class="code" href="classitpp_1_1CFixed.html" title="Templated complex fixed-point data type.">CFixed</a>& <a class="code" href="classitpp_1_1CFixed.html#9810b6d782bb7da43f834dbd9ab7ac1d" title="Assignment from int.">operator=</a>(<span class="keywordtype">int</span> x) { |
---|
116 | <a name="l00099"></a>00099 <a class="code" href="classitpp_1_1Fix__Base.html#c42e876a20028d8c7538d6f1d4754d6a" title="Accumulated bitshift (positive means left-shifted, negative means right-shifted)...">shift</a> = 0; |
---|
117 | <a name="l00100"></a>00100 <a class="code" href="classitpp_1_1CFix.html#eceddf502d1f1ed429922c0e91843131" title="Real data part.">re</a> = <a class="code" href="classitpp_1_1Fix__Base.html#d5793faefe33b344b0d74a21ceca81a4" title="Handle overflows using overflow mode omode and make call to statistics object (if...">apply_o_mode</a>(x); |
---|
118 | <a name="l00101"></a>00101 <a class="code" href="classitpp_1_1CFix.html#e18a88265bc5d74f27d9f5abbc98c6df" title="Imaginary data part.">im</a> = 0; |
---|
119 | <a name="l00102"></a>00102 <span class="keywordflow">return</span> *<span class="keyword">this</span>; |
---|
120 | <a name="l00103"></a>00103 } |
---|
121 | <a name="l00104"></a>00104 <span class="keyword">protected</span>: |
---|
122 | <a name="l00105"></a>00105 }; |
---|
123 | <a name="l00106"></a>00106 |
---|
124 | <a name="l00109"></a>00109 |
---|
125 | <a name="l00110"></a>00110 <span class="keyword">typedef</span> CFixed<1, TC, WRAP> cfixed1; |
---|
126 | <a name="l00112"></a>00112 <span class="keyword">typedef</span> CFixed<2, TC, WRAP> cfixed2; |
---|
127 | <a name="l00113"></a>00113 <span class="keyword">typedef</span> CFixed<3, TC, WRAP> cfixed3; |
---|
128 | <a name="l00114"></a>00114 <span class="keyword">typedef</span> CFixed<4, TC, WRAP> cfixed4; |
---|
129 | <a name="l00115"></a>00115 <span class="keyword">typedef</span> CFixed<5, TC, WRAP> cfixed5; |
---|
130 | <a name="l00116"></a>00116 <span class="keyword">typedef</span> CFixed<6, TC, WRAP> cfixed6; |
---|
131 | <a name="l00117"></a>00117 <span class="keyword">typedef</span> CFixed<7, TC, WRAP> cfixed7; |
---|
132 | <a name="l00118"></a>00118 <span class="keyword">typedef</span> CFixed<8, TC, WRAP> cfixed8; |
---|
133 | <a name="l00119"></a>00119 <span class="keyword">typedef</span> CFixed<9, TC, WRAP> cfixed9; |
---|
134 | <a name="l00120"></a>00120 <span class="keyword">typedef</span> CFixed<10, TC, WRAP> cfixed10; |
---|
135 | <a name="l00121"></a>00121 <span class="keyword">typedef</span> CFixed<11, TC, WRAP> cfixed11; |
---|
136 | <a name="l00122"></a>00122 <span class="keyword">typedef</span> CFixed<12, TC, WRAP> cfixed12; |
---|
137 | <a name="l00123"></a>00123 <span class="keyword">typedef</span> CFixed<13, TC, WRAP> cfixed13; |
---|
138 | <a name="l00124"></a>00124 <span class="keyword">typedef</span> CFixed<14, TC, WRAP> cfixed14; |
---|
139 | <a name="l00125"></a>00125 <span class="keyword">typedef</span> CFixed<15, TC, WRAP> cfixed15; |
---|
140 | <a name="l00126"></a>00126 <span class="keyword">typedef</span> CFixed<16, TC, WRAP> cfixed16; |
---|
141 | <a name="l00127"></a>00127 <span class="keyword">typedef</span> CFixed<17, TC, WRAP> cfixed17; |
---|
142 | <a name="l00128"></a>00128 <span class="keyword">typedef</span> CFixed<18, TC, WRAP> cfixed18; |
---|
143 | <a name="l00129"></a>00129 <span class="keyword">typedef</span> CFixed<19, TC, WRAP> cfixed19; |
---|
144 | <a name="l00130"></a>00130 <span class="keyword">typedef</span> CFixed<20, TC, WRAP> cfixed20; |
---|
145 | <a name="l00131"></a>00131 <span class="keyword">typedef</span> CFixed<21, TC, WRAP> cfixed21; |
---|
146 | <a name="l00132"></a>00132 <span class="keyword">typedef</span> CFixed<22, TC, WRAP> cfixed22; |
---|
147 | <a name="l00133"></a>00133 <span class="keyword">typedef</span> CFixed<23, TC, WRAP> cfixed23; |
---|
148 | <a name="l00134"></a>00134 <span class="keyword">typedef</span> CFixed<24, TC, WRAP> cfixed24; |
---|
149 | <a name="l00135"></a>00135 <span class="keyword">typedef</span> CFixed<25, TC, WRAP> cfixed25; |
---|
150 | <a name="l00136"></a>00136 <span class="keyword">typedef</span> CFixed<26, TC, WRAP> cfixed26; |
---|
151 | <a name="l00137"></a>00137 <span class="keyword">typedef</span> CFixed<27, TC, WRAP> cfixed27; |
---|
152 | <a name="l00138"></a>00138 <span class="keyword">typedef</span> CFixed<28, TC, WRAP> cfixed28; |
---|
153 | <a name="l00139"></a>00139 <span class="keyword">typedef</span> CFixed<29, TC, WRAP> cfixed29; |
---|
154 | <a name="l00140"></a>00140 <span class="keyword">typedef</span> CFixed<30, TC, WRAP> cfixed30; |
---|
155 | <a name="l00141"></a>00141 <span class="keyword">typedef</span> CFixed<31, TC, WRAP> cfixed31; |
---|
156 | <a name="l00142"></a>00142 <span class="keyword">typedef</span> CFixed<32, TC, WRAP> cfixed32; |
---|
157 | <a name="l00143"></a>00143 <span class="keyword">typedef</span> CFixed<33, TC, WRAP> cfixed33; |
---|
158 | <a name="l00144"></a>00144 <span class="keyword">typedef</span> CFixed<34, TC, WRAP> cfixed34; |
---|
159 | <a name="l00145"></a>00145 <span class="keyword">typedef</span> CFixed<35, TC, WRAP> cfixed35; |
---|
160 | <a name="l00146"></a>00146 <span class="keyword">typedef</span> CFixed<36, TC, WRAP> cfixed36; |
---|
161 | <a name="l00147"></a>00147 <span class="keyword">typedef</span> CFixed<37, TC, WRAP> cfixed37; |
---|
162 | <a name="l00148"></a>00148 <span class="keyword">typedef</span> CFixed<38, TC, WRAP> cfixed38; |
---|
163 | <a name="l00149"></a>00149 <span class="keyword">typedef</span> CFixed<39, TC, WRAP> cfixed39; |
---|
164 | <a name="l00150"></a>00150 <span class="keyword">typedef</span> CFixed<40, TC, WRAP> cfixed40; |
---|
165 | <a name="l00151"></a>00151 <span class="keyword">typedef</span> CFixed<41, TC, WRAP> cfixed41; |
---|
166 | <a name="l00152"></a>00152 <span class="keyword">typedef</span> CFixed<42, TC, WRAP> cfixed42; |
---|
167 | <a name="l00153"></a>00153 <span class="keyword">typedef</span> CFixed<43, TC, WRAP> cfixed43; |
---|
168 | <a name="l00154"></a>00154 <span class="keyword">typedef</span> CFixed<44, TC, WRAP> cfixed44; |
---|
169 | <a name="l00155"></a>00155 <span class="keyword">typedef</span> CFixed<45, TC, WRAP> cfixed45; |
---|
170 | <a name="l00156"></a>00156 <span class="keyword">typedef</span> CFixed<46, TC, WRAP> cfixed46; |
---|
171 | <a name="l00157"></a>00157 <span class="keyword">typedef</span> CFixed<47, TC, WRAP> cfixed47; |
---|
172 | <a name="l00158"></a>00158 <span class="keyword">typedef</span> CFixed<48, TC, WRAP> cfixed48; |
---|
173 | <a name="l00159"></a>00159 <span class="keyword">typedef</span> CFixed<49, TC, WRAP> cfixed49; |
---|
174 | <a name="l00160"></a>00160 <span class="keyword">typedef</span> CFixed<50, TC, WRAP> cfixed50; |
---|
175 | <a name="l00161"></a>00161 <span class="keyword">typedef</span> CFixed<51, TC, WRAP> cfixed51; |
---|
176 | <a name="l00162"></a>00162 <span class="keyword">typedef</span> CFixed<52, TC, WRAP> cfixed52; |
---|
177 | <a name="l00163"></a>00163 <span class="keyword">typedef</span> CFixed<53, TC, WRAP> cfixed53; |
---|
178 | <a name="l00164"></a>00164 <span class="keyword">typedef</span> CFixed<54, TC, WRAP> cfixed54; |
---|
179 | <a name="l00165"></a>00165 <span class="keyword">typedef</span> CFixed<55, TC, WRAP> cfixed55; |
---|
180 | <a name="l00166"></a>00166 <span class="keyword">typedef</span> CFixed<56, TC, WRAP> cfixed56; |
---|
181 | <a name="l00167"></a>00167 <span class="keyword">typedef</span> CFixed<57, TC, WRAP> cfixed57; |
---|
182 | <a name="l00168"></a>00168 <span class="keyword">typedef</span> CFixed<58, TC, WRAP> cfixed58; |
---|
183 | <a name="l00169"></a>00169 <span class="keyword">typedef</span> CFixed<59, TC, WRAP> cfixed59; |
---|
184 | <a name="l00170"></a>00170 <span class="keyword">typedef</span> CFixed<60, TC, WRAP> cfixed60; |
---|
185 | <a name="l00171"></a>00171 <span class="keyword">typedef</span> CFixed<61, TC, WRAP> cfixed61; |
---|
186 | <a name="l00172"></a>00172 <span class="keyword">typedef</span> CFixed<62, TC, WRAP> cfixed62; |
---|
187 | <a name="l00173"></a>00173 <span class="keyword">typedef</span> CFixed<63, TC, WRAP> cfixed63; |
---|
188 | <a name="l00174"></a>00174 <span class="keyword">typedef</span> CFixed<64, TC, WRAP> cfixed64; |
---|
189 | <a name="l00176"></a>00176 |
---|
190 | <a name="l00178"></a>00178 <span class="keyword">typedef</span> CFixed<1, TC, WRAP> cfixed1; |
---|
191 | <a name="l00180"></a>00180 <span class="keyword">typedef</span> CFixed<1, TC, SAT> scfixed1; |
---|
192 | <a name="l00181"></a>00181 <span class="keyword">typedef</span> CFixed<2, TC, SAT> scfixed2; |
---|
193 | <a name="l00182"></a>00182 <span class="keyword">typedef</span> CFixed<3, TC, SAT> scfixed3; |
---|
194 | <a name="l00183"></a>00183 <span class="keyword">typedef</span> CFixed<4, TC, SAT> scfixed4; |
---|
195 | <a name="l00184"></a>00184 <span class="keyword">typedef</span> CFixed<5, TC, SAT> scfixed5; |
---|
196 | <a name="l00185"></a>00185 <span class="keyword">typedef</span> CFixed<6, TC, SAT> scfixed6; |
---|
197 | <a name="l00186"></a>00186 <span class="keyword">typedef</span> CFixed<7, TC, SAT> scfixed7; |
---|
198 | <a name="l00187"></a>00187 <span class="keyword">typedef</span> CFixed<8, TC, SAT> scfixed8; |
---|
199 | <a name="l00188"></a>00188 <span class="keyword">typedef</span> CFixed<9, TC, SAT> scfixed9; |
---|
200 | <a name="l00189"></a>00189 <span class="keyword">typedef</span> CFixed<10, TC, SAT> scfixed10; |
---|
201 | <a name="l00190"></a>00190 <span class="keyword">typedef</span> CFixed<11, TC, SAT> scfixed11; |
---|
202 | <a name="l00191"></a>00191 <span class="keyword">typedef</span> CFixed<12, TC, SAT> scfixed12; |
---|
203 | <a name="l00192"></a>00192 <span class="keyword">typedef</span> CFixed<13, TC, SAT> scfixed13; |
---|
204 | <a name="l00193"></a>00193 <span class="keyword">typedef</span> CFixed<14, TC, SAT> scfixed14; |
---|
205 | <a name="l00194"></a>00194 <span class="keyword">typedef</span> CFixed<15, TC, SAT> scfixed15; |
---|
206 | <a name="l00195"></a>00195 <span class="keyword">typedef</span> CFixed<16, TC, SAT> scfixed16; |
---|
207 | <a name="l00196"></a>00196 <span class="keyword">typedef</span> CFixed<17, TC, SAT> scfixed17; |
---|
208 | <a name="l00197"></a>00197 <span class="keyword">typedef</span> CFixed<18, TC, SAT> scfixed18; |
---|
209 | <a name="l00198"></a>00198 <span class="keyword">typedef</span> CFixed<19, TC, SAT> scfixed19; |
---|
210 | <a name="l00199"></a>00199 <span class="keyword">typedef</span> CFixed<20, TC, SAT> scfixed20; |
---|
211 | <a name="l00200"></a>00200 <span class="keyword">typedef</span> CFixed<21, TC, SAT> scfixed21; |
---|
212 | <a name="l00201"></a>00201 <span class="keyword">typedef</span> CFixed<22, TC, SAT> scfixed22; |
---|
213 | <a name="l00202"></a>00202 <span class="keyword">typedef</span> CFixed<23, TC, SAT> scfixed23; |
---|
214 | <a name="l00203"></a>00203 <span class="keyword">typedef</span> CFixed<24, TC, SAT> scfixed24; |
---|
215 | <a name="l00204"></a>00204 <span class="keyword">typedef</span> CFixed<25, TC, SAT> scfixed25; |
---|
216 | <a name="l00205"></a>00205 <span class="keyword">typedef</span> CFixed<26, TC, SAT> scfixed26; |
---|
217 | <a name="l00206"></a>00206 <span class="keyword">typedef</span> CFixed<27, TC, SAT> scfixed27; |
---|
218 | <a name="l00207"></a>00207 <span class="keyword">typedef</span> CFixed<28, TC, SAT> scfixed28; |
---|
219 | <a name="l00208"></a>00208 <span class="keyword">typedef</span> CFixed<29, TC, SAT> scfixed29; |
---|
220 | <a name="l00209"></a>00209 <span class="keyword">typedef</span> CFixed<30, TC, SAT> scfixed30; |
---|
221 | <a name="l00210"></a>00210 <span class="keyword">typedef</span> CFixed<31, TC, SAT> scfixed31; |
---|
222 | <a name="l00211"></a>00211 <span class="keyword">typedef</span> CFixed<32, TC, SAT> scfixed32; |
---|
223 | <a name="l00212"></a>00212 <span class="keyword">typedef</span> CFixed<33, TC, SAT> scfixed33; |
---|
224 | <a name="l00213"></a>00213 <span class="keyword">typedef</span> CFixed<34, TC, SAT> scfixed34; |
---|
225 | <a name="l00214"></a>00214 <span class="keyword">typedef</span> CFixed<35, TC, SAT> scfixed35; |
---|
226 | <a name="l00215"></a>00215 <span class="keyword">typedef</span> CFixed<36, TC, SAT> scfixed36; |
---|
227 | <a name="l00216"></a>00216 <span class="keyword">typedef</span> CFixed<37, TC, SAT> scfixed37; |
---|
228 | <a name="l00217"></a>00217 <span class="keyword">typedef</span> CFixed<38, TC, SAT> scfixed38; |
---|
229 | <a name="l00218"></a>00218 <span class="keyword">typedef</span> CFixed<39, TC, SAT> scfixed39; |
---|
230 | <a name="l00219"></a>00219 <span class="keyword">typedef</span> CFixed<40, TC, SAT> scfixed40; |
---|
231 | <a name="l00220"></a>00220 <span class="keyword">typedef</span> CFixed<41, TC, SAT> scfixed41; |
---|
232 | <a name="l00221"></a>00221 <span class="keyword">typedef</span> CFixed<42, TC, SAT> scfixed42; |
---|
233 | <a name="l00222"></a>00222 <span class="keyword">typedef</span> CFixed<43, TC, SAT> scfixed43; |
---|
234 | <a name="l00223"></a>00223 <span class="keyword">typedef</span> CFixed<44, TC, SAT> scfixed44; |
---|
235 | <a name="l00224"></a>00224 <span class="keyword">typedef</span> CFixed<45, TC, SAT> scfixed45; |
---|
236 | <a name="l00225"></a>00225 <span class="keyword">typedef</span> CFixed<46, TC, SAT> scfixed46; |
---|
237 | <a name="l00226"></a>00226 <span class="keyword">typedef</span> CFixed<47, TC, SAT> scfixed47; |
---|
238 | <a name="l00227"></a>00227 <span class="keyword">typedef</span> CFixed<48, TC, SAT> scfixed48; |
---|
239 | <a name="l00228"></a>00228 <span class="keyword">typedef</span> CFixed<49, TC, SAT> scfixed49; |
---|
240 | <a name="l00229"></a>00229 <span class="keyword">typedef</span> CFixed<50, TC, SAT> scfixed50; |
---|
241 | <a name="l00230"></a>00230 <span class="keyword">typedef</span> CFixed<51, TC, SAT> scfixed51; |
---|
242 | <a name="l00231"></a>00231 <span class="keyword">typedef</span> CFixed<52, TC, SAT> scfixed52; |
---|
243 | <a name="l00232"></a>00232 <span class="keyword">typedef</span> CFixed<53, TC, SAT> scfixed53; |
---|
244 | <a name="l00233"></a>00233 <span class="keyword">typedef</span> CFixed<54, TC, SAT> scfixed54; |
---|
245 | <a name="l00234"></a>00234 <span class="keyword">typedef</span> CFixed<55, TC, SAT> scfixed55; |
---|
246 | <a name="l00235"></a>00235 <span class="keyword">typedef</span> CFixed<56, TC, SAT> scfixed56; |
---|
247 | <a name="l00236"></a>00236 <span class="keyword">typedef</span> CFixed<57, TC, SAT> scfixed57; |
---|
248 | <a name="l00237"></a>00237 <span class="keyword">typedef</span> CFixed<58, TC, SAT> scfixed58; |
---|
249 | <a name="l00238"></a>00238 <span class="keyword">typedef</span> CFixed<59, TC, SAT> scfixed59; |
---|
250 | <a name="l00239"></a>00239 <span class="keyword">typedef</span> CFixed<60, TC, SAT> scfixed60; |
---|
251 | <a name="l00240"></a>00240 <span class="keyword">typedef</span> CFixed<61, TC, SAT> scfixed61; |
---|
252 | <a name="l00241"></a>00241 <span class="keyword">typedef</span> CFixed<62, TC, SAT> scfixed62; |
---|
253 | <a name="l00242"></a>00242 <span class="keyword">typedef</span> CFixed<63, TC, SAT> scfixed63; |
---|
254 | <a name="l00243"></a>00243 <span class="keyword">typedef</span> CFixed<64, TC, SAT> scfixed64; |
---|
255 | <a name="l00244"></a>00244 |
---|
256 | <a name="l00245"></a>00245 <span class="comment">// ----------------------------------------------------------------------</span> |
---|
257 | <a name="l00246"></a>00246 <span class="comment">// Instantiations</span> |
---|
258 | <a name="l00247"></a>00247 <span class="comment">// ----------------------------------------------------------------------</span> |
---|
259 | <a name="l00248"></a>00248 <span class="preprocessor">#ifdef HAVE_EXTERN_TEMPLATE</span> |
---|
260 | <a name="l00249"></a>00249 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="keyword">template</span> <span class="keyword">class </span>CFixed<64, TC, WRAP>; |
---|
261 | <a name="l00250"></a>00250 <span class="preprocessor">#endif // HAVE_EXTERN_TEMPLATE</span> |
---|
262 | <a name="l00251"></a>00251 <span class="preprocessor"></span> |
---|
263 | <a name="l00253"></a>00253 |
---|
264 | <a name="l00254"></a>00254 } <span class="comment">// namespace itpp</span> |
---|
265 | <a name="l00255"></a>00255 |
---|
266 | <a name="l00256"></a>00256 <span class="preprocessor">#endif // #ifndef CFIXED_H</span> |
---|
267 | </pre></div></div> |
---|
268 | <hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:10 2009 for mixpp by |
---|
269 | <a href="http://www.doxygen.org/index.html"> |
---|
270 | <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> |
---|
271 | </body> |
---|
272 | </html> |
---|