aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/flt-32/s_ceilf.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2019-12-11Adjust s_ceilf.c and s_ceill.c regarding code style.Stefan Liebler1-21/+33
2019-12-11Use GCC builtins for ceil functions if desired.Stefan Liebler1-1/+6
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers1-0/+1
2017-09-22Use libm_alias_float in flt-32.Joseph Myers1-1/+2
2017-08-03Consistently use uintN_t not u_intN_t in libm.Joseph Myers1-1/+1
2016-05-24Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers1-5/+2
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson1-2/+2
2011-10-25Use math_force_eval in more placesUlrich Drepper1-8/+6
2011-10-16Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper1-18/+9
1999-07-14Update.Ulrich Drepper1-0/+62