summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_rint.c
AgeCommit message (Expand)Author
2024-01-28lib/msun: Cleanup after $FreeBSD$ removalSteve Kargl
2023-11-26lib: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2008-02-22s/rcsid/__FBSDID/David Schultz
2008-01-19Use STRICT_ASSIGN() instead of assorted direct volatile hacks to workBruce Evans
2008-01-14Implement rintl(), nearbyintl(), lrintl(), and llrintl().David Schultz
2005-12-03Simplified the fix in rev.1.3. Instead of using long double forBruce Evans
2005-12-03Fixed rint(x) in the following cases:Bruce Evans
2005-03-07Remove an obsolete sentence from a comment.Stefan Farfeleder
2003-07-23Only provide one copy of the math functions. If we provide a MD function,Peter Wemm
2002-05-28Fix formatting, this is hard to explain, so I'll show one example.Alfred Perlstein
2002-05-28Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-02-16Select between the generic math functions and the i387-specific onesBruce Evans
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-08-28Made rintf() actually work. It was completely broken (when s_rint.cBruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-08-19J.T. Conklin's latest version of the Sun math library.Jordan K. Hubbard