aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_nearbyint.c
AgeCommit message (Collapse)Author
2013-10-17Format floating routines.Ondřej Bílka
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers
2013-01-15Use libc_fe*() in 32-bit nearbyint()David S. Miller
* sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use libc_feholdexcept and libc_fesetenv.
2012-03-13Clean up dbl-64 rint, nearbyint.Joseph Myers
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson
Entire tree edited via find | grep | sed.
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers
2008-03-24[BZ #5857]Ulrich Drepper
2008-03-09 Andreas Jaeger <aj@suse.de> [BZ #5857] * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Handle j0==18. * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Likewise. Patch by Mark Elliott <mark.h.elliott@lmco.com>. * math/libm-test.inc (nearbyint_test): Add new test cases from #5857. (rint_test): Likewise.
1999-07-14Update.Ulrich Drepper