| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix atanf spurious underflows (bug 18196). | Joseph Myers | 2015-05-14 | 1 | -0/+25 |
* | Fix log1p missing underflows (bug 16339). | Joseph Myers | 2015-05-14 | 1 | -100/+100 |
* | Add more tests of csqrt, lgamma, log10, sinh. | Joseph Myers | 2015-05-08 | 1 | -0/+144 |
* | Add more tests of acosh, atanh, cos, csqrt, erfc, sin, sincos. | Joseph Myers | 2015-05-06 | 1 | -0/+332 |
* | Add further tests of libm functions. | Joseph Myers | 2015-05-05 | 1 | -0/+2813 |
* | Add more tests of libm functions. | Joseph Myers | 2015-05-02 | 1 | -0/+921 |
* | Add more tests of tgamma. | Joseph Myers | 2015-05-01 | 1 | -0/+199 |
* | Add more tests of tanh. | Joseph Myers | 2015-05-01 | 1 | -0/+294 |
* | Add more tests of tan. | Joseph Myers | 2015-05-01 | 1 | -0/+50 |
* | Add more tests of cos, sin, sincos. | Joseph Myers | 2015-05-01 | 1 | -0/+135 |
* | Add another test of pow. | Joseph Myers | 2015-05-01 | 1 | -0/+25 |
* | Add more tests of lgamma. | Joseph Myers | 2015-05-01 | 1 | -0/+219 |
* | Add more tests of log, log10, log1p, log2. | Joseph Myers | 2015-05-01 | 1 | -0/+828 |
* | Add more tests of exp, exp10, exp2, expm1. | Joseph Myers | 2015-05-01 | 1 | -0/+468 |
* | Add more tests of erf, erfc. | Joseph Myers | 2015-05-01 | 1 | -0/+424 |
* | Add more tests of csqrt. | Joseph Myers | 2015-04-30 | 1 | -0/+501 |
* | Add further tests of cosh and sinh. | Joseph Myers | 2015-04-30 | 1 | -0/+373 |
* | Add more tests of clog and clog10. | Joseph Myers | 2015-04-09 | 1 | -0/+1454 |
* | Add more tests of atanh. | Joseph Myers | 2015-04-08 | 1 | -0/+130 |
* | Add more tests of atan. | Joseph Myers | 2015-04-08 | 1 | -0/+75 |
* | Add more tests of cbrt. | Joseph Myers | 2015-04-08 | 1 | -0/+188 |
* | Add more tests of cabs. | Joseph Myers | 2015-04-08 | 1 | -0/+150 |
* | Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211). | Joseph Myers | 2015-04-08 | 1 | -0/+800 |
* | Fix dbl-64 atan in non-default rounding modes (bug 18197). | Joseph Myers | 2015-04-08 | 1 | -0/+50 |
* | Add more tests of acosh, asinh and atanh. | Joseph Myers | 2015-03-25 | 1 | -0/+764 |
* | Add another test of asin. | Joseph Myers | 2015-03-25 | 1 | -0/+25 |
* | Add more tests of asin. | Joseph Myers | 2015-03-25 | 1 | -0/+224 |
* | Add more tests of acos. | Joseph Myers | 2015-03-25 | 1 | -0/+398 |
* | Add more tests of expm1. | Joseph Myers | 2015-03-25 | 1 | -0/+304 |
* | Add more tests of cosh, sinh. | Joseph Myers | 2015-03-24 | 1 | -0/+531 |
* | Add more tests of log2. | Joseph Myers | 2015-03-24 | 1 | -0/+318 |
* | Add test for bug 18104. | Joseph Myers | 2015-03-10 | 1 | -0/+45 |
* | Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047). | Joseph Myers | 2015-02-27 | 1 | -0/+875 |
* | Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039). | Joseph Myers | 2015-02-26 | 1 | -0/+775 |
* | Fix asin missing underflows (bug 16351). | Joseph Myers | 2015-02-26 | 1 | -100/+100 |
* | Fix ldbl-128ibm asinhl inaccuracy (bug 18020). | Joseph Myers | 2015-02-25 | 1 | -0/+1685 |
* | Fix ldbl-128ibm acoshl inaccuracy (bug 18019). | Joseph Myers | 2015-02-25 | 1 | -0/+835 |
* | Fix atan / atan2 missing underflows (bug 15319). | Joseph Myers | 2015-02-18 | 1 | -901/+1533 |
* | Fix exp2 spurious underflows (bug 16560). | Joseph Myers | 2015-02-12 | 1 | -0/+666 |
* | soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1... | Joseph Myers | 2015-02-06 | 1 | -0/+357 |
* | Fix exp10 spurious underflows (bug 16560). | Joseph Myers | 2014-06-25 | 1 | -0/+666 |
* | Fix x86/x86_64 expm1l spurious underflow exceptions (bug 16539). | Joseph Myers | 2014-06-24 | 1 | -0/+81 |
* | Fix ldbl-128 erfl spurious underflows (bug 16287). | Joseph Myers | 2014-06-24 | 1 | -0/+294 |
* | Fix cosh spurious underflows from expm1 (bug 16354), inaccurate results near ... | Joseph Myers | 2014-06-23 | 1 | -316/+416 |
* | Set errno for y1 overflow (bug 17050). | Joseph Myers | 2014-06-23 | 1 | -0/+1738 |
* | Test cpow in all rounding modes. | Joseph Myers | 2014-06-23 | 1 | -107/+107 |
* | Fix pow overflow in non-default rounding modes (bug 16315). | Joseph Myers | 2014-06-23 | 1 | -0/+2670 |
* | Fix log1pl (LDBL_MAX) in FE_UPWARD mode (bug 16564). | Joseph Myers | 2014-05-14 | 1 | -0/+264 |
* | Fix erf underflow handling near 0 (bug 16516). | Joseph Myers | 2014-05-14 | 1 | -0/+200 |
* | Set errno for atan2 underflow (bug 16349). | Joseph Myers | 2014-03-31 | 1 | -538/+538 |