From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19782 invoked by alias); 6 Nov 2012 16:52:56 -0000 Received: (qmail 19661 invoked by uid 48); 6 Nov 2012 16:51:53 -0000 From: "jsm28 at gcc dot gnu.org" To: glibc-bugs@sources.redhat.com Subject: [Bug math/14811] New: Spurious underflows from pow results very close to 1 Date: Tue, 06 Nov 2012 16:52:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: math X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jsm28 at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2012-11/txt/msg00070.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14811 Bug #: 14811 Summary: Spurious underflows from pow results very close to 1 Product: glibc Version: 2.16 Status: NEW Severity: normal Priority: P2 Component: math AssignedTo: unassigned@sourceware.org ReportedBy: jsm28@gcc.gnu.org Classification: Unclassified Various pow implementations have internal underflows in the internal computation of y * log (x) when that is very small. For example, the following all raise spurious underflow exceptions on x86_64 (and return the correct answer 1): powf (1.01f, 0x1p-149f), pow (1.01, 0x1p-1074), powl (1.01L, 0x1p-16445L). -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.