fixed a small bug in eval ehrhart
[polylib.git] / doc / codeDoc / html / arithmetic__errors_8h.html
blob245b580d771210fe50c6ed847a914871a31978c2
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
3 <title>arithmetic_errors.h File Reference</title>
4 <link href="doxygen.css" rel="stylesheet" type="text/css">
5 </head><body>
6 <!-- Generated by Doxygen 1.2.15 -->
7 <center>
8 <a class="qindex" href="main.html">Main Page</a> &nbsp; <a class="qindex" href="annotated.html">Compound List</a> &nbsp; <a class="qindex" href="files.html">File List</a> &nbsp; <a class="qindex" href="functions.html">Compound Members</a> &nbsp; <a class="qindex" href="globals.html">File Members</a> &nbsp; </center>
9 <hr><h1>arithmetic_errors.h File Reference</h1><code>#include &lt;setjmp.h&gt;</code><br>
11 <p>
12 <a href="arithmetic__errors_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
13 <tr><td colspan=2><br><h2>Defines</h2></td></tr>
14 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a0">linear_arithmetic_error_included</a></td></tr>
15 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a1">__CURRENT_FUNCTION_NAME__</a>&nbsp;&nbsp;&nbsp;"&lt;unknown&gt;"</td></tr>
16 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a2">EXCEPTION</a>&nbsp;&nbsp;&nbsp;extern const unsigned int</td></tr>
17 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a3">THROW</a>(what)&nbsp;&nbsp;&nbsp;(throw_exception(what, __CURRENT_FUNCTION_NAME__, __FILE__, __LINE__))</td></tr>
18 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a4">CATCH</a>(what)</td></tr>
19 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a5">UNCATCH</a>(what)</td></tr>
20 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a6">TRY</a>&nbsp;&nbsp;&nbsp;else</td></tr>
21 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a7">RETHROW</a>()&nbsp;&nbsp;&nbsp;THROW(<a class="el" href="errors_8c.html#a9">the_last_just_thrown_exception</a>)</td></tr>
22 <tr><td colspan=2><br><h2>Variables</h2></td></tr>
23 <tr><td nowrap align=right valign=top>unsigned int&nbsp;</td><td valign=bottom><a class="el" href="arithmetic__errors_8h.html#a8">the_last_just_thrown_exception</a></td></tr>
24 </table>
25 <hr><h2>Define Documentation</h2>
26 <a name="a1" doxytag="arithmetic_errors.h::__CURRENT_FUNCTION_NAME__"></a><p>
27 <table width="100%" cellpadding="2" cellspacing="0" border="0">
28 <tr>
29 <td class="md">
30 <table cellpadding="0" cellspacing="0" border="0">
31 <tr>
32 <td class="md" nowrap valign="top"> #define __CURRENT_FUNCTION_NAME__&nbsp;&nbsp;&nbsp;"&lt;unknown&gt;"
33 </table>
34 </td>
35 </tr>
36 </table>
37 <table cellspacing=5 cellpadding=0 border=0>
38 <tr>
39 <td>
40 &nbsp;
41 </td>
42 <td>
44 <p>
46 <p>
47 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00077">77</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>. </td>
48 </tr>
49 </table>
50 <a name="a4" doxytag="arithmetic_errors.h::CATCH"></a><p>
51 <table width="100%" cellpadding="2" cellspacing="0" border="0">
52 <tr>
53 <td class="md">
54 <table cellpadding="0" cellspacing="0" border="0">
55 <tr>
56 <td class="md" nowrap valign="top"> #define CATCH</td>
57 <td class="md" valign="top">(&nbsp;</td>
58 <td class="md" nowrap valign="top">what&nbsp;</td>
59 <td class="mdname1" valign="top" nowrap>&nbsp; </td>
60 <td class="md" valign="top">)&nbsp;</td>
61 <td class="md" nowrap>
62 </table>
63 </td>
64 </tr>
65 </table>
66 <table cellspacing=5 cellpadding=0 border=0>
67 <tr>
68 <td>
69 &nbsp;
70 </td>
71 <td>
73 <p>
74 <b>Value:</b><div class="fragment"><pre><font class="keywordflow">if</font> (setjmp(*<a class="code" href="errors_8c.html#a104">push_exception_on_stack</a>(what, <a class="code" href="arithmetic__errors_8h.html#a1">__CURRENT_FUNCTION_NAME__</a>, \
75 __FILE__, __LINE__)))</pre></div>
76 <p>
77 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00098">98</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>.
78 <p>
79 Referenced by <a class="el" href="polyhedron_8c-source.html#l02209">AddConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l02528">AddRays</a>(), <a class="el" href="polyhedron_8c-source.html#l03498">align_context</a>(), <a class="el" href="polyhedron_8c-source.html#l02147">BuildSat</a>(), <a class="el" href="polyhedron_8c-source.html#l00340">Chernikova</a>(), <a class="el" href="polyhedron_8c-source.html#l01919">Constraints2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l03415">DomainConvex</a>(), <a class="el" href="polyhedron_8c-source.html#l03951">DomainCost</a>(), <a class="el" href="polyhedron_8c-source.html#l03915">DomainImage</a>(), <a class="el" href="polyhedron_8c-source.html#l03810">DomainPreimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02753">FindSimple</a>(), <a class="el" href="polyhedron_8c-source.html#l00699">Gauss</a>(), <a class="el" href="polyhedron_8c-source.html#l03838">Polyhedron_Image</a>(), <a class="el" href="polyhedron_8c-source.html#l03733">Polyhedron_Preimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02036">Rays2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l00824">Remove_Redundants</a>(), <a class="el" href="polyhedron_8c-source.html#l02976">SimplifyConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l03215">Stras_DomainSimplify</a>(), and <a class="el" href="polyhedron_8c-source.html#l02388">SubConstraint</a>(). </td>
80 </tr>
81 </table>
82 <a name="a2" doxytag="arithmetic_errors.h::EXCEPTION"></a><p>
83 <table width="100%" cellpadding="2" cellspacing="0" border="0">
84 <tr>
85 <td class="md">
86 <table cellpadding="0" cellspacing="0" border="0">
87 <tr>
88 <td class="md" nowrap valign="top"> #define EXCEPTION&nbsp;&nbsp;&nbsp;extern const unsigned int
89 </table>
90 </td>
91 </tr>
92 </table>
93 <table cellspacing=5 cellpadding=0 border=0>
94 <tr>
95 <td>
96 &nbsp;
97 </td>
98 <td>
103 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00080">80</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>. </td>
104 </tr>
105 </table>
106 <a name="a0" doxytag="arithmetic_errors.h::linear_arithmetic_error_included"></a><p>
107 <table width="100%" cellpadding="2" cellspacing="0" border="0">
108 <tr>
109 <td class="md">
110 <table cellpadding="0" cellspacing="0" border="0">
111 <tr>
112 <td class="md" nowrap valign="top"> #define linear_arithmetic_error_included
113 </table>
114 </td>
115 </tr>
116 </table>
117 <table cellspacing=5 cellpadding=0 border=0>
118 <tr>
119 <td>
120 &nbsp;
121 </td>
122 <td>
127 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00060">60</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>. </td>
128 </tr>
129 </table>
130 <a name="a7" doxytag="arithmetic_errors.h::RETHROW"></a><p>
131 <table width="100%" cellpadding="2" cellspacing="0" border="0">
132 <tr>
133 <td class="md">
134 <table cellpadding="0" cellspacing="0" border="0">
135 <tr>
136 <td class="md" nowrap valign="top"> #define RETHROW</td>
137 <td class="md" valign="top">(&nbsp;</td>
138 &nbsp;</td>
139 <td class="mdname1" valign="top" nowrap>&nbsp; </td>
140 <td class="md" valign="top">)&nbsp;</td>
141 <td class="md" nowrap>&nbsp;&nbsp;&nbsp;THROW(<a class="el" href="errors_8c.html#a9">the_last_just_thrown_exception</a>)
142 </table>
143 </td>
144 </tr>
145 </table>
146 <table cellspacing=5 cellpadding=0 border=0>
147 <tr>
148 <td>
149 &nbsp;
150 </td>
151 <td>
156 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00111">111</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>.
158 Referenced by <a class="el" href="polyhedron_8c-source.html#l02209">AddConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l02528">AddRays</a>(), <a class="el" href="polyhedron_8c-source.html#l03498">align_context</a>(), <a class="el" href="polyhedron_8c-source.html#l02147">BuildSat</a>(), <a class="el" href="polyhedron_8c-source.html#l00340">Chernikova</a>(), <a class="el" href="polyhedron_8c-source.html#l01919">Constraints2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l03415">DomainConvex</a>(), <a class="el" href="polyhedron_8c-source.html#l03951">DomainCost</a>(), <a class="el" href="polyhedron_8c-source.html#l03915">DomainImage</a>(), <a class="el" href="polyhedron_8c-source.html#l03810">DomainPreimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02753">FindSimple</a>(), <a class="el" href="polyhedron_8c-source.html#l00699">Gauss</a>(), <a class="el" href="polyhedron_8c-source.html#l03838">Polyhedron_Image</a>(), <a class="el" href="polyhedron_8c-source.html#l03733">Polyhedron_Preimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02036">Rays2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l00824">Remove_Redundants</a>(), <a class="el" href="polyhedron_8c-source.html#l02976">SimplifyConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l03215">Stras_DomainSimplify</a>(), and <a class="el" href="polyhedron_8c-source.html#l02388">SubConstraint</a>(). </td>
159 </tr>
160 </table>
161 <a name="a3" doxytag="arithmetic_errors.h::THROW"></a><p>
162 <table width="100%" cellpadding="2" cellspacing="0" border="0">
163 <tr>
164 <td class="md">
165 <table cellpadding="0" cellspacing="0" border="0">
166 <tr>
167 <td class="md" nowrap valign="top"> #define THROW</td>
168 <td class="md" valign="top">(&nbsp;</td>
169 <td class="md" nowrap valign="top">what&nbsp;</td>
170 <td class="mdname1" valign="top" nowrap>&nbsp; </td>
171 <td class="md" valign="top">)&nbsp;</td>
172 <td class="md" nowrap>&nbsp;&nbsp;&nbsp;(throw_exception(what, __CURRENT_FUNCTION_NAME__, __FILE__, __LINE__))
173 </table>
174 </td>
175 </tr>
176 </table>
177 <table cellspacing=5 cellpadding=0 border=0>
178 <tr>
179 <td>
180 &nbsp;
181 </td>
182 <td>
187 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00095">95</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>. </td>
188 </tr>
189 </table>
190 <a name="a6" doxytag="arithmetic_errors.h::TRY"></a><p>
191 <table width="100%" cellpadding="2" cellspacing="0" border="0">
192 <tr>
193 <td class="md">
194 <table cellpadding="0" cellspacing="0" border="0">
195 <tr>
196 <td class="md" nowrap valign="top"> #define TRY&nbsp;&nbsp;&nbsp;else
197 </table>
198 </td>
199 </tr>
200 </table>
201 <table cellspacing=5 cellpadding=0 border=0>
202 <tr>
203 <td>
204 &nbsp;
205 </td>
206 <td>
211 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00108">108</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>.
213 Referenced by <a class="el" href="polyhedron_8c-source.html#l02209">AddConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l02528">AddRays</a>(), <a class="el" href="polyhedron_8c-source.html#l03498">align_context</a>(), <a class="el" href="polyhedron_8c-source.html#l02147">BuildSat</a>(), <a class="el" href="polyhedron_8c-source.html#l00340">Chernikova</a>(), <a class="el" href="polyhedron_8c-source.html#l01919">Constraints2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l03415">DomainConvex</a>(), <a class="el" href="polyhedron_8c-source.html#l03951">DomainCost</a>(), <a class="el" href="polyhedron_8c-source.html#l03915">DomainImage</a>(), <a class="el" href="polyhedron_8c-source.html#l03810">DomainPreimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02753">FindSimple</a>(), <a class="el" href="polyhedron_8c-source.html#l00699">Gauss</a>(), <a class="el" href="polyhedron_8c-source.html#l03838">Polyhedron_Image</a>(), <a class="el" href="polyhedron_8c-source.html#l03733">Polyhedron_Preimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02036">Rays2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l00824">Remove_Redundants</a>(), <a class="el" href="polyhedron_8c-source.html#l02976">SimplifyConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l03215">Stras_DomainSimplify</a>(), and <a class="el" href="polyhedron_8c-source.html#l02388">SubConstraint</a>(). </td>
214 </tr>
215 </table>
216 <a name="a5" doxytag="arithmetic_errors.h::UNCATCH"></a><p>
217 <table width="100%" cellpadding="2" cellspacing="0" border="0">
218 <tr>
219 <td class="md">
220 <table cellpadding="0" cellspacing="0" border="0">
221 <tr>
222 <td class="md" nowrap valign="top"> #define UNCATCH</td>
223 <td class="md" valign="top">(&nbsp;</td>
224 <td class="md" nowrap valign="top">what&nbsp;</td>
225 <td class="mdname1" valign="top" nowrap>&nbsp; </td>
226 <td class="md" valign="top">)&nbsp;</td>
227 <td class="md" nowrap>
228 </table>
229 </td>
230 </tr>
231 </table>
232 <table cellspacing=5 cellpadding=0 border=0>
233 <tr>
234 <td>
235 &nbsp;
236 </td>
237 <td>
240 <b>Value:</b><div class="fragment"><pre>(<a class="code" href="errors_8c.html#a105">pop_exception_from_stack</a>(what, <a class="code" href="arithmetic__errors_8h.html#a1">__CURRENT_FUNCTION_NAME__</a>, \
241 __FILE__, __LINE__))</pre></div>
243 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00102">102</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>.
245 Referenced by <a class="el" href="polyhedron_8c-source.html#l02209">AddConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l02528">AddRays</a>(), <a class="el" href="polyhedron_8c-source.html#l03498">align_context</a>(), <a class="el" href="polyhedron_8c-source.html#l02147">BuildSat</a>(), <a class="el" href="polyhedron_8c-source.html#l00340">Chernikova</a>(), <a class="el" href="polyhedron_8c-source.html#l01919">Constraints2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l03415">DomainConvex</a>(), <a class="el" href="polyhedron_8c-source.html#l03951">DomainCost</a>(), <a class="el" href="polyhedron_8c-source.html#l03915">DomainImage</a>(), <a class="el" href="polyhedron_8c-source.html#l03810">DomainPreimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02753">FindSimple</a>(), <a class="el" href="polyhedron_8c-source.html#l00699">Gauss</a>(), <a class="el" href="polyhedron_8c-source.html#l03838">Polyhedron_Image</a>(), <a class="el" href="polyhedron_8c-source.html#l03733">Polyhedron_Preimage</a>(), <a class="el" href="polyhedron_8c-source.html#l02036">Rays2Polyhedron</a>(), <a class="el" href="polyhedron_8c-source.html#l00824">Remove_Redundants</a>(), <a class="el" href="polyhedron_8c-source.html#l02976">SimplifyConstraints</a>(), <a class="el" href="polyhedron_8c-source.html#l03215">Stras_DomainSimplify</a>(), and <a class="el" href="polyhedron_8c-source.html#l02388">SubConstraint</a>(). </td>
246 </tr>
247 </table>
248 <hr><h2>Variable Documentation</h2>
249 <a name="a8" doxytag="arithmetic_errors.h::the_last_just_thrown_exception"></a><p>
250 <table width="100%" cellpadding="2" cellspacing="0" border="0">
251 <tr>
252 <td class="md">
253 <table cellpadding="0" cellspacing="0" border="0">
254 <tr>
255 <td class="md" nowrap valign="top"> unsigned int the_last_just_thrown_exception
256 </table>
257 </td>
258 </tr>
259 </table>
260 <table cellspacing=5 cellpadding=0 border=0>
261 <tr>
262 <td>
263 &nbsp;
264 </td>
265 <td>
270 Definition at line <a class="el" href="arithmetic__errors_8h-source.html#l00110">110</a> of file <a class="el" href="arithmetic__errors_8h-source.html">arithmetic_errors.h</a>. </td>
271 </tr>
272 </table>
273 <hr><address align="right"><small>Generated on Fri Nov 8 12:10:07 2002 for Polylib by
274 <a href="http://www.doxygen.org/index.html">
275 <img src="doxygen.png" alt="doxygen" align="middle" border=0
276 width=110 height=53></a>1.2.15 </small></address>
277 </body>
278 </html>