glibc/sysdeps/ieee754
Siddhesh Poyarekar 84ba214c21 Remove more redundant computations in s_sin.c
Removed more redundant computations in the slow paths of the sin and
cos functions.  The notable change is the passing of the most
significant bits of X to the slow functions to check if X is positive
so that just the absolute value of x can be passed and the repeated
ABS() operation is avoided.
2013-12-20 15:58:19 +05:30
..
bits
dbl-64 Remove more redundant computations in s_sin.c 2013-12-20 15:58:19 +05:30
flt-32
ldbl-64-128
ldbl-96 Fix hypot handling of subnormals (bug 16316, bug 16330). 2013-12-17 13:42:13 +00:00
ldbl-128 Fix ldbl-128 logl for subnormals (bug 16338). 2013-12-18 11:38:27 +00:00
ldbl-128ibm
ldbl-opt
ieee754.h
k_standard.c
Makefile
s_lib_version.c
s_matherr.c
s_signgam.c
support.c