Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The {,l}lround{,f} implementations are based on {,l}lrint{,f}, | 2011-04-17 | 1 | -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.c | 2008-07-21 | 1 | -0/+83 | |
s_lroundf.c s_llround.c s_llroundf.c, for naming consistency looks fine to millert@ |