History log of /openbsd-current/regress/lib/libm/round/round.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.3 27-Jan-2023 miod

Test the behaviour of round() on halfway values.


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 OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE OPENBSD_7_2_BASE
# 1.2 09-Jul-2011 martynas

Adapt tests for extended-precision.


# 1.1 17-Apr-2011 martynas

Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f},
except doesn't test rounding modes. Fix pending.

Build it with -fno-builtin if you want to test the library
functionality--otherwise GCC4 will decide to use its builtins on
some platforms.


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.2 09-Jul-2011 martynas

Adapt tests for extended-precision.


# 1.1 17-Apr-2011 martynas

Add tests for {,l,ll}round{,f}. Same tests as for {,l,ll}rint{,f},
except doesn't test rounding modes. Fix pending.

Build it with -fno-builtin if you want to test the library
functionality--otherwise GCC4 will decide to use its builtins on
some platforms.