aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/fpu
AgeCommit message (Expand)AuthorFilesLines
2012-05-24Don't include exceptions in libm-test-ulps test names.Joseph Myers1-16/+16
2012-05-24Test underflow exceptions in libm-test.inc.Joseph Myers1-11/+11
2012-05-19Fix ccos, csin, ccosh, csinh overflows (bug 14123).Joseph Myers1-0/+217
2012-05-14Remove unused functions from i386/mathinline.hAndreas Jaeger1-37/+0
2012-05-07Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923).Joseph Myers3-132/+68
2012-05-06Fix exp10 inaccuracy and exceptions (bugs 13884, 13914).Joseph Myers2-47/+31
2012-05-05Fix missing exceptions from exp (bugs 13787, 13922, 14036).Joseph Myers1-1/+18
2012-05-05Use .S sources for x86/x86_64 expl.Joseph Myers2-78/+92
2012-05-03Update sysdeps/i386/fpu/libm-test-ulpsAndreas Jaeger1-0/+75
2012-05-01Fix nexttoward bugs (bugs 2550, 2570).Joseph Myers2-16/+4
2012-04-30Fix x86 acos near 1 (bug 13942).Joseph Myers4-11/+29
2012-04-30Fix acos (-1) in round-downwards mode on x86 (bug 14034).Joseph Myers4-0/+194
2012-04-18Remove useless __ilogb*_finite aliasesAndreas Schwab3-3/+0
2012-04-17Fix ilogb exception and errno (bug 6794)Adhemerval Zanella3-9/+24
2012-04-16Reverse arguments of fdivp in i386 code.Marek Polacek1-2/+2
2012-04-09Fix spurious overflow exceptions from x86/x86_64 powl (bug 13872).Joseph Myers1-12/+19
2012-04-09Fix ctan, ctanh overflow (bug 11521).Joseph Myers1-8/+58
2012-04-09Fix missing clobber in i386 __sincos_code asm.Roland McGrath1-7/+7
2012-04-09Fix x86 pow inaccuracy for large integer exponents (bug 706).Joseph Myers1-4/+49
2012-03-28Fix pow of negative numbers to integer exponents (bugs 369, 2678, 3866).Joseph Myers3-12/+62
2012-03-22Fix cexp overflow (bug 13892).Joseph Myers1-0/+37
2012-03-21Remove inaccurate x86 cexp implementations (bug 13883).Joseph Myers4-786/+66
2012-03-21Fix pow of zero and infinity to large powers.Joseph Myers3-32/+103
2012-03-19Fix clog overflow/underflow (bug 13629).Joseph Myers1-0/+60
2012-03-19Optimize private 387 fenv access; share code between i386 and x86_64.Richard Henderson2-44/+306
2012-03-19i386/x86_64: Optimize feholdexcept.Richard Henderson1-15/+4
2012-03-19i386: Convert libc_{feholdexcept_setround,updateenv}_53bit to functions.Richard Henderson1-29/+29
2012-03-16Disable Bessel function TLOSS errors in POSIX mode.Joseph Myers1-2/+39
2012-03-16Fix tan, tanl for large inputs.Joseph Myers4-113/+18
2012-03-16Implement ldbl-96 sinl / cosl / sincosl (bug 13851).Joseph Myers6-188/+33
2012-03-15UpdateAndreas Jaeger1-4/+4
2012-03-15* sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses theAndreas Jaeger2-59/+14
2012-03-15 [BZ #13852]Andreas Jaeger6-180/+47
2012-03-15Cleanup formatting.Andreas Jaeger1-5/+5
2012-03-14Update ULPs.Andreas Jaeger1-8/+8
2012-03-14Implement and use libc_feholdexcept_setround_53bit and libc_feupdateenv_53bitAndreas Jaeger1-0/+29
2012-03-14Remove files so that i386 uses the iee754/dbl-64 sin and cos implementation.Andreas Jaeger7-176/+0
2012-03-14Fix csqrt overflow/underflow (bug 13841).Joseph Myers1-0/+24
2012-03-09Use include_next to chain math_private.h headers.Richard Henderson1-1/+1
2012-03-09Use <> for math.h and math_private.h everywhere.Richard Henderson6-8/+8
2012-03-07Fix signs of zeros from casinh, cacosh etc. (bug 10716).Joseph Myers1-0/+286
2012-03-05* sysdeps/i386/fpu/libm-test-ulps: Update.Andreas Jaeger1-0/+17
2012-03-05Fix pow in non-default rounding modes (bug 3976).Joseph Myers1-0/+60
2012-03-05Test cosh, sinh in non-default rounding modes (bug 3976).Joseph Myers1-0/+127
2012-03-02Fix sin, cos, tan in non-default rounding modes (bug 3976).Joseph Myers1-0/+483
2012-03-02Fix exp in non-default rounding modes (bug 3976).Joseph Myers1-0/+67
2012-03-01Improve erfc accuracy.Joseph Myers1-0/+11
2012-02-29Add test for bug 5794 (incorrect expm1 overflow).Joseph Myers1-0/+3
2012-02-29Reduce large expected errors from libm tests on x86 and x86_64.Joseph Myers1-25/+14
2012-02-20Resort ULPs files with gen-libm-test.pl -n in C locale.Joseph Myers1-22/+22