summaryrefslogtreecommitdiffstats
path: root/newlib/libm/common/s_llrint.c
Commit message (Collapse)AuthorAgeFilesLines
* 2010-08-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2010-08-031-2/+18
| | | | | | | | | * libm/common/s_lrint.c (lrint): Annotate shift operations with possible shift amount ranges, and use SAFE_RIGHT_SHIFT to avoid undefined behaviour. * libm/common/s_llrint.c (llrint): Likewise. * libm/common/s_lround.c (lround): Correct some comments on ranges. * libm/common/s_llround.c (llround): Likewise.
* 2009-04-03 Craig Howland <howland@LGSInnovations.com>Jeff Johnston2009-04-031-0/+108
* libm/common/s_llrint.c: New file, implementing llrint(). * libm/common/sf_llrint.c: New file, implementing llrintf(). * libm/common/Makefile.am: Add s_llrint.c (src); sf_llrint.c (fsrc). * libm/common/Makefile.in: Regenerate.