summaryrefslogtreecommitdiffstats
path: root/lib/libm/src/s_lroundf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* The {,l}lround{,f} implementations are based on {,l}lrint{,f},martynas2011-04-171-3/+3
| | | | | | | | therefore affected by the same bugs I've fixed a week ago. The high part was being clipped for all exponents greater or equal to 52. Fix this to use RESTYPE_BITS instead; also make the code consistent.
* rename lround.c lroundf.c llround.c llroundf.c to s_lround.cmartynas2008-07-211-0/+83
s_lroundf.c s_llround.c s_llroundf.c, for naming consistency looks fine to millert@