about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c
Commit message (Expand)AuthorAgeFilesLines
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-0/+1
* Use libm_alias_double for more dbl-64 functions.Joseph Myers2017-10-031-5/+2
* Do not raise "inexact" from generic ceil (bug 15479).Joseph Myers2016-05-241-7/+2
* Use <> for math.h and math_private.h everywhere.Richard Henderson2012-03-091-2/+2
* Use math_force_eval in more placesUlrich Drepper2011-10-251-9/+7
* Use rounds{s,d} for x86 rint, ceil, floorUlrich Drepper2011-10-161-11/+5
* Add ceil implementation for 64-bit machines.Ulrich Drepper2009-08-241-0/+67