From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29668 invoked by alias); 10 Oct 2003 05:44:28 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 29476 invoked from network); 10 Oct 2003 05:44:17 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sources.redhat.com with SMTP; 10 Oct 2003 05:44:17 -0000 Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.24) id 1A7q1t-0003e6-IV for gcc@gnu.org; Fri, 10 Oct 2003 01:41:33 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1A7q3g-0001kf-Eu for gcc@gnu.org; Fri, 10 Oct 2003 01:43:55 -0400 Received: from [210.212.228.4] (helo=cnet.nitc.ac.in) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1A7q3f-0001ka-EC for gcc@gnu.org; Fri, 10 Oct 2003 01:43:23 -0400 Received: from ebox.nitc.ac.in (ebox.nitc.ac.in [210.212.228.3]) by cnet.nitc.ac.in (8.12.8/8.12.8) with ESMTP id h9A5ZUrv016517; Fri, 10 Oct 2003 11:05:30 +0530 Received: from nitc.ac.in (IDENT:V8NwCfm+9urL95ablckJUn5douWN18bG@ebox.nitc.ac.in [127.0.0.1]) by ebox.nitc.ac.in (8.11.6/8.11.6) with SMTP id h9A5gcN00332; Fri, 10 Oct 2003 11:12:38 +0530 Received: from 210.212.228.78 (proxying for 192.168.3.96) (nitc authenticated user csy2p100) by ebox.nitc.ac.in with HTTP; Fri, 10 Oct 2003 11:12:38 +0530 (IST) Message-ID: <4666.210.212.228.78.1065764558.webmail@ebox.nitc.ac.in> Date: Fri, 10 Oct 2003 06:12:00 -0000 Subject: Floating point Representation From: "SRUTHY C.N." To: , MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Status: No, hits=0.7 required=5.0 tests=FROM_ENDS_IN_NUMS version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-SW-Source: 2003-10/txt/msg00362.txt.bz2 Message-ID: <20031010061200.q5aanqTRQ99Tr97QzXjFpv0IWIKtk2K5DWC5hU6U9NQ@z> sir, In the assebly code of a c program floating point & double numbers are represented in IEEE format.But how they are represented in RTL file? please reply me.. Thanking you, SRUTHY C.N