This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: More instantiation problems under hpux


> I have no knowledge of hpux; however I don't think it could be
> possible to create "unnormalized" (is that the same as denormalized?)
> values larger that limits.  Or am I being dense?

Looking at the manual, the correct term is denormalized.  The hex
ranges for positive PA floats are:

Signaling NaN	7fffffff - 7fc00000
Quiet Nan	7fbfffff - 7f800000
Infinity	7f800000
Normalized	7f7fffff - 00800000
Denormalized	007fffff - 00000001
Zero		00000000

As I mentioned, floating point exceptions are all disabled by default
under hpux, so overflows, underflows, inexact results are all quietly
ignored.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]