History log of /netbsd-src/regress/lib/libc/ieeefp/testfloat/systfloat.c (Results 1 – 8 of 8)
Revision Date Author Comments
# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# ae686a7d 15-Apr-2004 matt <matt@NetBSD.org>

Use unions to avoid strict aliasing rules. And it makes the code easier
to read.


# 0dd5877a 21-Feb-2002 itojun <itojun@NetBSD.org>

put TNF 4-clause license.
authors - if you are okay with more relaxed license terms, or the regression
test code was derived from others, pls change them.


# c51692d1 22-Mar-2001 ross <ross@NetBSD.org>

replace use of non-portable FP_X_DNML


# 504509aa 22-Mar-2001 ross <ross@NetBSD.org>

Move two functions from asm to C, as NetBSD has a MI interface:
o fp_except syst_float_flags_clear(void)
o void syst_float_set_rounding_mode(fp_rnd direction)
Also, __RCSID


# 89f51f80 13-Mar-2001 ross <ross@NetBSD.org>

Boilerplate.


# a9cb2700 13-Mar-2001 ross <ross@NetBSD.org>

rcsid, WARNS, don't occasionally fprintf or fputc a \r


# 122b058a 13-Mar-2001 ross <ross@NetBSD.org>

Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a B

Import of TestFLoat-2a from UCB/John R. Hauser. Source already
reorged but unmodified. (I think src/dist rocks, but this pkg
is unlikely to ever get a vendor branch rev; this seemed best.)
It has a BSD-like license, and in any case the same license as
libc/softfloat and libc/arch/arm32/fplib.

show more ...