aboutsummaryrefslogtreecommitdiff
path: root/math/s_cacoshf.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-19Convert _Complex cosine functions to generated codePaul E. Murphy1-92/+0
This is fairly straight fowards. m68k overrides are updated to use the framework, and thus are simplified a bit.
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-04-02Fix cacosh inaccuracy and spurious exceptions (bug 15327).Joseph Myers1-20/+13
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-03-07Fix signs of zeros from casinh, cacosh etc. (bug 10716).Joseph Myers1-5/+9
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-12-21Use Kahan's formula in cacoshUlrich Drepper1-0/+6
2011-12-21Fix sign errr in some cacosh resultsRichard B. Kreckel1-20/+2
2011-10-08Use private math_private.h in files in math/Ulrich Drepper1-1/+1
2006-08-03[BZ #2182]Ulrich Drepper1-0/+4
* math/s_cacosh.c: Return values from positive branch. * math/s_cacoshf.c: Likewise. * math/s_cacoshl.c: Likewise. * sysvipc/msgrcv.c: Likewise. * include/sys/msg.h: Likewise.
2006-01-15[BZ #1950, BZ #2153]Andreas Jaeger1-1/+4
Update. [BZ #1950] * posix/regex_internal.c (re_string_reconstruct): Adjust for build_wcs_upper_buffer change. (build_wcs_upper_buffer): Change return type. [BZ #2153] * math/s_cacosh.c (__cacosh): Do not return a negative value. Patch by Wes Loewer <wjltemp-temp01@yahoo.com>. * math/s_cacoshl.c (__cacoshl): Likewise. * math/s_cacoshf.c (__cacoshf): Likewise. * math/libm-test.inc (cacosh_test): Adjust for change. * sysdeps/alpha/fpu/libm-test-ulps: Adopt for cacosh test change. * sysdeps/hppa/fpu/libm-test-ulps: Likewise. * sysdeps/i386/fpu/libm-test-ulps: Likewise. * sysdeps/ia64/fpu/libm-test-ulps: Likewise. * sysdeps/m68k/fpu/libm-test-ulps: Likewise. * sysdeps/mips/fpu/libm-test-ulps: Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Likewise. * sysdeps/s390/fpu/libm-test-ulps: Likewise. * sysdeps/x86_64/fpu/libm-test-ulps: Likewise. * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise. * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
2005-12-14Moved to csu/errno-loc.c.Ulrich Drepper1-0/+101
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-108/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+108