aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_floor.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-12-11Use GCC builtins for floor functions if desired.Stefan Liebler1-0/+6
2019-12-11Always use wordsize-64 version of s_floor.c.Stefan Liebler1-50/+43
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-0/+1
2017-10-03Use libm_alias_double for more dbl-64 functions.Joseph Myers1-5/+2
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-2/+2
2016-05-24Do not raise "inexact" from generic floor (bug 15479).Joseph Myers1-8/+2
2013-10-17Format floating routines.Ondřej Bílka1-34/+57
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2012-01-27Remove __STDC__ conditionals from libm.Joseph Myers1-10/+1
2011-10-25Use math_force_eval in more placesUlrich Drepper1-18/+15
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper1-8/+6
1999-07-14Update.Ulrich Drepper1-0/+86