From owner-freebsd-current@FreeBSD.ORG Thu Aug 4 16:26:19 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D59B16A41F for ; Thu, 4 Aug 2005 16:26:19 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D37B43D48 for ; Thu, 4 Aug 2005 16:26:19 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id j74GQIUJ096678 for ; Thu, 4 Aug 2005 09:26:18 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id j74GQIbV096677 for freebsd-current@freebsd.org; Thu, 4 Aug 2005 09:26:18 -0700 (PDT) (envelope-from sgk) Date: Thu, 4 Aug 2005 09:26:18 -0700 From: Steve Kargl To: freebsd-current@freebsd.org Message-ID: <20050804162618.GA96657@troutmask.apl.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Number of significand bits in long double? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 16:26:19 -0000 Can someone confirm or refute that the long double type has 53 bits in its significand on i386? Which header file in /usr/include provides this info? -- Steve