summaryrefslogtreecommitdiff
path: root/regress/lib/libc/ieeefp
AgeCommit message (Expand)Author
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2011-01-02The ieeefp stuff has been atf-ified, with the exception of ieeefp/testfloatpgoyette
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-01make this compile againdrochner
2006-11-24fix spelling of accommodate; from Zapher.christos
2006-05-10include <string.h>, <stdio.h> and <stdlib.h> as appropriate.mrg
2006-02-21test some basic operations with subnomal numbersdrochner
2006-02-20fix pasto in commentdrochner
2005-10-20also check a double argument to isnan(), and whetherdrochner
2004-06-30Add missing NetBSD ID tagsjmc
2004-04-15Use unions to avoid strict aliasing rules. And it makes the code easiermatt
2004-03-25add some cpp defines to allow testing with "float"drochner
2004-03-25deal with imprecise exception handling (on i387):drochner
2004-03-25-make this table drivendrochner
2004-03-05-as Klaus confirmed, we cannot rely on the SIGFPE handler to return todrochner
2004-03-05isinfl() and isnanl() are gone.kleink
2003-10-25Check HUGE_VALF and HUGE_VALL as well. Also add some cross checking forkleink
2003-10-24Lift the vax restriction on the nan test.kleink
2003-10-24Make this test the currently libc-internal isinfl() as well.kleink
2003-10-24Make this test the currently libc-internal isnanl() as well.kleink
2003-10-22Fix a comment.kleink
2003-07-26netbsd.org->NetBSD.orgsalo
2002-09-18some makefile de-lintinglukem
2002-09-18use NETBSDSRCDIR as appropriatelukem
2002-05-22Correct the types of float_rounding_mode and float_exception_flags.bjh21
2002-05-21Adapt for recent changes to lib/libc/softfloatbjh21
2002-05-12FP exceptions work on ARM now (and softfloat platforms in general, I hope),bjh21
2002-04-21NetBSD/arm's IEEE FP support isn't entirely broken these days, so descendbjh21
2002-03-24ARM FPA mangling of doubles isn't specific to arm26.bjh21
2002-02-21put TNF 4-clause license.itojun
2002-01-18Use -mieee on alpha. (A recent kernel is also needed to successfullyross
2001-12-12MKfoo=no -> NOfootv
2001-10-28Add a not-a-number test, based on Ben Harris's infinity test.simonb
2001-10-27Quick test to make sure that __infinity is properly infinite. It isn't onbjh21
2001-09-24Fix typo in variable name.wiz
2001-09-21sparc64 uses 128-bit floating point.eeh
2001-04-23Compile with rounding mode set to dynamic.ross
2001-04-06redo <inttypes.h> conversionross
2001-04-04Need -mieee-with-inexact here.ross
2001-03-22Don't require a Makefile.inc from the arch subdir.ross
2001-03-22replace use of non-portable FP_X_DNMLross
2001-03-22use fp_rnd type a bit, also do std multiple inclusion protross
2001-03-22two functions have been rewritten in Cross
2001-03-22__RCSID, __COPYRIGHTross
2001-03-22Move two functions from asm to C, as NetBSD has a MI interface:ross
2001-03-13Warn about hooking up ./testfloatross
2001-03-13Conversion notes.ross
2001-03-13Boilerplate, WARNS.ross
2001-03-13TestFloat-2a contained a bunch of code obviously intended to workross