History log of /openbsd-current/regress/lib/libm/rint/rint.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 10-Apr-2011 martynas

tsk, float version of lrint is affected by a different bug, where
the corner cases would return zero--add some more tests. assembly
versions on amd64 and i386 are fine.


# 1.9 10-Apr-2011 martynas

add tests for yet-another bug of netbsd implementation of lrint.
i've added only couple of values, however the whole exponent range
of 52 is broken.
luckily amd64 and i386 aren't affected, since they use the assembly
versions which do the right thing.


# 1.8 10-Apr-2011 martynas

add tests for values zero, -zero; and values close to zero with
-inf/+inf rounding modes.


Revision tags: OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE
# 1.7 09-Dec-2008 martynas

also test rintl


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE
# 1.6 17-Nov-2005 otto

errx is better here


# 1.5 17-Nov-2005 otto

Test a few more rint functions.


Revision tags: OPENBSD_3_4_BASE OPENBSD_3_5_BASE OPENBSD_3_6_BASE OPENBSD_3_7_BASE OPENBSD_3_8_BASE
# 1.4 02-Sep-2003 david

add missing includes
ok deraadt@ tedu@ dhartmei@ krw@


# 1.3 31-Jul-2003 deraadt

various cleanups; david says results are same


# 1.2 31-Jul-2003 mickey

fix the license


Revision tags: OPENBSD_3_3_BASE
# 1.1 12-Feb-2003 mickey

a very simple rint() test. helped figure out fpu emulation probs on hppa