X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Message-ID: <004101c197c4$5e3377a0$1400a8c0@alex> From: "Alex Oleynikov" To: Subject: Floating-point operations Date: Mon, 7 Jan 2002 16:43:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Reply-To: djgpp AT delorie DOT com Hi everybody! I have couple questions from different areas of using DJGPP. 1.Regarding representation of the floating-point numbers in binary format: Does DJGPP store single- and double-precision FP numbers in IEEE-754 format? If not, is there a set of functions which helps to deal with conversions of FLOAT and DOUBLE numbers into IEEE-754 standard? 2.How can I correctly instruct RHIDE to use a certain output format for watching contents of variables? I know different specifiers (e.g. /x /t /f etc.), but how can I get an exact memory dump of a certain variable (in other words, how can I use GDB's examine command for a variable) ? Thank you