From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5711 invoked by alias); 13 Apr 2006 17:07:06 -0000 Received: (qmail 5373 invoked by uid 48); 13 Apr 2006 17:07:03 -0000 Date: Thu, 13 Apr 2006 17:07:00 -0000 Message-ID: <20060413170703.5372.qmail@sourceware.org> From: "hjl at lucon dot org" To: glibc-bugs@sources.redhat.com In-Reply-To: <20060412221737.2547.hjl@lucon.org> References: <20060412221737.2547.hjl@lucon.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug math/2547] Incorrect return from float nearbyint (0X1.3041C6P+21) X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-04/txt/msg00141.txt.bz2 List-Id: ------- Additional Comments From hjl at lucon dot org 2006-04-13 17:07 ------- The problem is: The nearbyint() functions round their argument to an integer value in floating point format, using the current rounding direction and without raising the inexact exception. But ieee754/flt-32/s_nearbyintf.c doesn't check the current rounding direction at all. -- http://sourceware.org/bugzilla/show_bug.cgi?id=2547 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.