glibc/sysdeps/ieee754
Ulrich Drepper cf00cc00bc Add ceil implementation for 64-bit machines.
On 64-bit machines we should not split doubles into two 32 bit
integer and handle the words separately.  We have wide registers.
This patch implements a 64-bit ceil version.  Ideally all other
functions will be converted over time.
2009-08-24 18:05:48 -07:00
..
bits
dbl-64 Add ceil implementation for 64-bit machines. 2009-08-24 18:05:48 -07:00
flt-32 * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow. 2009-04-27 05:31:37 +00:00
ldbl-64-128
ldbl-96 * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf. 2009-04-26 01:04:54 +00:00
ldbl-128 Fix errno for boundary conditions in 128-bit long double. 2009-05-29 12:00:22 -07:00
ldbl-128ibm Fix errno for IBM long double. 2009-05-22 08:35:15 -07:00
ldbl-opt
ieee754.h [BZ #5753] 2008-03-10 06:21:21 +00:00
k_standard.c * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in 2009-04-27 04:01:16 +00:00
Makefile
s_lib_version.c
s_matherr.c
s_signgam.c
support.c